From: NRK Date: Sun, 24 Jul 2022 09:50:36 +0000 (+0600) Subject: icons: use COLOR_C for go files X-Git-Tag: v4.6~6^2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f1932967e2a86e77d1a56a84ab72c84674252f75;p=nnn.git icons: use COLOR_C for go files --- 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},