Expose state machine focus color to theming
This commit is contained in:
parent
fd4c29a189
commit
edd6acdfd4
3 changed files with 4 additions and 1 deletions
|
|
@ -2506,6 +2506,7 @@ void EditorThemeManager::_populate_editor_styles(const Ref<EditorTheme> &p_theme
|
|||
p_theme->set_color("transition_icon_disabled_color", "GraphStateMachine", Color(1, 1, 1, 0.2));
|
||||
p_theme->set_color("highlight_color", "GraphStateMachine", p_config.accent_color);
|
||||
p_theme->set_color("highlight_disabled_color", "GraphStateMachine", p_config.accent_color * Color(1, 1, 1, 0.6));
|
||||
p_theme->set_color("focus_color", "GraphStateMachine", p_config.accent_color);
|
||||
p_theme->set_color("guideline_color", "GraphStateMachine", p_config.font_color * Color(1, 1, 1, 0.3));
|
||||
|
||||
p_theme->set_color("playback_color", "GraphStateMachine", p_config.font_color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue