use inkpot colors within xterm-256
This commit is contained in:
parent
ca48549fa7
commit
2bee8bc24b
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
|
@ -16,9 +16,15 @@ call pathogen#infect()
|
||||||
set guifont=Inconsolata\ 12
|
set guifont=Inconsolata\ 12
|
||||||
|
|
||||||
syntax on " syntax coloring by default
|
syntax on " syntax coloring by default
|
||||||
|
|
||||||
color solarized
|
color solarized
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
|
if &t_Co >= 256 && ! has("gui_running")
|
||||||
|
" do not use solarized within term with 256 colors
|
||||||
|
colorscheme inkpot
|
||||||
|
endif
|
||||||
|
|
||||||
set textwidth=120
|
set textwidth=120
|
||||||
set wrap " auto wrap line view, but not text itself
|
set wrap " auto wrap line view, but not text itself
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue