1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:37:34 +00:00

Themes: Improve syntax highlighting colors of Nord theme

This commit is contained in:
Sahan Fernando 2021-02-12 10:24:09 +11:00 committed by Andreas Kling
parent cd2874dfcf
commit 9e68752264

View file

@ -45,16 +45,16 @@ RulerActiveText=#95adc5
RulerInactiveText=#7e9dbc RulerInactiveText=#7e9dbc
TextCursor=#7e9dbc TextCursor=#7e9dbc
FocusOutline=#7e9dbc FocusOutline=#7e9dbc
SyntaxComment=#008000 SyntaxComment=#4fbf4f
SyntaxNumber=#800000 SyntaxNumber=white
SyntaxString=#800000 SyntaxString=#ff8f4f
SyntaxType=#800080 SyntaxType=#6f8fff
SyntaxPunctuation=black SyntaxPunctuation=white
SyntaxOperator=black SyntaxOperator=white
SyntaxKeyword=black SyntaxKeyword=#cf7fff
SyntaxControlKeyword=black SyntaxControlKeyword=orchid
SyntaxIdentifier=#092e64 SyntaxIdentifier=white
SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorStatement=#ffafff
SyntaxPreprocessorValue=#800000 SyntaxPreprocessorValue=orange
Tooltip=#4c566a Tooltip=#4c566a
TooltipText=white TooltipText=white