From 9ccf4fc67ad24f10864418e9558f0866da86d27f Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sat, 16 Nov 2024 02:34:32 +0400 Subject: [PATCH] Tweak the warning text color --- editor_theme.tres | 4 ++-- editor_theme_high_ppi.tres | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index 7c39ee5..cd89c5c 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -865,7 +865,7 @@ Editor/colors/property_color_w = Color(0.989803, 0.898963, 0.738366, 1) Editor/colors/property_color_x = Color(0.98, 0.5586, 0.649903, 1) Editor/colors/property_color_y = Color(0.5978, 0.98, 0.69972, 1) Editor/colors/property_color_z = Color(0.5358, 0.79853, 0.94, 1) -Editor/colors/warning_color = Color(0.77, 0.66528, 0.3773, 1) +Editor/colors/warning_color = Color(0.95, 0.855, 0.57, 1) Editor/constants/top_bar_separation = 3 Editor/constants/window_border_margin = 4 EditorHelpBitContent/styles/normal = SubResource("StyleBoxFlat_2305v") @@ -876,7 +876,7 @@ EditorInspectorSection/constants/h_separation = 3 EditorLogFilterButton/styles/hover = SubResource("StyleBoxFlat_jduyo") EditorLogFilterButton/styles/normal = SubResource("StyleBoxFlat_sxnkh") EditorLogFilterButton/styles/pressed = SubResource("StyleBoxFlat_1pq5m") -EditorProperty/colors/warning_color = Color(0.77, 0.66528, 0.3773, 1) +EditorProperty/colors/warning_color = Color(0.95, 0.855, 0.57, 1) EditorProperty/styles/bg = SubResource("StyleBoxEmpty_ajvab") EditorProperty/styles/bg_selected = SubResource("StyleBoxFlat_lx8tr") EditorProperty/styles/child_bg = SubResource("StyleBoxFlat_piki4") diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index ed04ee5..80e423c 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -865,7 +865,7 @@ Editor/colors/property_color_w = Color(0.989803, 0.898963, 0.738366, 1) Editor/colors/property_color_x = Color(0.98, 0.5586, 0.649903, 1) Editor/colors/property_color_y = Color(0.5978, 0.98, 0.69972, 1) Editor/colors/property_color_z = Color(0.5358, 0.79853, 0.94, 1) -Editor/colors/warning_color = Color(0.77, 0.66528, 0.3773, 1) +Editor/colors/warning_color = Color(0.95, 0.855, 0.57, 1) Editor/constants/top_bar_separation = 6 Editor/constants/window_border_margin = 8 EditorHelpBitContent/styles/normal = SubResource("StyleBoxFlat_2305v") @@ -876,7 +876,7 @@ EditorInspectorSection/constants/h_separation = 6 EditorLogFilterButton/styles/hover = SubResource("StyleBoxFlat_jduyo") EditorLogFilterButton/styles/normal = SubResource("StyleBoxFlat_sxnkh") EditorLogFilterButton/styles/pressed = SubResource("StyleBoxFlat_1pq5m") -EditorProperty/colors/warning_color = Color(0.77, 0.66528, 0.3773, 1) +EditorProperty/colors/warning_color = Color(0.95, 0.855, 0.57, 1) EditorProperty/styles/bg = SubResource("StyleBoxEmpty_ajvab") EditorProperty/styles/bg_selected = SubResource("StyleBoxFlat_lx8tr") EditorProperty/styles/child_bg = SubResource("StyleBoxFlat_piki4")