rice

rei with the taste
git clone https://s.sonu.ch/~rei/rice.git
Log | Files | Refs | README

blue.theme (1473B)


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