mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05: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