diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-27 19:41:39 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-27 19:41:39 +0100 |
commit | d63528197b39d7319dec747a6342e794fb0ffd52 (patch) | |
tree | f293408af5f4b6fcd65f59e2c8637b72565e1641 | |
parent | 0058da734e32bdd2e5111bfd3eee55d60acaa269 (diff) | |
download | serenity-d63528197b39d7319dec747a6342e794fb0ffd52.zip |
Base: Add some icons and tweak some existing ones.
-rw-r--r-- | Base/res/icons/16x16/edit-copy.png | bin | 0 -> 322 bytes |
-rw-r--r-- | Base/res/icons/16x16/filetype-unknown.png | bin | 5123 -> 5409 bytes |
-rw-r--r-- | Base/res/icons/16x16/mkdir.png | bin | 6070 -> 6362 bytes |
-rw-r--r-- | Base/res/icons/16x16/open-parent-directory.png | bin | 0 -> 400 bytes |
-rw-r--r-- | Base/res/icons/32x32/filetype-executable.png | bin | 272 -> 6008 bytes |
-rw-r--r-- | Base/res/icons/32x32/filetype-unknown.png | bin | 272 -> 5405 bytes |
-rw-r--r-- | Base/res/icons/copyfile16.png | bin | 1184 -> 0 bytes |
-rw-r--r-- | Base/res/icons/mkdir16.png | bin | 1785 -> 0 bytes |
-rw-r--r-- | Base/res/icons/parentdirectory16.png | bin | 289 -> 0 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/edit-copy.png b/Base/res/icons/16x16/edit-copy.png Binary files differnew file mode 100644 index 0000000000..28eed9b327 --- /dev/null +++ b/Base/res/icons/16x16/edit-copy.png diff --git a/Base/res/icons/16x16/filetype-unknown.png b/Base/res/icons/16x16/filetype-unknown.png Binary files differindex de07ab3e4c..b709b8b7e7 100644 --- a/Base/res/icons/16x16/filetype-unknown.png +++ b/Base/res/icons/16x16/filetype-unknown.png diff --git a/Base/res/icons/16x16/mkdir.png b/Base/res/icons/16x16/mkdir.png Binary files differindex 012fff339d..93fd8f1d3a 100644 --- a/Base/res/icons/16x16/mkdir.png +++ b/Base/res/icons/16x16/mkdir.png diff --git a/Base/res/icons/16x16/open-parent-directory.png b/Base/res/icons/16x16/open-parent-directory.png Binary files differnew file mode 100644 index 0000000000..e6d1770043 --- /dev/null +++ b/Base/res/icons/16x16/open-parent-directory.png diff --git a/Base/res/icons/32x32/filetype-executable.png b/Base/res/icons/32x32/filetype-executable.png Binary files differindex 3186dec15a..1ca82691cb 100644 --- a/Base/res/icons/32x32/filetype-executable.png +++ b/Base/res/icons/32x32/filetype-executable.png diff --git a/Base/res/icons/32x32/filetype-unknown.png b/Base/res/icons/32x32/filetype-unknown.png Binary files differindex 3651c6a8f9..e6e259e1b6 100644 --- a/Base/res/icons/32x32/filetype-unknown.png +++ b/Base/res/icons/32x32/filetype-unknown.png diff --git a/Base/res/icons/copyfile16.png b/Base/res/icons/copyfile16.png Binary files differdeleted file mode 100644 index cfdeaf1016..0000000000 --- a/Base/res/icons/copyfile16.png +++ /dev/null diff --git a/Base/res/icons/mkdir16.png b/Base/res/icons/mkdir16.png Binary files differdeleted file mode 100644 index d24903b955..0000000000 --- a/Base/res/icons/mkdir16.png +++ /dev/null diff --git a/Base/res/icons/parentdirectory16.png b/Base/res/icons/parentdirectory16.png Binary files differdeleted file mode 100644 index 93ab5b6152..0000000000 --- a/Base/res/icons/parentdirectory16.png +++ /dev/null |