diff options
author | Cubic Love <7754483+cubiclove@users.noreply.github.com> | 2023-02-28 02:18:18 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-02-28 10:17:40 +0100 |
commit | 60f699338d8574d39e475a71d05e479911390a5a (patch) | |
tree | f0e872551ba838250628df4f05e7c75019e7100d | |
parent | 80d1fc39a4755c1d422d5da0f9ae9f004629eb11 (diff) | |
download | serenity-60f699338d8574d39e475a71d05e479911390a5a.zip |
Base: Improve Presenter Icons
Before, the shading of the Presenter icons was the wrong way round and
the external contrast was not as good as it could be. This has been
rectified and the icons are now light on the left- and dark on the
right-side. Also, they now use the same gray colors as other system
icons, making them sit much more nicely together, and have been
generally improved.
-rw-r--r-- | Base/res/icons/16x16/app-presenter.png | bin | 244 -> 338 bytes |
-rw-r--r-- | Base/res/icons/16x16/filetype-presenter.png | bin | 237 -> 296 bytes |
-rw-r--r-- | Base/res/icons/32x32/app-presenter.png | bin | 405 -> 685 bytes |
-rw-r--r-- | Base/res/icons/32x32/filetype-presenter.png | bin | 318 -> 406 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/app-presenter.png b/Base/res/icons/16x16/app-presenter.png Binary files differindex dc72962f6b..478a364a31 100644 --- a/Base/res/icons/16x16/app-presenter.png +++ b/Base/res/icons/16x16/app-presenter.png diff --git a/Base/res/icons/16x16/filetype-presenter.png b/Base/res/icons/16x16/filetype-presenter.png Binary files differindex a8253fb203..2acd307fd6 100644 --- a/Base/res/icons/16x16/filetype-presenter.png +++ b/Base/res/icons/16x16/filetype-presenter.png diff --git a/Base/res/icons/32x32/app-presenter.png b/Base/res/icons/32x32/app-presenter.png Binary files differindex 5ba77e88e2..74673e6d17 100644 --- a/Base/res/icons/32x32/app-presenter.png +++ b/Base/res/icons/32x32/app-presenter.png diff --git a/Base/res/icons/32x32/filetype-presenter.png b/Base/res/icons/32x32/filetype-presenter.png Binary files differindex f97b4fc2a4..51622f0a1a 100644 --- a/Base/res/icons/32x32/filetype-presenter.png +++ b/Base/res/icons/32x32/filetype-presenter.png |