online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/theme/main.tres')
-rw-r--r--ui/theme/main.tres27
1 files changed, 26 insertions, 1 deletions
diff --git a/ui/theme/main.tres b/ui/theme/main.tres
index cfe884e..5e526c1 100644
--- a/ui/theme/main.tres
+++ b/ui/theme/main.tres
@@ -1,4 +1,4 @@
-[gd_resource type="Theme" load_steps=15 format=2]
+[gd_resource type="Theme" load_steps=18 format=2]
[ext_resource path="res://ui/verdana.tres" type="DynamicFont" id=1]
[ext_resource path="res://ui/theme/button.tres" type="StyleBox" id=2]
@@ -34,6 +34,26 @@ border_width_bottom = 2
border_color = Color( 1, 1, 1, 1 )
corner_detail = 20
+[sub_resource type="StyleBoxFlat" id=10]
+content_margin_left = 30.0
+content_margin_right = 30.0
+content_margin_top = 30.0
+content_margin_bottom = 30.0
+bg_color = Color( 0, 0, 0, 0.313726 )
+
+[sub_resource type="StyleBoxFlat" id=12]
+content_margin_left = 10.0
+content_margin_right = 10.0
+bg_color = Color( 0, 0, 0, 0.313726 )
+border_color = Color( 0, 0, 0, 0 )
+expand_margin_left = 10.0
+
+[sub_resource type="StyleBoxFlat" id=11]
+content_margin_left = 10.0
+content_margin_right = 10.0
+bg_color = Color( 0.188235, 0.188235, 0.188235, 1 )
+border_color = Color( 0, 0, 0, 0 )
+
[sub_resource type="StyleBoxEmpty" id=5]
[resource]
@@ -94,5 +114,10 @@ PopupMenu/icons/radio_unchecked = ExtResource( 3 )
PopupMenu/styles/hover = SubResource( 3 )
PopupMenu/styles/panel = ExtResource( 7 )
SpinBox/icons/updown = ExtResource( 3 )
+TabContainer/colors/font_color_bg = Color( 0.709804, 0.709804, 0.709804, 0.72549 )
+TabContainer/colors/font_color_fg = Color( 1, 1, 1, 1 )
+TabContainer/styles/panel = SubResource( 10 )
+TabContainer/styles/tab_bg = SubResource( 12 )
+TabContainer/styles/tab_fg = SubResource( 11 )
VBoxContainer/constants/separation = 15
VScrollBar/styles/scroll = SubResource( 5 )