Skip to content

Commit 4c12e22

Browse files
committed
light theme CheckButton
1 parent e9d5b67 commit 4c12e22

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/SharpIDE.Godot/Resources/LightTheme.tres

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ corner_radius_bottom_right = 3
4848
corner_radius_bottom_left = 3
4949
corner_detail = 5
5050

51+
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6nunt"]
52+
content_margin_left = 6.0
53+
content_margin_top = 4.0
54+
content_margin_right = 6.0
55+
content_margin_bottom = 4.0
56+
5157
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1icbt"]
5258
content_margin_left = 4.0
5359
content_margin_top = 4.0
@@ -160,6 +166,9 @@ Button/styles/disabled = SubResource("StyleBoxFlat_f60rw")
160166
Button/styles/hover = SubResource("StyleBoxFlat_s0gn1")
161167
Button/styles/normal = SubResource("StyleBoxFlat_xtark")
162168
Button/styles/pressed = SubResource("StyleBoxFlat_6nunt")
169+
CheckButton/colors/button_checked_color = Color(0.3372549, 0.61960787, 1, 1)
170+
CheckButton/styles/normal = SubResource("StyleBoxEmpty_6nunt")
171+
CheckButton/styles/pressed = SubResource("StyleBoxEmpty_6nunt")
163172
CodeEdit/colors/current_line_color = Color(0.9, 0.9, 0.9, 1)
164173
CodeEdit/styles/normal = SubResource("StyleBoxFlat_1icbt")
165174
CodeEditorTabContainer/base_type = &"TabContainer"

0 commit comments

Comments
 (0)