diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-17 02:55:21 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-17 02:55:21 +0530 |
commit | b5c7d41d9bf28c111fe2a9821558a14a3bd4afae (patch) | |
tree | 030ea7bead42cd4e79ba6365cfc836487d647d02 /src/icons.h | |
parent | 1e72069378b49b607101b2e6760db9f6dbae7396 (diff) | |
download | nnn-b5c7d41d9bf28c111fe2a9821558a14a3bd4afae.tar.gz |
More icons
Diffstat (limited to 'src/icons.h')
-rw-r--r-- | src/icons.h | 9 |
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}, |