mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
icons: use COLOR_C for go files
This commit is contained in:
parent
197717ce68
commit
f1932967e2
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue