forked from timoschwarzer/tunic-ocr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.tres
54 lines (46 loc) · 1.64 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
[gd_resource type="Theme" load_steps=8 format=2]
[ext_resource path="res://fonts/Lato-Regular.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxFlat" id=2]
content_margin_left = 16.0
content_margin_right = 16.0
content_margin_top = 16.0
content_margin_bottom = 16.0
bg_color = Color( 0.313726, 0.333333, 0.356863, 1 )
[sub_resource type="StyleBoxFlat" id=3]
content_margin_left = 16.0
content_margin_right = 16.0
content_margin_top = 16.0
content_margin_bottom = 16.0
bg_color = Color( 0.192157, 0.384314, 0.65098, 1 )
[sub_resource type="StyleBoxFlat" id=4]
content_margin_left = 16.0
content_margin_right = 16.0
content_margin_top = 16.0
content_margin_bottom = 16.0
bg_color = Color( 0.152941, 0.329412, 0.580392, 1 )
[sub_resource type="StyleBoxFlat" id=5]
content_margin_left = 16.0
content_margin_right = 16.0
content_margin_top = 16.0
content_margin_bottom = 16.0
bg_color = Color( 0.109804, 0.247059, 0.447059, 1 )
[sub_resource type="DynamicFont" id=6]
size = 32
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=1]
size = 24
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 1 )
Button/colors/font_color = Color( 1, 1, 1, 1 )
Button/colors/font_color_disabled = Color( 1, 1, 1, 0.670588 )
Button/colors/font_color_focus = Color( 1, 1, 1, 1 )
Button/colors/font_color_hover = Color( 1, 1, 1, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/styles/disabled = SubResource( 2 )
Button/styles/focus = null
Button/styles/hover = SubResource( 3 )
Button/styles/normal = SubResource( 4 )
Button/styles/pressed = SubResource( 5 )
Fonts/fonts/large = SubResource( 6 )
Fonts/fonts/normal = SubResource( 1 )