icons: use COLOR_C for go files

This commit is contained in:
NRK 2022-07-24 15:50:36 +06:00
parent 197717ce68
commit f1932967e2

View file

@ -260,7 +260,7 @@ static const struct icon_pair icons_ext[] = {
/* G */ /* G */
{"gem", ICON_RUBY, COLOR_RUBY}, {"gem", ICON_RUBY, COLOR_RUBY},
{"gif", ICON_PICTUREFILE, COLOR_IMAGE}, {"gif", ICON_PICTUREFILE, COLOR_IMAGE},
{"go", ICON_EXT_GO, 0}, {"go", ICON_EXT_GO, COLOR_C},
{"gpg", ICON_ENCRYPT, COLOR_ARCHIVE}, {"gpg", ICON_ENCRYPT, COLOR_ARCHIVE},
{"gz", ICON_ARCHIVE, COLOR_ARCHIVE}, {"gz", ICON_ARCHIVE, COLOR_ARCHIVE},
{"gzip", ICON_ARCHIVE, COLOR_ARCHIVE}, {"gzip", ICON_ARCHIVE, COLOR_ARCHIVE},