mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
Base: Add missing Syntax color settings for Joi theme
This commit is contained in:
parent
038051d205
commit
802c06ab7b
Notes:
sideshowbarker
2024-07-19 07:24:14 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/802c06ab7b4 Pull-request: https://github.com/SerenityOS/serenity/pull/1915
@ -42,3 +42,14 @@ RulerActiveText=white
|
||||
RulerInactiveText=#D5D0C7
|
||||
TextCursor=#9C9CD5
|
||||
FocusOutline=#606060
|
||||
SyntaxComment=#008000
|
||||
SyntaxNumber=#800000
|
||||
SyntaxString=#800000
|
||||
SyntaxType=#800080
|
||||
SyntaxPunctuation=black
|
||||
SyntaxOperator=black
|
||||
SyntaxKeyword=black
|
||||
SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
|
Loading…
Reference in New Issue
Block a user