add provided but unused ruby icon (#1167)

This commit is contained in:
CantoroMC 2021-09-19 06:43:07 +02:00 committed by GitHub
parent 5bf9b52beb
commit 2a6cc41972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View 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},