summaryrefslogtreecommitdiff
path: root/theme_data/interface_theme.tres
blob: db8003337dc2f02575e22ab14ec34a8a759fa63c (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[gd_resource type="Theme" load_steps=13 format=2]

[ext_resource path="res://textures/check_button_off.png" type="Texture" id=1]
[ext_resource path="res://textures/check_button_on.png" type="Texture" id=2]
[ext_resource path="res://textures/release_indicator.png" type="Texture" id=3]

[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.109804, 0.101961, 0.160784, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.168627, 0.156863, 0.247059, 1 )

[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 0.109804, 0.101961, 0.160784, 1 )
draw_center = false
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.392157, 0.466667, 0.615686, 1 )

[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 0.270588, 0.294118, 0.443137, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.462745, 0.623529, 0.72549, 1 )

[sub_resource type="StyleBoxFlat" id=6]
bg_color = Color( 0.109804, 0.101961, 0.160784, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.168627, 0.156863, 0.247059, 1 )

[sub_resource type="StyleBoxFlat" id=8]
bg_color = Color( 0.392157, 0.466667, 0.615686, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.462745, 0.623529, 0.72549, 1 )

[sub_resource type="StyleBoxEmpty" id=7]

[sub_resource type="StyleBoxFlat" id=9]
bg_color = Color( 0.270588, 0.294118, 0.443137, 1 )

[sub_resource type="StyleBoxFlat" id=11]
content_margin_top = 5.0
content_margin_bottom = 5.0
bg_color = Color( 0.109804, 0.101961, 0.160784, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 0.392157, 0.466667, 0.615686, 1 )
expand_margin_left = 1.0
expand_margin_right = 1.0
expand_margin_top = 1.0
expand_margin_bottom = 1.0

[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.0823529, 0.0745098, 0.117647, 1 )
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color( 0.203922, 0.227451, 0.384314, 1 )

[resource]
Button/colors/font_color = Color( 0.270588, 0.294118, 0.443137, 1 )
Button/colors/font_color_disabled = Color( 0.168627, 0.156863, 0.247059, 1 )
Button/colors/font_color_focus = Color( 0.270588, 0.294118, 0.443137, 1 )
Button/colors/font_color_hover = Color( 0.733333, 0.835294, 0.898039, 1 )
Button/colors/font_color_pressed = Color( 0.796078, 0.894118, 0.952941, 1 )
Button/constants/hseparation = 0
Button/fonts/font = null
Button/styles/disabled = SubResource( 4 )
Button/styles/focus = SubResource( 5 )
Button/styles/hover = SubResource( 3 )
Button/styles/normal = SubResource( 6 )
Button/styles/pressed = SubResource( 8 )
CheckButton/colors/font_color = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_disabled = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_focus = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_hover = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_hover_pressed = Color( 0, 0, 0, 1 )
CheckButton/colors/font_color_pressed = Color( 0, 0, 0, 1 )
CheckButton/constants/check_vadjust = 0
CheckButton/constants/hseparation = 0
CheckButton/fonts/font = null
CheckButton/icons/off = ExtResource( 1 )
CheckButton/icons/off_disabled = null
CheckButton/icons/on = ExtResource( 2 )
CheckButton/icons/on_disabled = null
CheckButton/styles/disabled = SubResource( 7 )
CheckButton/styles/focus = SubResource( 7 )
CheckButton/styles/hover = SubResource( 7 )
CheckButton/styles/hover_pressed = SubResource( 7 )
CheckButton/styles/normal = SubResource( 7 )
CheckButton/styles/pressed = SubResource( 7 )
HSlider/icons/grabber = ExtResource( 3 )
HSlider/icons/grabber_disabled = ExtResource( 3 )
HSlider/icons/grabber_highlight = ExtResource( 3 )
HSlider/icons/tick = ExtResource( 3 )
HSlider/styles/grabber_area = SubResource( 9 )
HSlider/styles/grabber_area_highlight = SubResource( 9 )
HSlider/styles/slider = SubResource( 11 )
Label/colors/font_color_shadow = Color( 0.270588, 0.294118, 0.443137, 1 )
Panel/styles/panel = SubResource( 1 )