Updated vimrc - colour settings for solarized
This commit is contained in:
+3
-5
@@ -108,12 +108,10 @@ let g:indentLine_enabled = 0
|
||||
" ====================================
|
||||
" Set to the dark solarized colour scheme
|
||||
set background=dark
|
||||
let g:solarized_termtrans=1
|
||||
let g:solarized_termcolors=256
|
||||
" let g:solarized_contrast="high"
|
||||
let g:solarized_visibility="normal"
|
||||
colorscheme solarized
|
||||
let g:solarized_termcolors=16
|
||||
let g:solarized_visibility="high"
|
||||
set t_Co=256 " force vim to use 256 colors
|
||||
colorscheme solarized
|
||||
|
||||
" ====================================
|
||||
" NerdTree Settings
|
||||
|
||||
Reference in New Issue
Block a user