feat(home-manager): add cmus module
This commit is contained in:
parent
11309754fa
commit
dbea61d652
5 changed files with 120 additions and 0 deletions
56
modules/home-manager/audio/cmus/files/rc
Normal file
56
modules/home-manager/audio/cmus/files/rc
Normal file
|
@ -0,0 +1,56 @@
|
|||
## Base16 Default Dark
|
||||
|
||||
# overall background and foreground color
|
||||
set color_win_fg=7
|
||||
set color_win_bg=0
|
||||
|
||||
# bottom status line
|
||||
set color_statusline_fg=20
|
||||
set color_statusline_bg=19
|
||||
|
||||
# bottom title line
|
||||
set color_titleline_fg=7
|
||||
set color_titleline_bg=18
|
||||
|
||||
# top title area
|
||||
set color_win_title_fg=20
|
||||
set color_win_title_bg=19
|
||||
set color_win_title_attr=bold
|
||||
|
||||
# command-line colors
|
||||
set color_cmdline_bg=default
|
||||
set color_cmdline_fg=default
|
||||
set color_error=1
|
||||
set color_info=6
|
||||
|
||||
# separator of windows
|
||||
# should be black
|
||||
set color_separator=16
|
||||
|
||||
# unselected currently playing track's text
|
||||
set color_win_cur=13
|
||||
|
||||
# active selection for currently playing track
|
||||
set color_win_cur_sel_bg=20
|
||||
set color_win_cur_sel_fg=0
|
||||
set color_win_cur_sel_attr=none
|
||||
|
||||
# inactive selection for currently playing track
|
||||
set color_win_inactive_cur_sel_bg=8
|
||||
set color_win_inactive_cur_sel_fg=21
|
||||
|
||||
# active selection
|
||||
set color_win_sel_bg=6
|
||||
set color_win_sel_fg=0
|
||||
set color_win_sel_attr=none
|
||||
|
||||
# inactive selection
|
||||
set color_win_inactive_sel_bg=19
|
||||
set color_win_inactive_sel_fg=20
|
||||
|
||||
# directory listing color
|
||||
set color_win_dir=default
|
||||
|
||||
set status_display_program=~/.config/cmus/notify.sh
|
||||
|
||||
add -l ~/medias/music
|
Loading…
Add table
Add a link
Reference in a new issue