]> Sergey Matveev's repositories - nnn.git/commitdiff
[icons nerdfont] added gpg icon
authorMarco Cantoro <marco.cantoro92@outlook.it>
Mon, 1 Nov 2021 10:39:33 +0000 (11:39 +0100)
committerMarco Cantoro <marco.cantoro92@outlook.it>
Mon, 1 Nov 2021 10:39:33 +0000 (11:39 +0100)
src/icons-nerdfont.h
src/icons.h

index 2fdd120521ee19f9999427190039c8d6f8db8dd9..bda2932154edd6b62b83955b76acf5d8ab386001 100644 (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"
 #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
 
index 40dee1486ece6e53ae3a6ff88629a2790c231747..cc5fded2dbc651155667a9c9bd44062684d1d1bf 100644 (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},