From c1a34c4c46c7f4afac7b705e532cca1bd67583e2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 22 Oct 2020 19:13:16 +0200 Subject: Colors update for vimpc --- .config/vimpc/vimpcrc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.config/vimpc/vimpcrc b/.config/vimpc/vimpcrc index 5c81a72..0ce60ce 100644 --- a/.config/vimpc/vimpcrc +++ b/.config/vimpc/vimpcrc @@ -1,3 +1,5 @@ +" vim: filetype=vim + " Configuration of vimpc is done using vimpc commands " these can include commands which require an mpd connection " @@ -32,6 +34,10 @@ map gt " Turn consume on when we connect "consume on +set singlequit +set ignorecase +set incsearch + " Ensure that the database is up to date each connect update @@ -46,7 +52,12 @@ update "play 1 " Color the statusline and tabs -" highlight status blackbg -" highlight tab blackbg +highlight status black yellow +highlight tab black yellow +highlight dir default magenta +highlight song default cyan +highlight partial default blue +highlight full default green +highlight current default yellow echo Config File Complete -- cgit v1.2.3