Added Light theme in Preferences

Light theme is still work in progress
This commit is contained in:
OverloadedOrama 2019-12-20 15:32:43 +02:00
parent 32fead03bd
commit 2fc9711788
5 changed files with 88 additions and 83 deletions

View file

@ -12,10 +12,10 @@ script = ExtResource( 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -92.0
margin_left = -109.0
margin_top = 8.0
margin_right = 92.0
margin_bottom = 34.0
margin_right = 109.0
margin_bottom = 150.0
[node name="OptionsContainer" type="GridContainer" parent="VBoxContainer"]
margin_right = 218.0
@ -47,8 +47,8 @@ margin_left = 67.0
margin_top = 24.0
margin_right = 218.0
margin_bottom = 44.0
text = "Dark Theme"
items = [ "Dark Theme", null, false, 0, null, "Gray Theme", null, false, 1, null, "Godot's Theme", null, false, 2, null ]
text = "Dark"
items = [ "Dark", null, false, 0, null, "Gray", null, false, 1, null, "Godot", null, false, 2, null, "Light", null, false, 3, null ]
selected = 0
[node name="GridOptionsLabel" type="Label" parent="VBoxContainer"]