From 0c4b0ae9333bb0b957fcebfb3cc85b4eaaf04e66 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:59:10 +0400 Subject: [PATCH] Fix editor property warning color --- editor_theme.tres | 1 + editor_theme_high_ppi.tres | 1 + 2 files changed, 2 insertions(+) diff --git a/editor_theme.tres b/editor_theme.tres index ab2173b..e353d1c 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -878,6 +878,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/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 b58e655..fa7a301 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -878,6 +878,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/styles/bg = SubResource("StyleBoxEmpty_ajvab") EditorProperty/styles/bg_selected = SubResource("StyleBoxFlat_lx8tr") EditorProperty/styles/child_bg = SubResource("StyleBoxFlat_piki4")