-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_theme.tres
43 lines (33 loc) · 1.48 KB
/
default_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
[gd_resource type="Theme" load_steps=10 format=2]
[ext_resource path="res://Assets/Fonts/montserrat-bold-40.tres" type="DynamicFont" id=1]
[sub_resource type="StyleBoxEmpty" id=1]
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="Gradient" id=3]
offsets = PoolRealArray( 0, 0.4, 1 )
colors = PoolColorArray( 1, 1, 1, 0, 0.384314, 0.380392, 0.521569, 0.262745, 1, 1, 1, 0 )
[sub_resource type="GradientTexture" id=4]
gradient = SubResource( 3 )
[sub_resource type="StyleBoxTexture" id=5]
texture = SubResource( 4 )
region_rect = Rect2( 0, 0, 2048, 1 )
[sub_resource type="Gradient" id=6]
offsets = PoolRealArray( 0, 0.0153846, 0.538462, 1 )
colors = PoolColorArray( 0, 0, 0, 0, 0.584314, 0.584314, 0.584314, 0, 0.541176, 0.541176, 0.623529, 0.654902, 1, 1, 1, 0 )
[sub_resource type="GradientTexture" id=7]
gradient = SubResource( 6 )
[sub_resource type="StyleBoxTexture" id=8]
texture = SubResource( 7 )
region_rect = Rect2( 0, 0, 2048, 1 )
[resource]
default_font = ExtResource( 1 )
Button/colors/font_color = Color( 0.878431, 0.878431, 0.878431, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
Button/constants/hseparation = 2
Button/fonts/font = null
Button/styles/disabled = null
Button/styles/focus = SubResource( 1 )
Button/styles/hover = SubResource( 2 )
Button/styles/normal = SubResource( 5 )
Button/styles/pressed = SubResource( 8 )