From: Arun Prakash Jana Date: Fri, 18 Sep 2020 00:26:31 +0000 (+0530) Subject: Color for vtt sub icons X-Git-Tag: v3.5~59 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e25dc108bfa6adda73c4d4272a64cb0320d3983b;p=nnn.git Color for vtt sub icons --- diff --git a/src/icons.h b/src/icons.h index 1e7f494f..1d145cb9 100644 --- a/src/icons.h +++ b/src/icons.h @@ -276,6 +276,7 @@ static const struct icon_pair icons_ext[] = { {"vid", FA_FILE_MOVIE_O, COLOR_VIDEO}, {"vim", DEV_VIM, 0}, {"vimrc", DEV_VIM, 0}, + {"vtt", FA_COMMENTS_O, 0}, /* W */ {"wav", FA_FILE_AUDIO_O, COLOR_AUDIO}, @@ -477,6 +478,7 @@ static const struct icon_pair icons_ext[] = { {"vid", ICON_EXT_VID, COLOR_VIDEO}, {"vim", ICON_EXT_VIM, COLOR_VIM}, {"vimrc", ICON_EXT_VIMRC, COLOR_VIM}, + {"vtt", ICON_EXT_SRT, 0}, /* W */ {"wav", ICON_EXT_WAV, COLOR_AUDIO},