Update CustomSyntaxHighlighter.cs

This commit is contained in:
Matt Parker
2025-08-18 20:48:19 +10:00
parent dfd83df76e
commit 48a23f6764

View File

@@ -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"),