From 48a23f6764b8fb1b6e4685514589e396b16fa933 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:48:19 +1000 Subject: [PATCH] Update CustomSyntaxHighlighter.cs --- src/SharpIDE.Godot/CustomSyntaxHighlighter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),