diff options
Diffstat (limited to 'Assets/Themes/Texty.tres')
| -rw-r--r-- | Assets/Themes/Texty.tres | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Assets/Themes/Texty.tres b/Assets/Themes/Texty.tres new file mode 100644 index 0000000..1f7d00c --- /dev/null +++ b/Assets/Themes/Texty.tres @@ -0,0 +1,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 ) |
