From: Arun Prakash Jana Date: Sun, 12 Jun 2022 02:01:32 +0000 (+0530) Subject: Use a more visible color X-Git-Tag: v4.6~43 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=783ea754f774fb1fe4145fe75f8a2532d74529a8;p=nnn.git Use a more visible color --- diff --git a/src/icons.h b/src/icons.h index f303577a..4cadc4dc 100644 --- a/src/icons.h +++ b/src/icons.h @@ -40,8 +40,8 @@ struct icon_pair { #endif /* For color names, refer to: https://www.ditig.com/256-colors-cheat-sheet */ -#define COLOR_VIDEO 190 /* Yellow2 */ -#define COLOR_VIDEO1 45 /* Turquoise2 */ +#define COLOR_VIDEO 45 /* Turquoise2 */ +#define COLOR_VIDEO1 226 /* Yellow1 */ #define COLOR_AUDIO 220 /* Gold1 */ #define COLOR_AUDIO1 205 /* HotPink */ #define COLOR_IMAGE 82 /* Chartreuse2 */