]> Sergey Matveev's repositories - nnn.git/commitdiff
icons: use COLOR_C for go files
authorNRK <nrk@disroot.org>
Sun, 24 Jul 2022 09:50:36 +0000 (15:50 +0600)
committerNRK <nrk@disroot.org>
Sun, 24 Jul 2022 10:06:14 +0000 (16:06 +0600)
src/icons.h

index e761071d48da7560a22e74029969af3510e984ba..e2164e2e301f494dcd66d6eba2e07c0d05a4550a 100644 (file)
@@ -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},