mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
back to zenburn
This commit is contained in:
parent
f9616935d0
commit
bb545d2f7b
2 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ Bundle 'gmarik/vundle'
|
||||||
|
|
||||||
Bundle 'altercation/vim-colors-solarized'
|
Bundle 'altercation/vim-colors-solarized'
|
||||||
"Bundle 'Lokaltog/vim-distinguished'
|
"Bundle 'Lokaltog/vim-distinguished'
|
||||||
"Bundle 'jnurmine/Zenburn'
|
Bundle 'jnurmine/Zenburn'
|
||||||
|
|
||||||
Bundle 'tpope/vim-bundler'
|
Bundle 'tpope/vim-bundler'
|
||||||
Bundle 'tpope/vim-fugitive'
|
Bundle 'tpope/vim-fugitive'
|
||||||
|
|
|
||||||
8
vimrc
8
vimrc
|
|
@ -58,9 +58,9 @@ 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
|
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