forked from Deep-Fold/PixelPlanets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Theme.tres
87 lines (73 loc) · 3.07 KB
/
Theme.tres
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
[gd_resource type="Theme" load_steps=16 format=2]
[ext_resource path="res://slkscre.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://grabber-highlight.png" type="Texture" id=2]
[ext_resource path="res://grabber.png" type="Texture" id=3]
[sub_resource type="StyleBoxFlat" id=16]
bg_color = Color( 0.811765, 0.811765, 0.811765, 1 )
[sub_resource type="StyleBoxFlat" id=17]
bg_color = Color( 0, 0, 0, 1 )
[sub_resource type="StyleBoxFlat" id=18]
bg_color = Color( 0, 0, 0, 1 )
[sub_resource type="StyleBoxFlat" id=9]
bg_color = Color( 0.811765, 0.811765, 0.811765, 1 )
border_width_bottom = 16
[sub_resource type="StyleBoxFlat" id=12]
border_width_bottom = 16
[sub_resource type="StyleBoxFlat" id=11]
bg_color = Color( 0, 0, 0, 1 )
border_width_bottom = 16
border_color = Color( 0, 0, 0, 1 )
[sub_resource type="DynamicFont" id=7]
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=8]
bg_color = Color( 0, 0, 0, 1 )
[sub_resource type="DynamicFont" id=13]
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=15]
bg_color = Color( 0, 0, 0, 1 )
[sub_resource type="StyleBoxFlat" id=14]
bg_color = Color( 0, 0, 0, 1 )
[sub_resource type="DynamicFont" id=19]
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 19 )
Button/colors/font_color = Color( 0.811765, 0.811765, 0.811765, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0, 0, 0, 1 )
Button/colors/font_color_pressed = Color( 0.811765, 0.811765, 0.811765, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = null
Button/styles/focus = null
Button/styles/hover = SubResource( 16 )
Button/styles/normal = SubResource( 17 )
Button/styles/pressed = SubResource( 18 )
HSlider/icons/grabber = ExtResource( 3 )
HSlider/icons/grabber_disabled = null
HSlider/icons/grabber_highlight = ExtResource( 2 )
HSlider/icons/tick = null
HSlider/styles/grabber_area = SubResource( 9 )
HSlider/styles/grabber_area_highlight = SubResource( 12 )
HSlider/styles/slider = SubResource( 11 )
Label/colors/font_color = Color( 0.741176, 0.741176, 0.741176, 1 )
Label/colors/font_color_shadow = Color( 0, 0, 0, 0 )
Label/colors/font_outline_modulate = Color( 1, 1, 1, 1 )
Label/constants/line_spacing = 3
Label/constants/shadow_as_outline = 0
Label/constants/shadow_offset_x = 1
Label/constants/shadow_offset_y = 1
Label/fonts/font = SubResource( 7 )
Label/styles/normal = SubResource( 8 )
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
LineEdit/colors/cursor_color = Color( 0.94, 0.94, 0.94, 1 )
LineEdit/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
LineEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
LineEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
LineEdit/constants/minimum_spaces = 12
LineEdit/fonts/font = SubResource( 13 )
LineEdit/icons/clear = null
LineEdit/styles/focus = SubResource( 15 )
LineEdit/styles/normal = SubResource( 14 )
LineEdit/styles/read_only = null