mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
WindowServer: Allow different shadows for active/inactive windows
Also allow specifying different shadows for the task and menu bar.
This commit is contained in:
parent
8c694ed6eb
commit
cf1c159ed5
10 changed files with 41 additions and 12 deletions
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 6 KiB |
BIN
Base/res/icons/themes/Default/frame-shadow-light.png
Normal file
BIN
Base/res/icons/themes/Default/frame-shadow-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue