summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/SystemTheme.cpp
diff options
context:
space:
mode:
authorTibor Nagy <xnagytibor@gmail.com>2020-02-15 16:20:26 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-15 18:42:13 +0100
commit99192fd29fb8ff28bc89a55c27b8b44188c6bf10 (patch)
treec5f30cade7de55e7a7114ce43cac4a6a120b31db /Libraries/LibGfx/SystemTheme.cpp
parentb515ea454f02106b7f0817dafe687e498b03d875 (diff)
downloadserenity-99192fd29fb8ff28bc89a55c27b8b44188c6bf10.zip
LibGfx: Add inactive selection colors
Diffstat (limited to 'Libraries/LibGfx/SystemTheme.cpp')
-rw-r--r--Libraries/LibGfx/SystemTheme.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibGfx/SystemTheme.cpp b/Libraries/LibGfx/SystemTheme.cpp
index 8ae4be8df7..85a054fa83 100644
--- a/Libraries/LibGfx/SystemTheme.cpp
+++ b/Libraries/LibGfx/SystemTheme.cpp
@@ -77,6 +77,8 @@ RefPtr<SharedBuffer> load_system_theme(const String& path)
DO_COLOR(HoverHighlight);
DO_COLOR(Selection);
DO_COLOR(SelectionText);
+ DO_COLOR(InactiveSelection);
+ DO_COLOR(InactiveSelectionText);
DO_COLOR(Window);
DO_COLOR(WindowText);
DO_COLOR(Base);