Skip to content

Commit

Permalink
DarkPalette: comments and selection more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 3, 2023
1 parent 697ce4f commit bc44d0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TextEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2066,11 +2066,11 @@ const TextEditor::Palette & TextEditor::GetDarkPalette()
0xffaaaaaa, // Identifier
0xff9bc64d, // Known identifier
0xffc040a0, // Preproc identifier
0xff206020, // Comment (single line)
0xff406020, // Comment (multi line)
0xff20C020, // Comment (single line)
0xff40C020, // Comment (multi line)
0xff101010, // Background
0xffe0e0e0, // Cursor
0x80a06020, // Selection
0xa0c06020, // Selection
0x800020ff, // ErrorMarker
0x40f08000, // Breakpoint
0xff707000, // Line number
Expand Down

0 comments on commit bc44d0a

Please sign in to comment.