Base: Add missing Syntax color settings for Joi theme

This commit is contained in:
Brendan Coles 2020-04-22 05:56:53 +00:00 committed by Andreas Kling
parent 038051d205
commit 802c06ab7b
Notes: sideshowbarker 2024-07-19 07:24:14 +09:00

View File

@ -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