diff --git a/editor_theme.tres b/editor_theme.tres index 6640ef0..7f4355e 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -888,6 +888,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/property_color = Color(1, 1, 1, 0.627451) 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") diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 06b9879..07149e6 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -888,6 +888,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/property_color = Color(1, 1, 1, 0.627451) 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")