diff options
author | Joel Hansen <git@hansejo.com> | 2022-04-28 12:29:28 +1000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-28 22:14:43 +0200 |
commit | 45f3fffbad3832a201f0de494de54103029c00c0 (patch) | |
tree | f0b7087ce266eb57a2a7a09604f7f047e0ebd138 /Base/res | |
parent | ac0d708634e79f554a97b9e92e6ddecdc0b4d39b (diff) | |
download | serenity-45f3fffbad3832a201f0de494de54103029c00c0.zip |
Base: Improvements to the Light theme
- Adding more suitable "icons-only" buttons.
- Adding WindowShadow from default theme.
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/icons/themes/Light/16x16/window-close-modified.png | bin | 0 -> 545 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Light/16x16/window-close.png | bin | 0 -> 546 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Light/16x16/window-maximize.png | bin | 0 -> 520 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Light/16x16/window-minimize.png | bin | 0 -> 519 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Light/16x16/window-restore.png | bin | 0 -> 532 bytes | |||
-rw-r--r-- | Base/res/themes/Light.ini | 4 |
6 files changed, 4 insertions, 0 deletions
diff --git a/Base/res/icons/themes/Light/16x16/window-close-modified.png b/Base/res/icons/themes/Light/16x16/window-close-modified.png Binary files differnew file mode 100644 index 0000000000..6b1a713a56 --- /dev/null +++ b/Base/res/icons/themes/Light/16x16/window-close-modified.png diff --git a/Base/res/icons/themes/Light/16x16/window-close.png b/Base/res/icons/themes/Light/16x16/window-close.png Binary files differnew file mode 100644 index 0000000000..5bca3842ce --- /dev/null +++ b/Base/res/icons/themes/Light/16x16/window-close.png diff --git a/Base/res/icons/themes/Light/16x16/window-maximize.png b/Base/res/icons/themes/Light/16x16/window-maximize.png Binary files differnew file mode 100644 index 0000000000..ed23618da4 --- /dev/null +++ b/Base/res/icons/themes/Light/16x16/window-maximize.png diff --git a/Base/res/icons/themes/Light/16x16/window-minimize.png b/Base/res/icons/themes/Light/16x16/window-minimize.png Binary files differnew file mode 100644 index 0000000000..9544544032 --- /dev/null +++ b/Base/res/icons/themes/Light/16x16/window-minimize.png diff --git a/Base/res/icons/themes/Light/16x16/window-restore.png b/Base/res/icons/themes/Light/16x16/window-restore.png Binary files differnew file mode 100644 index 0000000000..375b04f297 --- /dev/null +++ b/Base/res/icons/themes/Light/16x16/window-restore.png diff --git a/Base/res/themes/Light.ini b/Base/res/themes/Light.ini index e2e39d4bd8..f6082ef3f9 100644 --- a/Base/res/themes/Light.ini +++ b/Base/res/themes/Light.ini @@ -79,7 +79,11 @@ TitleAlignment=Left [Flags] IsDark=false +TitleButtonsIconOnly=true [Paths] +ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png +InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png +TitleButtonIcons=/res/icons/themes/Light/16x16/ MenuShadow=/res/icons/themes/Redmond/menu-shadow.png TooltipShadow=/res/icons/themes/Redmond/menu-shadow.png |