mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Themes: Improve syntax highlighting colors of Nord theme
This commit is contained in:
parent
cd2874dfcf
commit
9e68752264
Notes:
sideshowbarker
2024-07-18 22:24:55 +09:00
Author: https://github.com/ccapitalK Commit: https://github.com/SerenityOS/serenity/commit/9e687522649 Pull-request: https://github.com/SerenityOS/serenity/pull/5297
1 changed files with 11 additions and 11 deletions
|
@ -45,16 +45,16 @@ RulerActiveText=#95adc5
|
|||
RulerInactiveText=#7e9dbc
|
||||
TextCursor=#7e9dbc
|
||||
FocusOutline=#7e9dbc
|
||||
SyntaxComment=#008000
|
||||
SyntaxNumber=#800000
|
||||
SyntaxString=#800000
|
||||
SyntaxType=#800080
|
||||
SyntaxPunctuation=black
|
||||
SyntaxOperator=black
|
||||
SyntaxKeyword=black
|
||||
SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
SyntaxComment=#4fbf4f
|
||||
SyntaxNumber=white
|
||||
SyntaxString=#ff8f4f
|
||||
SyntaxType=#6f8fff
|
||||
SyntaxPunctuation=white
|
||||
SyntaxOperator=white
|
||||
SyntaxKeyword=#cf7fff
|
||||
SyntaxControlKeyword=orchid
|
||||
SyntaxIdentifier=white
|
||||
SyntaxPreprocessorStatement=#ffafff
|
||||
SyntaxPreprocessorValue=orange
|
||||
Tooltip=#4c566a
|
||||
TooltipText=white
|
||||
|
|
Loading…
Reference in a new issue