From 1a6074f85a4a32319f44cf1e75e9b75907570332 Mon Sep 17 00:00:00 2001
From: Akshay <nerdy@peppe.rs>
Date: Mon, 24 Aug 2020 16:03:07 +0530
Subject: colors

---
 cmus/.config/cmus/nerdz.theme | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'cmus')

diff --git a/cmus/.config/cmus/nerdz.theme b/cmus/.config/cmus/nerdz.theme
index 1cc89b7..34f64a2 100644
--- a/cmus/.config/cmus/nerdz.theme
+++ b/cmus/.config/cmus/nerdz.theme
@@ -18,10 +18,10 @@ set color_error=lightred
 set color_info=lightyellow
 
 # Color of currently playing track.
-set color_win_cur=5
+set color_win_cur=6
 
 # Color of the separator line between windows in view (1).
-set color_separator=254
+set color_separator=240
 
 # Color of window titles (topmost line of the screen).
 set color_win_title_bg=default
@@ -33,23 +33,23 @@ set color_statusline_fg=gray
 
 # Color of the line displaying currently playing track.
 set color_titleline_bg=0
-set color_titleline_fg=5
+set color_titleline_fg=6
 
 # Color of the selected row which is also the currently playing track in active window.
 set color_win_cur_sel_bg=0
-set color_win_cur_sel_fg=15
+set color_win_cur_sel_fg=5
 
 # Color of the selected row which is also the currently playing track in inactive window.
 set color_win_inactive_cur_sel_bg=0
-set color_win_inactive_cur_sel_fg=15
+set color_win_inactive_cur_sel_fg=6
 
 # Color of selected row in inactive window.
 set color_win_inactive_sel_bg=0
-set color_win_inactive_sel_fg=15
+set color_win_inactive_sel_fg=250
 
 # Color of selected row in active window.
 set color_win_sel_bg=0
-set color_win_sel_fg=15
+set color_win_sel_fg=5
 
 # Command line color.
 set color_cmdline_bg=default
-- 
cgit v1.2.3