|
@@ -769,7 +769,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
|
|
theme->set_stylebox("bg_selected", "EditorProperty", style_property_bg);
|
|
|
theme->set_stylebox("bg", "EditorProperty", Ref<StyleBoxEmpty>(memnew(StyleBoxEmpty)));
|
|
|
theme->set_constant("vseparation", "EditorProperty", (extra_spacing + default_margin_size) * EDSCALE);
|
|
|
- theme->set_color("error_color", "EditorProperty", error_color);
|
|
|
+ theme->set_color("warning_color", "EditorProperty", warning_color);
|
|
|
theme->set_color("property_color", "EditorProperty", property_color);
|
|
|
|
|
|
theme->set_constant("inspector_margin", "Editor", 8 * EDSCALE);
|