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/Sunshine.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/Sunshine.ini')
-rw-r--r-- | Base/res/themes/Sunshine.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/themes/Sunshine.ini b/Base/res/themes/Sunshine.ini index 1107247823..26e4021843 100644 --- a/Base/res/themes/Sunshine.ini +++ b/Base/res/themes/Sunshine.ini @@ -1,4 +1,5 @@ [Colors] +Accent=#b24d7a DesktopBackground=#574c8f ActiveWindowBorder1=#b24d7a ActiveWindowBorder2=#b24d7a |