summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthankyouverycool <66646555+thankyouverycool@users.noreply.github.com>2021-04-06 14:52:02 -0400
committerAndreas Kling <kling@serenityos.org>2021-04-06 21:58:55 +0200
commit3ba86e315657580415b676fb2a40ea1342f10d4e (patch)
tree6a733bf0b0c8b53569a745df7e81e8b33d21bf92
parent9e2e36724d87a639be967d212a3c60d0ea5fed2b (diff)
downloadserenity-3ba86e315657580415b676fb2a40ea1342f10d4e.zip
Base: Add icons for a few apps and filetypes
Adds new java, pdf, open-folder filetype icons. Upgrades chess, snake, sound player and keyboards. Fixes file manager alignment.
-rw-r--r--Base/res/icons/16x16/app-chess.pngbin7660 -> 283 bytes
-rw-r--r--Base/res/icons/16x16/app-file-manager.pngbin487 -> 489 bytes
-rw-r--r--Base/res/icons/16x16/app-keyboard-mapper.pngbin1387 -> 235 bytes
-rw-r--r--Base/res/icons/16x16/app-keyboard-settings.pngbin957 -> 235 bytes
-rw-r--r--Base/res/icons/16x16/app-snake.pngbin1093 -> 228 bytes
-rw-r--r--Base/res/icons/16x16/app-sound-player.pngbin323 -> 355 bytes
-rw-r--r--Base/res/icons/16x16/filetype-java.pngbin242 -> 301 bytes
-rw-r--r--Base/res/icons/32x32/app-chess.pngbin8154 -> 522 bytes
-rw-r--r--Base/res/icons/32x32/app-keyboard-mapper.pngbin1593 -> 483 bytes
-rw-r--r--Base/res/icons/32x32/app-keyboard-settings.pngbin1144 -> 582 bytes
-rw-r--r--Base/res/icons/32x32/app-sound-player.pngbin3349 -> 557 bytes
-rw-r--r--Base/res/icons/32x32/filetype-folder-open.pngbin0 -> 739 bytes
-rw-r--r--Base/res/icons/32x32/filetype-java.pngbin0 -> 432 bytes
-rw-r--r--Base/res/icons/32x32/filetype-pdf.pngbin0 -> 338 bytes
14 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/app-chess.png b/Base/res/icons/16x16/app-chess.png
index e53265f12e..822b888234 100644
--- a/Base/res/icons/16x16/app-chess.png
+++ b/Base/res/icons/16x16/app-chess.png
Binary files differ
diff --git a/Base/res/icons/16x16/app-file-manager.png b/Base/res/icons/16x16/app-file-manager.png
index 2892ce13bd..eb31ec4f00 100644
--- a/Base/res/icons/16x16/app-file-manager.png
+++ b/Base/res/icons/16x16/app-file-manager.png
Binary files differ
diff --git a/Base/res/icons/16x16/app-keyboard-mapper.png b/Base/res/icons/16x16/app-keyboard-mapper.png
index 79d51e05e6..7b26d31812 100644
--- a/Base/res/icons/16x16/app-keyboard-mapper.png
+++ b/Base/res/icons/16x16/app-keyboard-mapper.png
Binary files differ
diff --git a/Base/res/icons/16x16/app-keyboard-settings.png b/Base/res/icons/16x16/app-keyboard-settings.png
index 545d41c529..7b26d31812 100644
--- a/Base/res/icons/16x16/app-keyboard-settings.png
+++ b/Base/res/icons/16x16/app-keyboard-settings.png
Binary files differ
diff --git a/Base/res/icons/16x16/app-snake.png b/Base/res/icons/16x16/app-snake.png
index 9c80d274f6..24f52bac9d 100644
--- a/Base/res/icons/16x16/app-snake.png
+++ b/Base/res/icons/16x16/app-snake.png
Binary files differ
diff --git a/Base/res/icons/16x16/app-sound-player.png b/Base/res/icons/16x16/app-sound-player.png
index 2850ddb863..8bf442a838 100644
--- a/Base/res/icons/16x16/app-sound-player.png
+++ b/Base/res/icons/16x16/app-sound-player.png
Binary files differ
diff --git a/Base/res/icons/16x16/filetype-java.png b/Base/res/icons/16x16/filetype-java.png
index f315ab1adb..d3f1a400d9 100644
--- a/Base/res/icons/16x16/filetype-java.png
+++ b/Base/res/icons/16x16/filetype-java.png
Binary files differ
diff --git a/Base/res/icons/32x32/app-chess.png b/Base/res/icons/32x32/app-chess.png
index 835c7a72c0..817cf1999c 100644
--- a/Base/res/icons/32x32/app-chess.png
+++ b/Base/res/icons/32x32/app-chess.png
Binary files differ
diff --git a/Base/res/icons/32x32/app-keyboard-mapper.png b/Base/res/icons/32x32/app-keyboard-mapper.png
index d8e1da941f..a92cfe9302 100644
--- a/Base/res/icons/32x32/app-keyboard-mapper.png
+++ b/Base/res/icons/32x32/app-keyboard-mapper.png
Binary files differ
diff --git a/Base/res/icons/32x32/app-keyboard-settings.png b/Base/res/icons/32x32/app-keyboard-settings.png
index 2e249413d2..3c892553f3 100644
--- a/Base/res/icons/32x32/app-keyboard-settings.png
+++ b/Base/res/icons/32x32/app-keyboard-settings.png
Binary files differ
diff --git a/Base/res/icons/32x32/app-sound-player.png b/Base/res/icons/32x32/app-sound-player.png
index 4e492e2019..442c34b719 100644
--- a/Base/res/icons/32x32/app-sound-player.png
+++ b/Base/res/icons/32x32/app-sound-player.png
Binary files differ
diff --git a/Base/res/icons/32x32/filetype-folder-open.png b/Base/res/icons/32x32/filetype-folder-open.png
new file mode 100644
index 0000000000..f68b101cd3
--- /dev/null
+++ b/Base/res/icons/32x32/filetype-folder-open.png
Binary files differ
diff --git a/Base/res/icons/32x32/filetype-java.png b/Base/res/icons/32x32/filetype-java.png
new file mode 100644
index 0000000000..7a676699ed
--- /dev/null
+++ b/Base/res/icons/32x32/filetype-java.png
Binary files differ
diff --git a/Base/res/icons/32x32/filetype-pdf.png b/Base/res/icons/32x32/filetype-pdf.png
new file mode 100644
index 0000000000..2d1e003443
--- /dev/null
+++ b/Base/res/icons/32x32/filetype-pdf.png
Binary files differ