update
This commit is contained in:
parent
b3c21eec8b
commit
612274748a
2 changed files with 98 additions and 0 deletions
49
solarized-dark-cmus.theme
Normal file
49
solarized-dark-cmus.theme
Normal file
|
@ -0,0 +1,49 @@
|
|||
# colors from solarized: http://ethanschoonover.com/solarized
|
||||
# default text color
|
||||
set color_win_fg=default
|
||||
|
||||
# overall background color
|
||||
set color_win_bg=default
|
||||
|
||||
# command-line colors
|
||||
set color_cmdline_bg=default
|
||||
set color_cmdline_fg=default
|
||||
set color_error=160
|
||||
set color_info=136
|
||||
set color_separator=240
|
||||
|
||||
# bottom status line
|
||||
set color_statusline_bg=0
|
||||
set color_statusline_fg=37
|
||||
|
||||
# bottom title line
|
||||
set color_titleline_bg=0
|
||||
set color_titleline_fg=136
|
||||
|
||||
# top title area
|
||||
set color_win_title_bg=0
|
||||
set color_win_title_fg=64
|
||||
##### playing file colors ######################################################
|
||||
# unselected currently playing track's text
|
||||
set color_win_cur=33
|
||||
|
||||
# active selection for currently playing track
|
||||
set color_win_cur_sel_bg=0
|
||||
set color_win_cur_sel_fg=33
|
||||
|
||||
# inactive selection for currently playing track
|
||||
set color_win_inactive_cur_sel_bg=default
|
||||
set color_win_inactive_cur_sel_fg=125
|
||||
|
||||
##### non-playing file colors ##################################################
|
||||
# active selection
|
||||
set color_win_sel_bg=0
|
||||
set color_win_sel_fg=166
|
||||
|
||||
# inactive selection
|
||||
set color_win_inactive_sel_bg=default
|
||||
set color_win_inactive_sel_fg=125
|
||||
|
||||
##### file browser view colors #################################################
|
||||
# directory listing color
|
||||
set color_win_dir=33
|
49
solarized-light-cmus.theme
Normal file
49
solarized-light-cmus.theme
Normal file
|
@ -0,0 +1,49 @@
|
|||
# colors from solarized: http://ethanschoonover.com/solarized
|
||||
# default text color
|
||||
set color_win_fg=default
|
||||
|
||||
# overall background color
|
||||
set color_win_bg=default
|
||||
|
||||
# command-line colors
|
||||
set color_cmdline_bg=default
|
||||
set color_cmdline_fg=default
|
||||
set color_error=160
|
||||
set color_info=136
|
||||
set color_separator=245
|
||||
|
||||
# bottom status line
|
||||
set color_statusline_bg=0
|
||||
set color_statusline_fg=37
|
||||
|
||||
# bottom title line
|
||||
set color_titleline_bg=0
|
||||
set color_titleline_fg=136
|
||||
|
||||
# top title area
|
||||
set color_win_title_bg=0
|
||||
set color_win_title_fg=64
|
||||
##### playing file colors ######################################################
|
||||
# unselected currently playing track's text
|
||||
set color_win_cur=33
|
||||
|
||||
# active selection for currently playing track
|
||||
set color_win_cur_sel_bg=0
|
||||
set color_win_cur_sel_fg=33
|
||||
|
||||
# inactive selection for currently playing track
|
||||
set color_win_inactive_cur_sel_bg=default
|
||||
set color_win_inactive_cur_sel_fg=125
|
||||
|
||||
##### non-playing file colors ##################################################
|
||||
# active selection
|
||||
set color_win_sel_bg=0
|
||||
set color_win_sel_fg=166
|
||||
|
||||
# inactive selection
|
||||
set color_win_inactive_sel_bg=default
|
||||
set color_win_inactive_sel_fg=125
|
||||
|
||||
##### file browser view colors #################################################
|
||||
# directory listing color
|
||||
set color_win_dir=33
|
Loading…
Reference in a new issue