We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b76e6f commit 3fb87ebCopy full SHA for 3fb87eb
PluginCore/ScintillaNet/Configuration/EditorStyle.cs
@@ -234,7 +234,7 @@ public int HighlightBackColor
234
{
235
return ResolveColor(highlightback);
236
}
237
- return ResolveColor("0x0088ff");
+ return ResolveColor("0x808000");
238
239
240
@@ -246,7 +246,7 @@ public int HighlightWordBackColor
246
247
return ResolveColor(highlightwordback);
248
249
- return ResolveColor("0x00ccff");
+ return ResolveColor("0x0088ff");
250
251
252
0 commit comments