mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 22:51:08 +00:00
Fix visual shader keyword colour
This commit is contained in:
parent
01675eb75a
commit
ac39022dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -3114,7 +3114,7 @@ void VisualShaderEditor::_notification(int p_what) {
|
||||||
{
|
{
|
||||||
Color background_color = EDITOR_GET("text_editor/theme/highlighting/background_color");
|
Color background_color = EDITOR_GET("text_editor/theme/highlighting/background_color");
|
||||||
Color text_color = EDITOR_GET("text_editor/theme/highlighting/text_color");
|
Color text_color = EDITOR_GET("text_editor/theme/highlighting/text_color");
|
||||||
Color keyword_color = EDITOR_GET("text_editor/highlighting/keyword_color");
|
Color keyword_color = EDITOR_GET("text_editor/theme/highlighting/keyword_color");
|
||||||
Color control_flow_keyword_color = EDITOR_GET("text_editor/theme/highlighting/control_flow_keyword_color");
|
Color control_flow_keyword_color = EDITOR_GET("text_editor/theme/highlighting/control_flow_keyword_color");
|
||||||
Color comment_color = EDITOR_GET("text_editor/theme/highlighting/comment_color");
|
Color comment_color = EDITOR_GET("text_editor/theme/highlighting/comment_color");
|
||||||
Color symbol_color = EDITOR_GET("text_editor/theme/highlighting/symbol_color");
|
Color symbol_color = EDITOR_GET("text_editor/theme/highlighting/symbol_color");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue