Base: Tweak syntax highlighting colors in the Default theme
The old ones were barely noticeable. Let's at least make it visible that you have syntax highlighting enabled. :^)
This commit is contained in:
parent
81641ee469
commit
f555c2cc95
Notes:
sideshowbarker
2024-07-18 17:37:51 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f555c2cc95d
1 changed files with 9 additions and 9 deletions
|
@ -53,17 +53,17 @@ RulerActiveText=#404040
|
|||
RulerInactiveText=#808080
|
||||
TextCursor=#6e2209
|
||||
FocusOutline=#909090
|
||||
SyntaxComment=#008000
|
||||
SyntaxNumber=#800000
|
||||
SyntaxString=#800000
|
||||
SyntaxType=#800080
|
||||
SyntaxComment=#a0a1a7
|
||||
SyntaxNumber=#976715
|
||||
SyntaxString=#53a053
|
||||
SyntaxType=#a000a0
|
||||
SyntaxPunctuation=black
|
||||
SyntaxOperator=black
|
||||
SyntaxKeyword=black
|
||||
SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
SyntaxKeyword=#a42ea2
|
||||
SyntaxControlKeyword=#a42ea2
|
||||
SyntaxIdentifier=#000000
|
||||
SyntaxPreprocessorStatement=#00a0a0
|
||||
SyntaxPreprocessorValue=#a00000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
Tray=#808080
|
||||
|
|
Loading…
Add table
Reference in a new issue