summaryrefslogtreecommitdiff
path: root/Base/res/themes
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-05-21 15:13:39 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-21 15:32:53 +0200
commitf555c2cc95dd5c7c99bfbcb6e238346df60aab18 (patch)
tree55cc945c10213a8923e28c4048b47d62aa209344 /Base/res/themes
parent81641ee469bee9527d2edc9d8dff787c91f3b53d (diff)
downloadserenity-f555c2cc95dd5c7c99bfbcb6e238346df60aab18.zip
Base: Tweak syntax highlighting colors in the Default theme
The old ones were barely noticeable. Let's at least make it visible that you have syntax highlighting enabled. :^)
Diffstat (limited to 'Base/res/themes')
-rw-r--r--Base/res/themes/Default.ini18
1 files changed, 9 insertions, 9 deletions
diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini
index 8ef6b05197..096ec148d8 100644
--- a/Base/res/themes/Default.ini
+++ b/Base/res/themes/Default.ini
@@ -53,17 +53,17 @@ RulerActiveText=#404040
RulerInactiveText=#808080
TextCursor=#6e2209
FocusOutline=#909090
-SyntaxComment=#008000
-SyntaxNumber=#800000
-SyntaxString=#800000
-SyntaxType=#800080
+SyntaxComment=#a0a1a7
+SyntaxNumber=#976715
+SyntaxString=#53a053
+SyntaxType=#a000a0
SyntaxPunctuation=black
SyntaxOperator=black
-SyntaxKeyword=black
-SyntaxControlKeyword=black
-SyntaxIdentifier=#092e64
-SyntaxPreprocessorStatement=#008080
-SyntaxPreprocessorValue=#800000
+SyntaxKeyword=#a42ea2
+SyntaxControlKeyword=#a42ea2
+SyntaxIdentifier=#000000
+SyntaxPreprocessorStatement=#00a0a0
+SyntaxPreprocessorValue=#a00000
Tooltip=#ffffe1
TooltipText=black
Tray=#808080