aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--editor/editor_themes.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp
index 3b5dbf7fc..a3d6bde75 100644
--- a/editor/editor_themes.cpp
+++ b/editor/editor_themes.cpp
@@ -49,11 +49,11 @@ Ref<Theme> create_editor_theme() {
}
focus_sbt->set_draw_center(false);
theme->set_stylebox("EditorFocus", "EditorStyles", focus_sbt);
- theme->set_color("prop_category", "Editor", Color::hex(0x3f3a44ff));
- theme->set_color("prop_section", "Editor", Color::hex(0x35313aff));
- theme->set_color("prop_subsection", "Editor", Color::hex(0x312e37ff));
- theme->set_color("fg_selected", "Editor", Color::html("ffbd8e8e"));
- theme->set_color("fg_error", "Editor", Color::html("ffbd8e8e"));
+ // theme->set_color("prop_category","Editor",Color::hex(0x3f3a44ff));
+ // theme->set_color("prop_section","Editor",Color::hex(0x35313aff));
+ // theme->set_color("prop_subsection","Editor",Color::hex(0x312e37ff));
+ // theme->set_color("fg_selected","Editor",Color::html("ffbd8e8e"));
+ // theme->set_color("fg_error","Editor",Color::html("ffbd8e8e"));
return theme;
}