You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
White Theme
- almost all the colors are generated now. They get adapted based on the theme color. All the correct icons are used - error label now uses error color - added missing button colors in editor theme
This commit is contained in:
@@ -160,7 +160,7 @@ void EditorPath::_notification(int p_what) {
|
||||
|
||||
set_tooltip(obj->get_class());
|
||||
|
||||
label_font->draw(ci, Point2i(ofs, (size.height - label_font->get_height()) / 2 + label_font->get_ascent()), name, Color(1, 1, 1), left);
|
||||
label_font->draw(ci, Point2i(ofs, (size.height - label_font->get_height()) / 2 + label_font->get_ascent()), name, get_color("font_color", "Label"), left);
|
||||
} else {
|
||||
//add arrow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user