]> Sergey Matveev's repositories - nnn.git/commitdiff
add provided but unused ruby icon (#1167)
authorCantoroMC <62297689+CantoroMC@users.noreply.github.com>
Sun, 19 Sep 2021 04:43:07 +0000 (06:43 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Sep 2021 04:43:07 +0000 (10:13 +0530)
src/icons-nerdfont.h
src/icons.h

index b86ecc66238b9976ac95524fe4140dd5d85bc312..376f1bf208449942a080b5e7ca1650119232c0cb 100644 (file)
 #define ICON_EXT_RPM       ICON_ARCHIVE
 #define ICON_EXT_RSS       "\uf96b"
 #define ICON_EXT_RTF       "\uf724"
+#define ICON_EXT_RB        ICON_RUBY
 
 /* S */
 #define ICON_EXT_SASS      "\ue603"
index 79b872d914aa6b183ed1881e13b073d2922a4014..882787f4dff7abfc14d7287820c7e23dc7d51233 100644 (file)
@@ -245,6 +245,7 @@ static const struct icon_pair icons_ext[] = {
 
        /* R */
        {"rar",      FA_FILE_ARCHIVE_O,    COLOR_ARCHIVE},
+       {"rb",       MFIZZ_RUBY,           COLOR_RUBY},
        {"rc",       FA_COGS,              0},
        {"rom",      FA_LOCK,              0},
        {"rpm",      FA_FILE_ARCHIVE_O,    COLOR_ARCHIVE},
@@ -455,6 +456,7 @@ static const struct icon_pair icons_ext[] = {
 
        /* R */
        {"rar",        ICON_EXT_RAR,       COLOR_ARCHIVE},
+       {"rb",         ICON_EXT_RB,        COLOR_RUBY},
        {"rc",         ICON_EXT_RC,        0},
        {"rom",        ICON_EXT_ROM,       0},
        {"rpm",        ICON_EXT_RPM,       COLOR_ARCHIVE},