diff options
Diffstat (limited to 'cmus')
-rw-r--r-- | cmus/.config/cmus/nerdz.theme | 14 |
1 files changed, 7 insertions, 7 deletions
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 | |||
18 | set color_info=lightyellow | 18 | set color_info=lightyellow |
19 | 19 | ||
20 | # Color of currently playing track. | 20 | # Color of currently playing track. |
21 | set color_win_cur=5 | 21 | set color_win_cur=6 |
22 | 22 | ||
23 | # Color of the separator line between windows in view (1). | 23 | # Color of the separator line between windows in view (1). |
24 | set color_separator=254 | 24 | set color_separator=240 |
25 | 25 | ||
26 | # Color of window titles (topmost line of the screen). | 26 | # Color of window titles (topmost line of the screen). |
27 | set color_win_title_bg=default | 27 | set color_win_title_bg=default |
@@ -33,23 +33,23 @@ set color_statusline_fg=gray | |||
33 | 33 | ||
34 | # Color of the line displaying currently playing track. | 34 | # Color of the line displaying currently playing track. |
35 | set color_titleline_bg=0 | 35 | set color_titleline_bg=0 |
36 | set color_titleline_fg=5 | 36 | set color_titleline_fg=6 |
37 | 37 | ||
38 | # Color of the selected row which is also the currently playing track in active window. | 38 | # Color of the selected row which is also the currently playing track in active window. |
39 | set color_win_cur_sel_bg=0 | 39 | set color_win_cur_sel_bg=0 |
40 | set color_win_cur_sel_fg=15 | 40 | set color_win_cur_sel_fg=5 |
41 | 41 | ||
42 | # Color of the selected row which is also the currently playing track in inactive window. | 42 | # Color of the selected row which is also the currently playing track in inactive window. |
43 | set color_win_inactive_cur_sel_bg=0 | 43 | set color_win_inactive_cur_sel_bg=0 |
44 | set color_win_inactive_cur_sel_fg=15 | 44 | set color_win_inactive_cur_sel_fg=6 |
45 | 45 | ||
46 | # Color of selected row in inactive window. | 46 | # Color of selected row in inactive window. |
47 | set color_win_inactive_sel_bg=0 | 47 | set color_win_inactive_sel_bg=0 |
48 | set color_win_inactive_sel_fg=15 | 48 | set color_win_inactive_sel_fg=250 |
49 | 49 | ||
50 | # Color of selected row in active window. | 50 | # Color of selected row in active window. |
51 | set color_win_sel_bg=0 | 51 | set color_win_sel_bg=0 |
52 | set color_win_sel_fg=15 | 52 | set color_win_sel_fg=5 |
53 | 53 | ||
54 | # Command line color. | 54 | # Command line color. |
55 | set color_cmdline_bg=default | 55 | set color_cmdline_bg=default |