summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/SystemTheme.h
diff options
context:
space:
mode:
authorTibor Nagy <xnagytibor@gmail.com>2020-02-20 09:01:48 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-20 14:19:30 +0100
commitc8bc53e98745e18a848a1456b0311015c8f93a35 (patch)
tree08a7b7cb379e0cb543f02b5d4b57c313086e2a67 /Libraries/LibGfx/SystemTheme.h
parent7592f9afd5bf1b794c125db14762707f969c0635 (diff)
downloadserenity-c8bc53e98745e18a848a1456b0311015c8f93a35.zip
LibGfx+LibGUI: Allow theming the text cursor
Diffstat (limited to 'Libraries/LibGfx/SystemTheme.h')
-rw-r--r--Libraries/LibGfx/SystemTheme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGfx/SystemTheme.h b/Libraries/LibGfx/SystemTheme.h
index fca2c92ac6..8939090f65 100644
--- a/Libraries/LibGfx/SystemTheme.h
+++ b/Libraries/LibGfx/SystemTheme.h
@@ -75,6 +75,7 @@ enum class ColorRole {
RulerBorder,
RulerActiveText,
RulerInactiveText,
+ TextCursor,
__Count,