1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

New neutral default theme

- desaturated UI elements to grey
- desaturated all near-white icons to grey
- changed some hardcoded colors
This commit is contained in:
Ralf Hölzemer
2014-09-16 02:16:26 +02:00
committed by marynate
parent 04af74596d
commit 7b9f5e65c9
164 changed files with 72 additions and 72 deletions

View File

@@ -4088,9 +4088,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(0x3f3945ff));
theme->set_color("prop_section","Editor",Color::hex(0x38323dff));
theme->set_color("prop_subsection","Editor",Color::hex(0x342e39ff));
theme->set_color("prop_category","Editor",Color::hex(0x454545ff));
theme->set_color("prop_section","Editor",Color::hex(0x3d3d3dff));
theme->set_color("prop_subsection","Editor",Color::hex(0x393939ff));
theme->set_color("fg_selected","Editor",Color::html("ffbd8e8e"));
theme->set_color("fg_error","Editor",Color::html("ffbd8e8e"));