venganza.theme (1388B)
1 # Directory colors 2 set color_win_dir=4 3 4 # Normal text 5 set color_win_fg=15 6 7 # Window background color. 8 set color_win_bg=default 9 10 # Command line color. 11 set color_cmdline_bg=0 12 set color_cmdline_fg=7 13 14 # Color of error messages displayed on the command line. 15 set color_error=1 16 17 # Color of informational messages displayed on the command line. 18 set color_info=3 19 20 # Color of the separator line between windows in view (1). 21 set color_separator=14 22 23 # Color of window titles (topmost line of the screen). 24 set color_win_title_bg=0 25 set color_win_title_fg=7 26 27 # Color of the album row shown in the track window 28 set color_trackwin_album_bg=8 29 30 # Status line color. 31 set color_statusline_bg=default 32 set color_statusline_fg=7 33 34 # Color of currently playing track. 35 set color_win_cur=6 36 37 # Color of the line displaying currently playing track. 38 set color_titleline_bg=0 39 set color_titleline_fg=5 40 41 # Color of the selected row which is also the currently playing track in active window. 42 set color_win_cur_sel_bg=0 43 set color_win_cur_sel_fg=6 44 45 # Color of the selected row which is also the currently playing track in inactive window. 46 set color_win_inactive_cur_sel_bg=default 47 set color_win_inactive_cur_sel_fg=14 48 49 # Color of selected row in active window. 50 set color_win_sel_bg=0 51 set color_win_sel_fg=2 52 53 # Color of selected row in inactive window. 54 set color_win_inactive_sel_bg=default 55 set color_win_inactive_sel_fg=10