mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
Base: Add missing Syntax color settings for Joi theme
This commit is contained in:
parent
038051d205
commit
802c06ab7b
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue