diff options
author | electrikmilk <brandonjordan124@gmail.com> | 2022-09-07 19:58:33 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-09-08 10:06:55 +0100 |
commit | 56a719daf84f542e082c789d7bf4177ad7e624a3 (patch) | |
tree | 3676f7a33a7a2a263eed144a0aec12f4196fb2d7 | |
parent | 66758655826d597d126883d63d1c4b11b5e85db1 (diff) | |
download | serenity-56a719daf84f542e082c789d7bf4177ad7e624a3.zip |
Base: Add Assembly file type icon
This adds 16x16 and 32x32 file type icons for assembly files.
-rw-r--r-- | Base/etc/FileIconProvider.ini | 1 | ||||
-rw-r--r-- | Base/res/icons/16x16/filetype-asm.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | Base/res/icons/32x32/filetype-asm.png | bin | 0 -> 220 bytes |
3 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/FileIconProvider.ini b/Base/etc/FileIconProvider.ini index 8a165f169f..1e1ec6b926 100644 --- a/Base/etc/FileIconProvider.ini +++ b/Base/etc/FileIconProvider.ini @@ -1,4 +1,5 @@ [Icons] +asm=*.S,*.asm cmake=*CMakeLists.txt cplusplus=*.cpp,*.cxx,*.cc,*.c++ c=*.c diff --git a/Base/res/icons/16x16/filetype-asm.png b/Base/res/icons/16x16/filetype-asm.png Binary files differnew file mode 100644 index 0000000000..97f91d59d5 --- /dev/null +++ b/Base/res/icons/16x16/filetype-asm.png diff --git a/Base/res/icons/32x32/filetype-asm.png b/Base/res/icons/32x32/filetype-asm.png Binary files differnew file mode 100644 index 0000000000..6176471dc3 --- /dev/null +++ b/Base/res/icons/32x32/filetype-asm.png |