dotfiles

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

commit d800fac7d46b6bd0ee7ffe820e131c2311e266e1
parent a3f820a46120dfdf1180702e1af59486615c0402
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Feb 2021 16:30:46 +0000

mutiny colourscheme

Diffstat:
Acmus/.cmus/mutiny.theme | 56++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+), 0 deletions(-)

diff --git a/cmus/.cmus/mutiny.theme b/cmus/.cmus/mutiny.theme @@ -0,0 +1,56 @@ +# Directory colors +set color_win_dir=7 + +# Normal text +set color_win_fg=15 + +# Window background color. +set color_win_bg=default + +# Command line color. +set color_cmdline_bg=0 +set color_cmdline_fg=7 + +# Color of error messages displayed on the command line. +set color_error=1 + +# Color of informational messages displayed on the command line. +set color_info=3 + +# Color of the separator line between windows in view (1). +set color_separator=15 + +# Color of window titles (topmost line of the screen). +set color_win_title_bg=0 +set color_win_title_fg=7 + +# Color of the album row shown in the track window +set color_trackwin_album_bg=236 +set color_trackwin_album_fg=15 + +# Status line color. +set color_statusline_bg=default +set color_statusline_fg=7 + +# Color of currently playing track. +set color_win_cur=10 + +# Color of the line displaying currently playing track. +set color_titleline_bg=0 +set color_titleline_fg=3 + +# Color of the selected row which is also the currently playing track in active window. +set color_win_cur_sel_bg=5 +set color_win_cur_sel_fg=7 + +# Color of the selected row which is also the currently playing track in inactive window. +set color_win_inactive_cur_sel_bg=8 +set color_win_inactive_cur_sel_fg=7 + +# Color of selected row in active window. +set color_win_sel_bg=15 +set color_win_sel_fg=0 + +# Color of selected row in inactive window. +set color_win_inactive_sel_bg=0 +set color_win_inactive_sel_fg=7