summaryrefslogtreecommitdiff
path: root/Assets/Themes/Texty.tres
blob: 1f7d00cb7aa1a70b1eafbf768a52564f70d66e13 (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
[gd_resource type="Theme" load_steps=7 format=2]

[ext_resource path="res://Assets/Styles/GUIBoxDisabled.tres" type="StyleBox" id=1]
[ext_resource path="res://Assets/Styles/GUIBoxFocus.tres" type="StyleBox" id=2]
[ext_resource path="res://Assets/Styles/GuiBoxPressed.tres" type="StyleBox" id=3]
[ext_resource path="res://Assets/Styles/GUIBoxHover.tres" type="StyleBox" id=4]
[ext_resource path="res://Assets/Styles/GUIBox.tres" type="StyleBox" id=5]

[sub_resource type="StyleBoxFlat" id=1]
content_margin_left = 8.0
content_margin_right = 8.0
content_margin_top = 8.0
content_margin_bottom = 8.0
bg_color = Color( 0, 0, 0, 0.627451 )
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8

[resource]
Button/colors/font_color = Color( 0.839216, 0.0117647, 0.439216, 1 )
Button/colors/font_color_disabled = Color( 0.580392, 0.580392, 0.580392, 1 )
Button/colors/font_color_focus = Color( 0.839216, 0.0117647, 0.439216, 1 )
Button/colors/font_color_hover = Color( 0.929412, 0.0117647, 0.490196, 1 )
Button/colors/font_color_pressed = Color( 0.929412, 0.0117647, 0.490196, 1 )
Button/styles/disabled = ExtResource( 1 )
Button/styles/focus = ExtResource( 2 )
Button/styles/hover = SubResource( 1 )
Button/styles/normal = ExtResource( 5 )
Button/styles/pressed = ExtResource( 3 )
Label/colors/font_color = Color( 0.839216, 0.00784314, 0.439216, 1 )
LineEdit/colors/font_color = Color( 0.839216, 0.00784314, 0.439216, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.580392, 0.580392, 0.580392, 1 )
LineEdit/styles/focus = ExtResource( 2 )
LineEdit/styles/normal = ExtResource( 5 )
LineEdit/styles/read_only = ExtResource( 1 )
PanelContainer/styles/panel = ExtResource( 5 )
ProgressBar/colors/font_color = Color( 0.839216, 0.0117647, 0.439216, 1 )
ProgressBar/styles/bg = ExtResource( 5 )
ProgressBar/styles/fg = ExtResource( 4 )
TextEdit/colors/font_color = Color( 0.839216, 0.00784314, 0.439216, 1 )
TextEdit/colors/font_color_readonly = Color( 0.580392, 0.580392, 0.580392, 1 )
TextEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
TextEdit/styles/focus = ExtResource( 2 )
TextEdit/styles/normal = ExtResource( 5 )