aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-17 02:55:21 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-17 02:55:21 +0530
commitb5c7d41d9bf28c111fe2a9821558a14a3bd4afae (patch)
tree030ea7bead42cd4e79ba6365cfc836487d647d02 /src
parent1e72069378b49b607101b2e6760db9f6dbae7396 (diff)
downloadnnn-b5c7d41d9bf28c111fe2a9821558a14a3bd4afae.tar.gz
More icons
Diffstat (limited to 'src')
-rw-r--r--src/icons.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/icons.h b/src/icons.h
index d39aa26..255ad37 100644
--- a/src/icons.h
+++ b/src/icons.h
@@ -178,11 +178,13 @@ static const struct icon_pair icons_ext[] = {
/* N */
/* O */
- {"o", FILE_MANPAGE, 0},
- {"ogg", FA_FILE_AUDIO_O, AUDIO_COLOR},
- {"out", FA_LINUX, 0},
+ {"o", FILE_MANPAGE, 0},
+ {"ogg", FA_FILE_AUDIO_O, AUDIO_COLOR},
+ {"opdownload", FA_DOWNLOAD, 0},
+ {"out", FA_LINUX, 0},
/* P */
+ {"part", FA_DOWNLOAD, 0},
{"patch", FILE_PATCH, 0},
{"pdf", FA_FILE_PDF_O, BOOKS_COLOR},
{"php", MFIZZ_PHP, 0},
@@ -229,6 +231,7 @@ static const struct icon_pair icons_ext[] = {
/* U */
/* V */
+ {"vid", FA_FILE_MOVIE_O, VIDEO_COLOR},
{"vim", DEV_VIM, 0},
{"vimrc", DEV_VIM, 0},