mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
zenburn theme
This commit is contained in:
parent
17d6027879
commit
c9c744d967
3 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -55,3 +55,6 @@
|
||||||
[submodule "bundle/repeat"]
|
[submodule "bundle/repeat"]
|
||||||
path = bundle/repeat
|
path = bundle/repeat
|
||||||
url = https://github.com/tpope/vim-repeat.git
|
url = https://github.com/tpope/vim-repeat.git
|
||||||
|
[submodule "bundle/zenburn"]
|
||||||
|
path = bundle/zenburn
|
||||||
|
url = https://github.com/vim-scripts/Zenburn.git
|
||||||
|
|
|
||||||
1
bundle/zenburn
Submodule
1
bundle/zenburn
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 33e67af2418e4775c2a7abc6e8fef401e697e1eb
|
||||||
3
vimrc
3
vimrc
|
|
@ -54,7 +54,8 @@ endif
|
||||||
let g:solarized_termcolors=16
|
let g:solarized_termcolors=16
|
||||||
let g:solarized_visibility="low"
|
let g:solarized_visibility="low"
|
||||||
let g:solarized_termtrans=1
|
let g:solarized_termtrans=1
|
||||||
colorscheme solarized
|
"colorscheme solarized
|
||||||
|
colorscheme zenburn
|
||||||
|
|
||||||
"special case fixes
|
"special case fixes
|
||||||
if &term =~ "vt100"
|
if &term =~ "vt100"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue