[icons nerdfont] added gpg icon

This commit is contained in:
Marco Cantoro 2021-11-01 11:39:33 +01:00
parent bcae254ff2
commit da03016c79
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#define ICON_DESKTOP "\ufcbe"
#define ICON_DOCUMENT "\uf718"
#define ICON_DOWNLOADS "\uf5d7"
#define ICON_ENCRYPT "\uf805"
#define ICON_FSHARP "\ue7a7"
#define ICON_GIT "\ue5fb"
#define ICON_HASKELL "\ue777"
@ -124,6 +125,7 @@
#define ICON_EXT_GEM ICON_RUBY
#define ICON_EXT_GIF ICON_PICTUREFILE
#define ICON_EXT_GO "\ufcd1"
#define ICON_EXT_GPG ICON_ENCRYPT
#define ICON_EXT_GZ ICON_ARCHIVE
#define ICON_EXT_GZIP ICON_ARCHIVE

View File

@ -373,6 +373,7 @@ static const struct icon_pair icons_ext[] = {
{"gem", ICON_EXT_GEM, COLOR_RUBY},
{"gif", ICON_EXT_GIF, COLOR_IMAGE},
{"go", ICON_EXT_GO, 0},
{"gpg", ICON_EXT_GPG, COLOR_ARCHIVE},
{"gz", ICON_EXT_GZ, COLOR_ARCHIVE},
{"gzip", ICON_EXT_GZIP, COLOR_ARCHIVE},