diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-26 23:41:17 +0100 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-26 23:41:17 +0100 | 
| commit | 5efea91dad885723f8ded104da27fb2fad6bf6c0 (patch) | |
| tree | 7a82c359976b5d9342dfc84cc5d05670a0da35d5 | |
| parent | bspwm fish update (diff) | |
| download | dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.tar.gz dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.tar.bz2 dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.tar.xz dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.tar.zst dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.zip | |
Colors update to match more FreeBSD
| -rw-r--r-- | .config/newsboat/config | 8 | ||||
| -rw-r--r-- | .config/vimpc/vimpcrc | 6 | 
2 files changed, 7 insertions, 7 deletions
| diff --git a/.config/newsboat/config b/.config/newsboat/config index 90c7307..849a3a9 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -25,10 +25,10 @@ bind-key v show-urls  bind-key x pb-delete  bind-key ^t next-unread -color listnormal cyan default -color listfocus black cyan standout -color listnormal_unread yellow default bold -color listfocus_unread yellow black bold +color listnormal white default +color listfocus black white standout +color listnormal_unread red default bold +color listfocus_unread red black bold  color info yellow black bold  color article default default diff --git a/.config/vimpc/vimpcrc b/.config/vimpc/vimpcrc index 0ce60ce..6f97378 100644 --- a/.config/vimpc/vimpcrc +++ b/.config/vimpc/vimpcrc @@ -55,9 +55,9 @@ update  highlight status black yellow  highlight tab black yellow  highlight dir default magenta -highlight song default cyan -highlight partial default blue +highlight song default default +highlight partial default red  highlight full default green -highlight current default yellow +highlight current default red  echo Config File Complete | 
