Skip to content

Commit e9d5b67

Browse files
committed
CodeEdit light theme
1 parent 4ab5d16 commit e9d5b67

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

src/SharpIDE.Godot/Resources/LightTheme.tres

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,42 @@ corner_radius_bottom_right = 3
4848
corner_radius_bottom_left = 3
4949
corner_detail = 5
5050

51+
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1icbt"]
52+
content_margin_left = 4.0
53+
content_margin_top = 4.0
54+
content_margin_right = 4.0
55+
content_margin_bottom = 4.0
56+
bg_color = Color(0.98, 0.98, 0.98, 1)
57+
border_color = Color(0, 0, 0, 0.6)
58+
corner_radius_top_left = 3
59+
corner_radius_top_right = 3
60+
corner_radius_bottom_right = 3
61+
corner_radius_bottom_left = 3
62+
corner_detail = 5
63+
64+
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_21uq4"]
65+
content_margin_left = 10.0
66+
content_margin_top = 4.0
67+
content_margin_right = 10.0
68+
content_margin_bottom = 4.0
69+
bg_color = Color(0.95, 0.95, 0.95, 0.6)
70+
border_width_bottom = 2
71+
border_color = Color(0, 0, 0, 0.7490196)
72+
corner_detail = 1
73+
74+
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_a8yiy"]
75+
content_margin_left = 10.0
76+
content_margin_top = 4.0
77+
content_margin_right = 10.0
78+
content_margin_bottom = 4.0
79+
bg_color = Color(0.9, 0.9, 0.9, 0.6)
80+
border_width_bottom = 2
81+
border_color = Color(0, 0, 0, 0)
82+
corner_detail = 1
83+
84+
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5oigc"]
85+
bg_color = Color(0.98039216, 0.98039216, 0.98039216, 1)
86+
5187
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_guqd5"]
5288
content_margin_left = 4.0
5389
content_margin_top = 4.0
@@ -124,7 +160,12 @@ Button/styles/disabled = SubResource("StyleBoxFlat_f60rw")
124160
Button/styles/hover = SubResource("StyleBoxFlat_s0gn1")
125161
Button/styles/normal = SubResource("StyleBoxFlat_xtark")
126162
Button/styles/pressed = SubResource("StyleBoxFlat_6nunt")
127-
CodeEdit/colors/current_line_color = Color(0.05882353, 0.05882353, 0.05882353, 1)
163+
CodeEdit/colors/current_line_color = Color(0.9, 0.9, 0.9, 1)
164+
CodeEdit/styles/normal = SubResource("StyleBoxFlat_1icbt")
165+
CodeEditorTabContainer/base_type = &"TabContainer"
166+
CodeEditorTabContainer/styles/tab_selected = SubResource("StyleBoxFlat_21uq4")
167+
CodeEditorTabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_a8yiy")
168+
CodeEditorTabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_5oigc")
128169
Gray500Label/base_type = &"Label"
129170
Gray500Label/colors/font_color = Color(0.49, 0.49, 0.49, 1)
130171
Gray600Label/base_type = &"Label"

0 commit comments

Comments
 (0)