diff --git a/minimal_theme.tres b/minimal_theme.tres index de556cb..32f9ae5 100644 --- a/minimal_theme.tres +++ b/minimal_theme.tres @@ -798,6 +798,8 @@ CheckBox/colors/font_hover_pressed_color = Color(1, 1, 1, 1) CheckBox/colors/font_pressed_color = Color(1, 1, 1, 0.705882) CheckBox/styles/normal = SubResource("StyleBoxFlat_twyxl") CheckBox/styles/normal_mirrored = SubResource("StyleBoxFlat_twyxl") +CheckButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1) +CheckButton/colors/font_pressed_color = Color(1, 1, 1, 0.705882) Editor/colors/background = Color(0.1, 0.1, 0.1, 1) Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.117647) Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.352941) diff --git a/minimal_theme_high_ppi.tres b/minimal_theme_high_ppi.tres index 7db2a3b..61dd563 100644 --- a/minimal_theme_high_ppi.tres +++ b/minimal_theme_high_ppi.tres @@ -798,6 +798,8 @@ CheckBox/colors/font_hover_pressed_color = Color(1, 1, 1, 1) CheckBox/colors/font_pressed_color = Color(1, 1, 1, 0.705882) CheckBox/styles/normal = SubResource("StyleBoxFlat_twyxl") CheckBox/styles/normal_mirrored = SubResource("StyleBoxFlat_twyxl") +CheckButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1) +CheckButton/colors/font_pressed_color = Color(1, 1, 1, 0.705882) Editor/colors/background = Color(0.1, 0.1, 0.1, 1) Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.117647) Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.352941)