summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Chraghi <chraghiali1@gmail.com>2022-03-28 00:43:26 +0430
committerLinus Groh <mail@linusgroh.de>2022-03-27 23:16:38 +0100
commitcee460ab0bfeeb698c73527b3e77e7bdbd14c4ab (patch)
treee796fb8b153db17d9fc6a2a319db5b0555742610
parent3ac9ea369daf81f78737e94ab4b22e2cd0fc928d (diff)
downloadserenity-cee460ab0bfeeb698c73527b3e77e7bdbd14c4ab.zip
Base: Add Database filetype icon
-rw-r--r--Base/etc/FileIconProvider.ini1
-rw-r--r--Base/res/icons/16x16/filetype-db.pngbin0 -> 164 bytes
-rw-r--r--Base/res/icons/32x32/filetype-db.pngbin0 -> 236 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/FileIconProvider.ini b/Base/etc/FileIconProvider.ini
index 0a7fd9e40b..1862963870 100644
--- a/Base/etc/FileIconProvider.ini
+++ b/Base/etc/FileIconProvider.ini
@@ -7,6 +7,7 @@ header=*.h,*.hpp,*.hxx,*.hh,*.h++
html=*.html,*.htm
css=*.css
php=*.php,*.phtml,*.php3,*.php4,*.php5,*.phps
+db=*.db,*.sqlite,*.sqlite3
ini=*.ini
java=*.java
javascript=*.js,*.mjs
diff --git a/Base/res/icons/16x16/filetype-db.png b/Base/res/icons/16x16/filetype-db.png
new file mode 100644
index 0000000000..3dcb5689bc
--- /dev/null
+++ b/Base/res/icons/16x16/filetype-db.png
Binary files differ
diff --git a/Base/res/icons/32x32/filetype-db.png b/Base/res/icons/32x32/filetype-db.png
new file mode 100644
index 0000000000..262c5883e6
--- /dev/null
+++ b/Base/res/icons/32x32/filetype-db.png
Binary files differ