mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
solarized
This commit is contained in:
parent
c41b1a62cc
commit
634f989e32
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
|
@ -60,7 +60,7 @@ if !has('gui_running') "
|
||||||
set mouse=a "mouse support
|
set mouse=a "mouse support
|
||||||
set background=dark
|
set background=dark
|
||||||
let g:zenburn_force_dark_Background = 1
|
let g:zenburn_force_dark_Background = 1
|
||||||
colorscheme zenburn
|
"colorscheme zenburn
|
||||||
"colorscheme candy
|
"colorscheme candy
|
||||||
"colorscheme grb256
|
"colorscheme grb256
|
||||||
"colorscheme github
|
"colorscheme github
|
||||||
|
|
@ -68,7 +68,7 @@ if !has('gui_running') "
|
||||||
"colorscheme distinguished
|
"colorscheme distinguished
|
||||||
"let g:solarized_termtrans=0
|
"let g:solarized_termtrans=0
|
||||||
"let g:solarized_termcolors=16
|
"let g:solarized_termcolors=16
|
||||||
"colorscheme solarized
|
colorscheme solarized
|
||||||
"use terminal background
|
"use terminal background
|
||||||
"hi Normal ctermbg=none
|
"hi Normal ctermbg=none
|
||||||
"hi todo ctermbg=none
|
"hi todo ctermbg=none
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue