mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Better MacVim color scheme
This commit is contained in:
parent
2291abd47c
commit
bbf6379162
@ -2,5 +2,5 @@ set background=dark
|
|||||||
colorscheme Tomorrow-Night
|
colorscheme Tomorrow-Night
|
||||||
|
|
||||||
if has("gui_running") || has("gui_vimr")
|
if has("gui_running") || has("gui_vimr")
|
||||||
colorscheme solarized8_high
|
colorscheme solarized8
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
" Color scheme
|
|
||||||
set background=dark
|
|
||||||
colorscheme Tomorrow-Night
|
|
||||||
|
|
||||||
" Display extra whitespace
|
" Display extra whitespace
|
||||||
set list listchars=tab:»·,trail:·
|
set list listchars=tab:»·,trail:·
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user