From f1932967e2a86e77d1a56a84ab72c84674252f75 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 24 Jul 2022 15:50:36 +0600 Subject: [PATCH] icons: use COLOR_C for go files --- src/icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons.h b/src/icons.h index e761071d..e2164e2e 100644 --- a/src/icons.h +++ b/src/icons.h @@ -260,7 +260,7 @@ static const struct icon_pair icons_ext[] = { /* G */ {"gem", ICON_RUBY, COLOR_RUBY}, {"gif", ICON_PICTUREFILE, COLOR_IMAGE}, - {"go", ICON_EXT_GO, 0}, + {"go", ICON_EXT_GO, COLOR_C}, {"gpg", ICON_ENCRYPT, COLOR_ARCHIVE}, {"gz", ICON_ARCHIVE, COLOR_ARCHIVE}, {"gzip", ICON_ARCHIVE, COLOR_ARCHIVE},