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 040bd42 commit 2604497Copy full SHA for 2604497
PluginCore/ScintillaNet/Configuration/EditorStyle.cs
@@ -234,7 +234,7 @@ public int HighlightBackColor
234
{
235
return ResolveColor(highlightback);
236
}
237
- return ResolveColor("0x0000ff");
+ return ResolveColor("0x0088ff");
238
239
240
@@ -246,7 +246,7 @@ public int HighlightWordBackColor
246
247
return ResolveColor(highlightwordback);
248
249
- return ResolveColor("0xff0000");
+ return ResolveColor("0x00ccff");
250
251
252
0 commit comments