summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/SystemTheme.h
diff options
context:
space:
mode:
authorItamar <itamar8910@gmail.com>2022-02-06 23:10:42 +0200
committerAndreas Kling <kling@serenityos.org>2022-02-09 00:51:31 +0100
commit22f835332a7a72bbe143e857b721659552452b73 (patch)
treea3fcd0cc824b757a975d20f760a4adefcdbc3eb2 /Userland/Libraries/LibGfx/SystemTheme.h
parent4646bf4b9221490f1eca39f894d84a34646f5421 (diff)
downloadserenity-22f835332a7a72bbe143e857b721659552452b73.zip
LibGfx: Add more syntax-related ColorRoles
Diffstat (limited to 'Userland/Libraries/LibGfx/SystemTheme.h')
-rw-r--r--Userland/Libraries/LibGfx/SystemTheme.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGfx/SystemTheme.h b/Userland/Libraries/LibGfx/SystemTheme.h
index ec1c00f6a4..c2a90a8fe3 100644
--- a/Userland/Libraries/LibGfx/SystemTheme.h
+++ b/Userland/Libraries/LibGfx/SystemTheme.h
@@ -80,6 +80,12 @@ namespace Gfx {
C(SyntaxPunctuation) \
C(SyntaxString) \
C(SyntaxType) \
+ C(SyntaxFunction) \
+ C(SyntaxVariable) \
+ C(SyntaxCustomType) \
+ C(SyntaxNamespace) \
+ C(SyntaxMember) \
+ C(SyntaxParameter) \
C(TextCursor) \
C(ThreedHighlight) \
C(ThreedShadow1) \