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
1 changed files with 1 additions and 1 deletions

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