summaryrefslogtreecommitdiff
path: root/Base/res
diff options
context:
space:
mode:
authorJoel Hansen <git@hansejo.com>2022-04-28 12:29:28 +1000
committerAndreas Kling <kling@serenityos.org>2022-04-28 22:14:43 +0200
commit45f3fffbad3832a201f0de494de54103029c00c0 (patch)
treef0b7087ce266eb57a2a7a09604f7f047e0ebd138 /Base/res
parentac0d708634e79f554a97b9e92e6ddecdc0b4d39b (diff)
downloadserenity-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.pngbin0 -> 545 bytes
-rw-r--r--Base/res/icons/themes/Light/16x16/window-close.pngbin0 -> 546 bytes
-rw-r--r--Base/res/icons/themes/Light/16x16/window-maximize.pngbin0 -> 520 bytes
-rw-r--r--Base/res/icons/themes/Light/16x16/window-minimize.pngbin0 -> 519 bytes
-rw-r--r--Base/res/icons/themes/Light/16x16/window-restore.pngbin0 -> 532 bytes
-rw-r--r--Base/res/themes/Light.ini4
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
new file mode 100644
index 0000000000..6b1a713a56
--- /dev/null
+++ b/Base/res/icons/themes/Light/16x16/window-close-modified.png
Binary files differ
diff --git a/Base/res/icons/themes/Light/16x16/window-close.png b/Base/res/icons/themes/Light/16x16/window-close.png
new file mode 100644
index 0000000000..5bca3842ce
--- /dev/null
+++ b/Base/res/icons/themes/Light/16x16/window-close.png
Binary files differ
diff --git a/Base/res/icons/themes/Light/16x16/window-maximize.png b/Base/res/icons/themes/Light/16x16/window-maximize.png
new file mode 100644
index 0000000000..ed23618da4
--- /dev/null
+++ b/Base/res/icons/themes/Light/16x16/window-maximize.png
Binary files differ
diff --git a/Base/res/icons/themes/Light/16x16/window-minimize.png b/Base/res/icons/themes/Light/16x16/window-minimize.png
new file mode 100644
index 0000000000..9544544032
--- /dev/null
+++ b/Base/res/icons/themes/Light/16x16/window-minimize.png
Binary files differ
diff --git a/Base/res/icons/themes/Light/16x16/window-restore.png b/Base/res/icons/themes/Light/16x16/window-restore.png
new file mode 100644
index 0000000000..375b04f297
--- /dev/null
+++ b/Base/res/icons/themes/Light/16x16/window-restore.png
Binary files differ
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