dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

mutiny.theme (1415B)


      1 # Directory colors
      2 set color_win_dir=7
      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=236
     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=4
     22 
     23 # Color of window titles (topmost line of the screen).
     24 set color_win_title_bg=236
     25 set color_win_title_fg=11
     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=10
     37 
     38 # Color of the line displaying currently playing track.
     39 set color_titleline_bg=236
     40 set color_titleline_fg=3
     41 
     42 # Color of the selected row which is also the currently playing track in active window.
     43 set color_win_cur_sel_bg=5
     44 set color_win_cur_sel_fg=3
     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=10
     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