mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 11:54:54 +00:00
Use a more visible color
This commit is contained in:
parent
c02605a907
commit
783ea754f7
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue