From b4c462a66cd949d9faffd2218aa8e920f28bc4df Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 9 Apr 2019 10:53:26 +0200 Subject: [PATCH] Set colors properly on urxvt. --- dotfiles/vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 5d8f758..25b2178 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -40,6 +40,10 @@ else let g:solarized_termcolors=256 let g:solarized_termtrans=1 endif +if $TERM ==? 'rxvt-unicode-256color' + " I have .Xresources setup for solarized + let g:solarized_use16=1 +endif silent! colorscheme solarized8 " Enable filetype support filetype plugin indent on