mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Set colors properly on urxvt.
This commit is contained in:
@@ -40,6 +40,10 @@ else
|
|||||||
let g:solarized_termcolors=256
|
let g:solarized_termcolors=256
|
||||||
let g:solarized_termtrans=1
|
let g:solarized_termtrans=1
|
||||||
endif
|
endif
|
||||||
|
if $TERM ==? 'rxvt-unicode-256color'
|
||||||
|
" I have .Xresources setup for solarized
|
||||||
|
let g:solarized_use16=1
|
||||||
|
endif
|
||||||
silent! colorscheme solarized8
|
silent! colorscheme solarized8
|
||||||
" Enable filetype support
|
" Enable filetype support
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user