diff options
author | Tom <tomut@yahoo.com> | 2021-02-11 15:12:19 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-11 23:36:11 +0100 |
commit | cf1c159ed541222aeeb03d249f1e64ef0650b2df (patch) | |
tree | 816393140c8a3c01fb046c9a7cef73de289d67b2 /Base/res/themes | |
parent | 8c694ed6ebd8ea7f036dcaa6306cf49225c377e8 (diff) | |
download | serenity-cf1c159ed541222aeeb03d249f1e64ef0650b2df.zip |
WindowServer: Allow different shadows for active/inactive windows
Also allow specifying different shadows for the task and menu bar.
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Default.ini | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini index fbf30e044f..b35e4fa134 100644 --- a/Base/res/themes/Default.ini +++ b/Base/res/themes/Default.ini @@ -73,6 +73,9 @@ TitleButtonWidth=15 TitleButtonHeight=15 [Paths] -MenuShadow=/res/icons/themes/Default/window-shadow.png -TooltipShadow=/res/icons/themes/Default/window-shadow.png -WindowShadow=/res/icons/themes/Default/window-shadow.png +ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png +InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png +MenuBarShadow=/res/icons/themes/Default/frame-shadow-light.png +MenuShadow=/res/icons/themes/Default/frame-shadow-light.png +TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png +TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png |