summaryrefslogtreecommitdiff
path: root/Base/res/themes
diff options
context:
space:
mode:
authorItamar <itamar8910@gmail.com>2022-02-07 08:12:18 +0200
committerAndreas Kling <kling@serenityos.org>2022-02-09 00:51:31 +0100
commit81dcf6c58b973d21b09bde49598f99a9cd49ab42 (patch)
tree76214cda722b69b872b1eeacdcbdc21019b2affe /Base/res/themes
parentaba2e03b711363f6ab85be1041d7e5f77dc4804f (diff)
downloadserenity-81dcf6c58b973d21b09bde49598f99a9cd49ab42.zip
Base: Add more syntax highlighting color roles to the Default theme
Diffstat (limited to 'Base/res/themes')
-rw-r--r--Base/res/themes/Default.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini
index d57a48c777..6a637a73ef 100644
--- a/Base/res/themes/Default.ini
+++ b/Base/res/themes/Default.ini
@@ -67,6 +67,12 @@ SyntaxControlKeyword=#a42ea2
SyntaxIdentifier=#000000
SyntaxPreprocessorStatement=#00a0a0
SyntaxPreprocessorValue=#a00000
+SyntaxFunction=blue
+SyntaxVariable=black
+SyntaxCustomType=orange
+SyntaxNamespace=orange
+SyntaxMember=red
+SyntaxParameter=#eb6d1e
Tooltip=#ffffe1
TooltipText=black
Tray=#808080