From 19b3b82705c7ebe04c22f049a7b00160fb89d168 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:02:12 +0400 Subject: [PATCH] Add check button font color overrides --- minimal_theme.tres | 2 ++ minimal_theme_high_ppi.tres | 2 ++ 2 files changed, 4 insertions(+) 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)