Skip to content

Commit 3fb87eb

Browse files
committed
Better defaults...
1 parent 4b76e6f commit 3fb87eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PluginCore/ScintillaNet/Configuration/EditorStyle.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public int HighlightBackColor
234234
{
235235
return ResolveColor(highlightback);
236236
}
237-
return ResolveColor("0x0088ff");
237+
return ResolveColor("0x808000");
238238
}
239239
}
240240

@@ -246,7 +246,7 @@ public int HighlightWordBackColor
246246
{
247247
return ResolveColor(highlightwordback);
248248
}
249-
return ResolveColor("0x00ccff");
249+
return ResolveColor("0x0088ff");
250250
}
251251
}
252252

0 commit comments

Comments
 (0)