diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2021-10-26 15:00:55 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-31 18:39:13 +0100 |
commit | 079d9e2e0b28c32bd3c33a475a1b23166953c7c3 (patch) | |
tree | 48ac14bc444cbbe69062c0bb6ce9e7b6c9dd9659 /Base/res/themes/Sunshine.ini | |
parent | 4f42e4ba90f5a024df0fb3a43b9abc94ee147d51 (diff) | |
download | serenity-079d9e2e0b28c32bd3c33a475a1b23166953c7c3.zip |
Base: Add 'IsDark' flag to all system themes
Diffstat (limited to 'Base/res/themes/Sunshine.ini')
-rw-r--r-- | Base/res/themes/Sunshine.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/res/themes/Sunshine.ini b/Base/res/themes/Sunshine.ini index 26e4021843..a28bfffb22 100644 --- a/Base/res/themes/Sunshine.ini +++ b/Base/res/themes/Sunshine.ini @@ -68,5 +68,8 @@ TooltipText=black Tray=#9397a5 TrayText=white +[Flags] +IsDark=false + [Paths] TitleButtonIcons=/res/icons/themes/Sunshine/16x16/ |