mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
back to solarized light
This commit is contained in:
parent
616854749c
commit
6fde251f15
1 changed files with 5 additions and 3 deletions
8
rc
8
rc
|
|
@ -44,7 +44,7 @@ if has('gui_running') "GUI specific settings
|
||||||
set guioptions-=b
|
set guioptions-=b
|
||||||
|
|
||||||
let g:solarized_visibility="low"
|
let g:solarized_visibility="low"
|
||||||
colorscheme zenburn
|
colorscheme solarized
|
||||||
|
|
||||||
"window size
|
"window size
|
||||||
set columns=90
|
set columns=90
|
||||||
|
|
@ -53,8 +53,10 @@ 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
|
"let g:zenburn_force_dark_Background = 1
|
||||||
colorscheme zenburn
|
"colorscheme zenburn
|
||||||
|
let g:solarized_visibility="low"
|
||||||
|
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