online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/colorpicker/ColorPicker.tres')
-rw-r--r--ui/colorpicker/ColorPicker.tres17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/colorpicker/ColorPicker.tres b/ui/colorpicker/ColorPicker.tres
new file mode 100644
index 0000000..8625250
--- /dev/null
+++ b/ui/colorpicker/ColorPicker.tres
@@ -0,0 +1,17 @@
+[gd_resource type="Theme" load_steps=5 format=2]
+
+[ext_resource path="res://assets/ui/Roboto-Medium.ttf" type="DynamicFontData" id=1]
+[ext_resource path="res://ui/colorpicker/smallbutton.tres" type="StyleBox" id=2]
+[ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=3]
+
+[sub_resource type="DynamicFont" id=1]
+size = 20
+font_data = ExtResource( 1 )
+
+[resource]
+default_font = SubResource( 1 )
+LineEdit/colors/font_color = Color( 1, 1, 1, 1 )
+LineEdit/colors/font_color_selected = Color( 0.482353, 0.6, 0.870588, 1 )
+LineEdit/styles/focus = ExtResource( 2 )
+LineEdit/styles/normal = ExtResource( 2 )
+SpinBox/icons/updown = ExtResource( 3 )