Tweak the warning text color

This commit is contained in:
passivestar 2024-11-16 02:34:32 +04:00
parent 033462d923
commit 9ccf4fc67a
2 changed files with 4 additions and 4 deletions

View File

@ -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")

View File

@ -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")