mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
fix weird zenburn colors in the terminal
This commit is contained in:
parent
3f9a931172
commit
798179bc1d
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
|
@ -53,6 +53,7 @@ if has('gui_running') "GUI specific settings
|
||||||
else "non-GUI
|
else "non-GUI
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=a "mouse support
|
set mouse=a "mouse support
|
||||||
|
let g:zenburn_force_dark_Background = 1
|
||||||
colorscheme zenburn
|
colorscheme zenburn
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue