diff options
author | Andreas Kling <kling@serenityos.org> | 2021-07-28 20:20:57 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-28 20:21:52 +0200 |
commit | e378587c8237074d964f6b5c113af078a68da271 (patch) | |
tree | f25b5c6e8cc767da9ff002720eb4aa3ff724b327 /Base/res/themes/Coffee.ini | |
parent | 03cca2069974176ff454746154ed34fbcc760eb4 (diff) | |
download | serenity-e378587c8237074d964f6b5c113af078a68da271.zip |
LibGfx+Base: Add a themable "Accent" color role
This can be used by GUI widgets to draw attention to a specific part of
the widget, for example the currently active sub-widget component.
Diffstat (limited to 'Base/res/themes/Coffee.ini')
-rw-r--r-- | Base/res/themes/Coffee.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/themes/Coffee.ini b/Base/res/themes/Coffee.ini index ccbaaff429..327ad97564 100644 --- a/Base/res/themes/Coffee.ini +++ b/Base/res/themes/Coffee.ini @@ -1,4 +1,5 @@ [Colors] +Accent=#574dbb DesktopBackground=#567f9d ActiveWindowBorder1=#574dbb ActiveWindowBorder2=#574dbb |