diff --git a/src/SharpIDE.Godot/CustomSyntaxHighlighter.cs b/src/SharpIDE.Godot/CustomSyntaxHighlighter.cs index 7ae3485..89095d1 100644 --- a/src/SharpIDE.Godot/CustomSyntaxHighlighter.cs +++ b/src/SharpIDE.Godot/CustomSyntaxHighlighter.cs @@ -70,7 +70,7 @@ public partial class CustomHighlighter : SyntaxHighlighter "method name" => new Color("dcdcaa"), "extension method name" => new Color("dcdcaa"), "property name" => new Color("dcdcdc"), - "static symbol" => new Color("dcdcdc"), + "static symbol" => new Color("dcdcaa"), "parameter name" => new Color("9cdcfe"), "local name" => new Color("9cdcfe"),