Skip to content

Commit bc44d0a

Browse files
committed
DarkPalette: comments and selection more visible
1 parent 697ce4f commit bc44d0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TextEditor.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,11 +2066,11 @@ const TextEditor::Palette & TextEditor::GetDarkPalette()
20662066
0xffaaaaaa, // Identifier
20672067
0xff9bc64d, // Known identifier
20682068
0xffc040a0, // Preproc identifier
2069-
0xff206020, // Comment (single line)
2070-
0xff406020, // Comment (multi line)
2069+
0xff20C020, // Comment (single line)
2070+
0xff40C020, // Comment (multi line)
20712071
0xff101010, // Background
20722072
0xffe0e0e0, // Cursor
2073-
0x80a06020, // Selection
2073+
0xa0c06020, // Selection
20742074
0x800020ff, // ErrorMarker
20752075
0x40f08000, // Breakpoint
20762076
0xff707000, // Line number

0 commit comments

Comments
 (0)