diff options
Diffstat (limited to 'cmus/.config')
-rw-r--r-- | cmus/.config/cmus/comp.theme | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cmus/.config/cmus/comp.theme b/cmus/.config/cmus/comp.theme new file mode 100644 index 0000000..b748666 --- /dev/null +++ b/cmus/.config/cmus/comp.theme @@ -0,0 +1,25 @@ +# cmus colorscheme based on comp (Curses Omni Media Player), +# which is healivily inspired by cmus. +set color_cmdline_bg=default +set color_cmdline_fg=default +set color_error=lightred +set color_info=lightyellow +set color_separator=green +set color_statusline_bg=cyan +set color_statusline_fg=default +set color_titleline_bg=blue +set color_titleline_fg=default +set color_win_bg=default +set color_win_cur=lightyellow +set color_win_cur_sel_bg=yellow +set color_win_cur_sel_fg=white +set color_win_dir=lightblue +set color_win_fg=default +set color_win_inactive_cur_sel_bg=magenta +set color_win_inactive_cur_sel_fg=white +set color_win_inactive_sel_bg=default +set color_win_inactive_sel_fg=lightmagenta +set color_win_sel_bg=gray +set color_win_sel_fg=white +set color_win_title_bg=green +set color_win_title_fg=white |