flac: Saner EOF handling
[cmus.git] / data / green.theme
blob3ef19bb47fbccda9790ddeadf36de584de3853d6
1 # Another Green Theme for cmus
3 # Change this to a red or blue theme by doing the following in vim:
5 #  :%s/lightgreen/light<color>/g
6 #  :%s/green/<color>/g
8 # - roobert@gmail.com
10 # Directory colors
11 set color_win_dir=default
13 # Normal text
14 set color_win_fg=default
16 # Window background color.
17 set color_win_bg=default
19 # Command line color.
20 set color_cmdline_bg=default
21 set color_cmdline_fg=default
23 # Color of error messages displayed on the command line.
24 set color_error=lightred
26 # Color of informational messages displayed on the command line.
27 set color_info=lightgreen
29 # Color of currently playing track.
30 set color_win_cur=lightgreen
32 # Color of the separator line between windows in view (1).
33 set color_separator=black
35 # Color of window titles (topmost line of the screen).
36 set color_win_title_bg=default
37 set color_win_title_fg=green
39 # Status line color.
40 set color_statusline_bg=default
41 set color_statusline_fg=gray
43 # Color of the line displaying currently playing track.
44 set color_titleline_bg=default
45 set color_titleline_fg=green
47 # Color of the selected row which is also the currently playing track in active window.
48 set color_win_cur_sel_bg=default
49 set color_win_cur_sel_fg=white
51 # Color of the selected row which is also the currently playing track in inactive window.
52 set color_win_inactive_cur_sel_bg=default
53 set color_win_inactive_cur_sel_fg=lightgreen
55 # Color of selected row in inactive window.
56 set color_win_inactive_sel_bg=default
57 set color_win_inactive_sel_fg=default
59 # Color of selected row in active window.
60 set color_win_sel_bg=default
61 set color_win_sel_fg=green
63 # Command line color.
64 set color_cmdline_bg=default
65 set color_cmdline_fg=default