diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-27 20:58:38 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-03-27 21:45:03 +0700 |
commit | 95523431b7802c33f3e7eeb41e703029df4e45bf (patch) | |
tree | b35b464ac78c6f212e9b48c356af968458ad0173 /cmus | |
parent | 95c7d917bed751e9544b0007cfcd69b169383be7 (diff) | |
download | dotfiles-95523431b7802c33f3e7eeb41e703029df4e45bf.tar.gz |
Update 2018-03-27
Diffstat (limited to 'cmus')
-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 |