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 697ce4f commit bc44d0aCopy full SHA for bc44d0a
TextEditor.cpp
@@ -2066,11 +2066,11 @@ const TextEditor::Palette & TextEditor::GetDarkPalette()
2066
0xffaaaaaa, // Identifier
2067
0xff9bc64d, // Known identifier
2068
0xffc040a0, // Preproc identifier
2069
- 0xff206020, // Comment (single line)
2070
- 0xff406020, // Comment (multi line)
+ 0xff20C020, // Comment (single line)
+ 0xff40C020, // Comment (multi line)
2071
0xff101010, // Background
2072
0xffe0e0e0, // Cursor
2073
- 0x80a06020, // Selection
+ 0xa0c06020, // Selection
2074
0x800020ff, // ErrorMarker
2075
0x40f08000, // Breakpoint
2076
0xff707000, // Line number
0 commit comments