summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2020-04-22 05:56:53 +0000
committerAndreas Kling <kling@serenityos.org>2020-04-22 11:48:38 +0200
commit802c06ab7b405217483ddb87adad52cc513e6179 (patch)
treed415e818f37ca1903fb97b3329d83004f6dad19d /Base
parent038051d205624b7a91d5154f5cc6db48f9c0c015 (diff)
downloadserenity-802c06ab7b405217483ddb87adad52cc513e6179.zip
Base: Add missing Syntax color settings for Joi theme
Diffstat (limited to 'Base')
-rw-r--r--Base/res/themes/Joi.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/Base/res/themes/Joi.ini b/Base/res/themes/Joi.ini
index 9710d96fa2..3b859dee4d 100644
--- a/Base/res/themes/Joi.ini
+++ b/Base/res/themes/Joi.ini
@@ -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