-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathGlobalTheme.tres
More file actions
32 lines (29 loc) · 1.05 KB
/
Copy pathGlobalTheme.tres
File metadata and controls
32 lines (29 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[gd_resource type="Theme" load_steps=3 format=2]
[ext_resource path="res://UI/FontResources/GlobalDefaultFont.tres" type="DynamicFont" id=1]
[sub_resource type="StyleBoxFlat" id=1]
content_margin_left = 14.0
content_margin_right = 14.0
bg_color = Color( 0.184314, 0.184314, 0.184314, 1 )
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 0.286275, 0.286275, 0.286275, 1 )
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
[resource]
default_font = ExtResource( 1 )
VScrollBar/icons/decrement = null
VScrollBar/icons/decrement_highlight = null
VScrollBar/icons/decrement_pressed = null
VScrollBar/icons/increment = null
VScrollBar/icons/increment_highlight = null
VScrollBar/icons/increment_pressed = null
VScrollBar/styles/grabber = null
VScrollBar/styles/grabber_highlight = null
VScrollBar/styles/grabber_pressed = null
VScrollBar/styles/scroll = null
VScrollBar/styles/scrollTouch = SubResource( 1 )
VScrollBar/styles/scroll_focus = null