diff options
author | Tom <tomut@yahoo.com> | 2021-02-09 14:13:06 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-09 22:27:14 +0100 |
commit | 964894dee628ac88a2e9c27a0f97fa75a6747e48 (patch) | |
tree | 6d7ff340709410132e6bc197eb7c74f554f19f67 /Base/res/themes | |
parent | c9aa7539a6b95101546c0fe53d207da789b825f9 (diff) | |
download | serenity-964894dee628ac88a2e9c27a0f97fa75a6747e48.zip |
WindowServer: Allow specifying different shadows for menus and tooltips
Also update the Redmond 2000 theme to drop shadows more Redmond-like.
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Default.ini | 3 | ||||
-rw-r--r-- | Base/res/themes/Redmond 2000.ini | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini index 8b2eabe594..fbf30e044f 100644 --- a/Base/res/themes/Default.ini +++ b/Base/res/themes/Default.ini @@ -73,5 +73,6 @@ 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 - diff --git a/Base/res/themes/Redmond 2000.ini b/Base/res/themes/Redmond 2000.ini index cf028a713d..7cfa1cbc4f 100644 --- a/Base/res/themes/Redmond 2000.ini +++ b/Base/res/themes/Redmond 2000.ini @@ -68,4 +68,6 @@ TitleButtonWidth=17 TitleButtonHeight=15 [Paths] +MenuShadow=/res/icons/themes/Redmond/menu-shadow.png TitleButtonIcons=/res/icons/themes/Redmond/16x16/ +TooltipShadow=/res/icons/themes/Redmond/menu-shadow.png |