-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMain_UI_Theme.tres
31 lines (23 loc) · 1.02 KB
/
Main_UI_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
[gd_resource type="Theme" load_steps=8 format=2]
[ext_resource path="res://Fonts/Courier Prime.ttf" type="DynamicFontData" id=1]
[sub_resource type="StyleBoxEmpty" id=4]
[sub_resource type="StyleBoxEmpty" id=5]
[sub_resource type="StyleBoxEmpty" id=6]
[sub_resource type="StyleBoxEmpty" id=7]
[sub_resource type="StyleBoxEmpty" id=8]
[sub_resource type="DynamicFont" id=1]
size = 43
font_data = ExtResource( 1 )
[resource]
default_font = SubResource( 1 )
Button/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_focus = Color( 0.909804, 0.913725, 0.364706, 1 )
Button/colors/font_color_hover = Color( 0.909804, 0.913725, 0.364706, 1 )
Button/colors/font_color_pressed = Color( 0.929412, 0.52549, 0.231373, 1 )
Button/constants/hseparation = 2
Button/styles/disabled = SubResource( 4 )
Button/styles/focus = SubResource( 5 )
Button/styles/hover = SubResource( 6 )
Button/styles/normal = SubResource( 7 )
Button/styles/pressed = SubResource( 8 )