]> Sergey Matveev's repositories - nnn.git/commitdiff
Use a more visible color
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 12 Jun 2022 02:01:32 +0000 (07:31 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 12 Jun 2022 02:25:23 +0000 (07:55 +0530)
src/icons.h

index f303577ae01f1aa61bb5822007e806b211becc2d..4cadc4dcd515928b7dd5cabb75f2350382958fff 100644 (file)
@@ -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 */