From: CantoroMC <62297689+CantoroMC@users.noreply.github.com> Date: Sun, 19 Sep 2021 04:43:07 +0000 (+0200) Subject: add provided but unused ruby icon (#1167) X-Git-Tag: v4.3~11 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2a6cc4197206356e9bad7f379bee174481f8bca4;p=nnn.git add provided but unused ruby icon (#1167) --- diff --git a/src/icons-nerdfont.h b/src/icons-nerdfont.h index b86ecc66..376f1bf2 100644 --- a/src/icons-nerdfont.h +++ b/src/icons-nerdfont.h @@ -210,6 +210,7 @@ #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" diff --git a/src/icons.h b/src/icons.h index 79b872d9..882787f4 100644 --- a/src/icons.h +++ b/src/icons.h @@ -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},