You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
-better integration of ndee's theme
This commit is contained in:
@@ -5560,9 +5560,9 @@ EditorNode::EditorNode() {
|
||||
|
||||
Globals::get_singleton()->set("debug/indicators_enabled",true);
|
||||
Globals::get_singleton()->set("render/room_cull_enabled",false);
|
||||
theme->set_color("prop_category","Editor",Color::hex(0x403d41ff));
|
||||
theme->set_color("prop_section","Editor",Color::hex(0x383539ff));
|
||||
theme->set_color("prop_subsection","Editor",Color::hex(0x343135ff));
|
||||
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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user