oldriceputin.theme (1411B)
1 # Directory colors 2 set color_win_dir=15 3 4 # Normal text 5 set color_win_fg=7 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=15 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=4 19 20 # Color of the separator line between windows in view (1). 21 set color_separator=237 22 23 # Color of window titles (topmost line of the screen). 24 set color_win_title_bg=0 25 set color_win_title_fg=15 26 27 # Color of the album row shown in the track window 28 set color_trackwin_album_bg=236 29 set color_trackwin_album_fg=15 30 31 # Status line color. 32 set color_statusline_bg=default 33 set color_statusline_fg=7 34 35 # Color of currently playing track. 36 set color_win_cur=3 37 38 # Color of the line displaying currently playing track. 39 set color_titleline_bg=0 40 set color_titleline_fg=6 41 42 # Color of the selected row which is also the currently playing track in active window. 43 set color_win_cur_sel_bg=8 44 set color_win_cur_sel_fg=11 45 46 # Color of the selected row which is also the currently playing track in inactive window. 47 set color_win_inactive_cur_sel_bg=0 48 set color_win_inactive_cur_sel_fg=3 49 50 # Color of selected row in active window. 51 set color_win_sel_bg=8 52 set color_win_sel_fg=7 53 54 # Color of selected row in inactive window. 55 set color_win_inactive_sel_bg=0 56 set color_win_inactive_sel_fg=7