From 802c06ab7b405217483ddb87adad52cc513e6179 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Wed, 22 Apr 2020 05:56:53 +0000 Subject: [PATCH] Base: Add missing Syntax color settings for Joi theme --- Base/res/themes/Joi.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) 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