aboutsummaryrefslogtreecommitdiff
path: root/cmus/.config/cmus/nerdz.theme
diff options
context:
space:
mode:
Diffstat (limited to 'cmus/.config/cmus/nerdz.theme')
-rw-r--r--cmus/.config/cmus/nerdz.theme57
1 files changed, 57 insertions, 0 deletions
diff --git a/cmus/.config/cmus/nerdz.theme b/cmus/.config/cmus/nerdz.theme
new file mode 100644
index 0000000..1cc89b7
--- /dev/null
+++ b/cmus/.config/cmus/nerdz.theme
@@ -0,0 +1,57 @@
1# Directory colors
2set color_win_dir=default
3
4# Normal text
5set color_win_fg=242
6
7# Window background color.
8set color_win_bg=default
9
10# Command line color.
11set color_cmdline_bg=default
12set color_cmdline_fg=default
13
14# Color of error messages displayed on the command line.
15set color_error=lightred
16
17# Color of informational messages displayed on the command line.
18set color_info=lightyellow
19
20# Color of currently playing track.
21set color_win_cur=5
22
23# Color of the separator line between windows in view (1).
24set color_separator=254
25
26# Color of window titles (topmost line of the screen).
27set color_win_title_bg=default
28set color_win_title_fg=black
29
30# Status line color.
31set color_statusline_bg=default
32set color_statusline_fg=gray
33
34# Color of the line displaying currently playing track.
35set color_titleline_bg=0
36set color_titleline_fg=5
37
38# Color of the selected row which is also the currently playing track in active window.
39set color_win_cur_sel_bg=0
40set color_win_cur_sel_fg=15
41
42# Color of the selected row which is also the currently playing track in inactive window.
43set color_win_inactive_cur_sel_bg=0
44set color_win_inactive_cur_sel_fg=15
45
46# Color of selected row in inactive window.
47set color_win_inactive_sel_bg=0
48set color_win_inactive_sel_fg=15
49
50# Color of selected row in active window.
51set color_win_sel_bg=0
52set color_win_sel_fg=15
53
54# Command line color.
55set color_cmdline_bg=default
56set color_cmdline_fg=default
57