dotfiles

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

commit aef015494522d52785faa46f3956988e583f7e79
parent 21bb8c56f187b3725f84bef3e8f4b6785be221cd
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun, 14 Apr 2019 19:24:18 +0100

cmus colorscheme

Diffstat:
M.gitignore | 6++++++
Acmus/.cmus/venganza.theme | 55+++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,9 @@ +cmus/.cmus/cache +cmus/.cmus/command-history +cmus/.cmus/lib.pl +cmus/.cmus/search-history +cmus/.cmus/playlists +cmus/.cmus/autosave mpd/.config/mpd/mpd.log mpd/.mpd/database mpd/.mpd/log diff --git a/cmus/.cmus/venganza.theme b/cmus/.cmus/venganza.theme @@ -0,0 +1,55 @@ +# Directory colors +set color_win_dir=4 + +# 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=14 + +# 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=8 + +# Status line color. +set color_statusline_bg=default +set color_statusline_fg=7 + +# Color of currently playing track. +set color_win_cur=6 + +# Color of the line displaying currently playing track. +set color_titleline_bg=0 +set color_titleline_fg=5 + +# Color of the selected row which is also the currently playing track in active window. +set color_win_cur_sel_bg=0 +set color_win_cur_sel_fg=6 + +# Color of the selected row which is also the currently playing track in inactive window. +set color_win_inactive_cur_sel_bg=0 +set color_win_inactive_cur_sel_fg=14 + +# Color of selected row in active window. +set color_win_sel_bg=0 +set color_win_sel_fg=2 + +# Color of selected row in inactive window. +set color_win_inactive_sel_bg=0 +set color_win_inactive_sel_fg=10