# colors from solarized: http://ethanschoonover.com/solarized # default text color set color_win_fg=241 # overall background color set color_win_bg=234 # command-line colors set color_cmdline_bg=234 set color_cmdline_fg=241 set color_error=160 set color_info=136 set color_separator=240 # bottom status line set color_statusline_bg=241 set color_statusline_fg=235 # bottom title line set color_titleline_bg=241 set color_titleline_fg=235 # top title area set color_win_title_bg=241 set color_win_title_fg=235 ##### 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=136 set color_win_cur_sel_fg=yellow # inactive selection for currently playing track set color_win_inactive_cur_sel_bg=234 set color_win_inactive_cur_sel_fg=125 ##### non-playing file colors ################################################## # active selection set color_win_sel_bg=136 set color_win_sel_fg=0 # inactive selection set color_win_inactive_sel_bg=235 set color_win_inactive_sel_fg=136 ##### file browser view colors ################################################# # directory listing color set color_win_dir=33