1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 08:57:34 +00:00

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:
Andreas Kling 2021-05-21 15:13:39 +02:00
parent 81641ee469
commit f555c2cc95

View file

@ -53,17 +53,17 @@ RulerActiveText=#404040
RulerInactiveText=#808080 RulerInactiveText=#808080
TextCursor=#6e2209 TextCursor=#6e2209
FocusOutline=#909090 FocusOutline=#909090
SyntaxComment=#008000 SyntaxComment=#a0a1a7
SyntaxNumber=#800000 SyntaxNumber=#976715
SyntaxString=#800000 SyntaxString=#53a053
SyntaxType=#800080 SyntaxType=#a000a0
SyntaxPunctuation=black SyntaxPunctuation=black
SyntaxOperator=black SyntaxOperator=black
SyntaxKeyword=black SyntaxKeyword=#a42ea2
SyntaxControlKeyword=black SyntaxControlKeyword=#a42ea2
SyntaxIdentifier=#092e64 SyntaxIdentifier=#000000
SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorStatement=#00a0a0
SyntaxPreprocessorValue=#800000 SyntaxPreprocessorValue=#a00000
Tooltip=#ffffe1 Tooltip=#ffffe1
TooltipText=black TooltipText=black
Tray=#808080 Tray=#808080