1
Fork 0
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:
Brendan Coles 2020-04-22 05:56:53 +00:00 committed by Andreas Kling
parent 038051d205
commit 802c06ab7b

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