diff options
author | MacDue <macdue@dueutil.tech> | 2022-05-18 17:16:02 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-05-21 18:11:36 +0200 |
commit | bdac8c53ea7f96809e70f7a74a1828c71858b43b (patch) | |
tree | 3b5d0b86f5e9bf2de2ccc595e18403f699d86cf7 | |
parent | 034951dd92c1e697ba1e694a1fbb1e56511b8a2f (diff) | |
download | serenity-bdac8c53ea7f96809e70f7a74a1828c71858b43b.zip |
Base: Add hover icons to Cupertino theme
Simple hover effect with slight brightening + glow.
-rw-r--r-- | Base/res/icons/themes/Cupertino/16x16/window-close-hover.png | bin | 0 -> 299 bytes |
-rw-r--r-- | Base/res/icons/themes/Cupertino/16x16/window-close-modified-hover.jpg | bin | 0 -> 309 bytes |
-rw-r--r-- | Base/res/icons/themes/Cupertino/16x16/window-maximize-hover.png | bin | 0 -> 294 bytes |
-rw-r--r-- | Base/res/icons/themes/Cupertino/16x16/window-minimize-hover.png | bin | 0 -> 282 bytes |
-rw-r--r-- | Base/res/icons/themes/Cupertino/16x16/window-restore-hover.png | bin | 0 -> 311 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/themes/Cupertino/16x16/window-close-hover.png b/Base/res/icons/themes/Cupertino/16x16/window-close-hover.png Binary files differnew file mode 100644 index 0000000000..ee848f2e19 --- /dev/null +++ b/Base/res/icons/themes/Cupertino/16x16/window-close-hover.png diff --git a/Base/res/icons/themes/Cupertino/16x16/window-close-modified-hover.jpg b/Base/res/icons/themes/Cupertino/16x16/window-close-modified-hover.jpg Binary files differnew file mode 100644 index 0000000000..6710dd7739 --- /dev/null +++ b/Base/res/icons/themes/Cupertino/16x16/window-close-modified-hover.jpg diff --git a/Base/res/icons/themes/Cupertino/16x16/window-maximize-hover.png b/Base/res/icons/themes/Cupertino/16x16/window-maximize-hover.png Binary files differnew file mode 100644 index 0000000000..0c177b913c --- /dev/null +++ b/Base/res/icons/themes/Cupertino/16x16/window-maximize-hover.png diff --git a/Base/res/icons/themes/Cupertino/16x16/window-minimize-hover.png b/Base/res/icons/themes/Cupertino/16x16/window-minimize-hover.png Binary files differnew file mode 100644 index 0000000000..fb7e9c2d46 --- /dev/null +++ b/Base/res/icons/themes/Cupertino/16x16/window-minimize-hover.png diff --git a/Base/res/icons/themes/Cupertino/16x16/window-restore-hover.png b/Base/res/icons/themes/Cupertino/16x16/window-restore-hover.png Binary files differnew file mode 100644 index 0000000000..bb0faf9a7c --- /dev/null +++ b/Base/res/icons/themes/Cupertino/16x16/window-restore-hover.png |