mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
solarized is back
This commit is contained in:
parent
121d774995
commit
7ba4e52c43
2 changed files with 9 additions and 6 deletions
4
gvimrc
4
gvimrc
|
|
@ -30,11 +30,11 @@ set guioptions-=r
|
||||||
set guioptions-=b
|
set guioptions-=b
|
||||||
|
|
||||||
"let g:solarized_visibility="low"
|
"let g:solarized_visibility="low"
|
||||||
"colorscheme solarized
|
colorscheme solarized
|
||||||
"let g:zenburn_force_dark_Background = 1
|
"let g:zenburn_force_dark_Background = 1
|
||||||
"colorscheme zenburn
|
"colorscheme zenburn
|
||||||
"colorscheme codeschool
|
"colorscheme codeschool
|
||||||
colorscheme github
|
"colorscheme github
|
||||||
"colorscheme twilight
|
"colorscheme twilight
|
||||||
"colorscheme candy
|
"colorscheme candy
|
||||||
|
|
||||||
|
|
|
||||||
11
vimrc
11
vimrc
|
|
@ -14,18 +14,21 @@ let g:netrw_dirhistmax = 0
|
||||||
"make sure backspace behaves
|
"make sure backspace behaves
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|
||||||
|
let g:solarized_visibility="low"
|
||||||
if !has('gui_running') "
|
if !has('gui_running') "
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=a "mouse support
|
set mouse=a "mouse support
|
||||||
|
"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
|
||||||
"colorscheme codeschool
|
"colorscheme codeschool
|
||||||
"colorscheme distinguished
|
"colorscheme distinguished
|
||||||
"let g:solarized_visibility="low"
|
"let g:solarized_termtrans=0
|
||||||
"colorscheme solarized
|
"let g:solarized_termcolors=16
|
||||||
|
colorscheme solarized
|
||||||
"use terminal background
|
"use terminal background
|
||||||
"hi Normal ctermbg=none
|
"hi Normal ctermbg=none
|
||||||
"hi todo ctermbg=none
|
"hi todo ctermbg=none
|
||||||
|
|
@ -60,7 +63,7 @@ set smarttab "tab insertion actually indents on line start
|
||||||
set autoindent "new line copies indent from above
|
set autoindent "new line copies indent from above
|
||||||
|
|
||||||
"feedback
|
"feedback
|
||||||
"set cursorline "highlight current line
|
set cursorline "highlight current line
|
||||||
set showmatch "highlight both matching parentheses
|
set showmatch "highlight both matching parentheses
|
||||||
set listchars=eol:¬,tab:→\ ,nbsp:•,trail:·
|
set listchars=eol:¬,tab:→\ ,nbsp:•,trail:·
|
||||||
set list
|
set list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue