mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
7 lines
120 B
VimL
7 lines
120 B
VimL
set background=dark
|
|
colorscheme Tomorrow-Night
|
|
|
|
if has("gui_running") || has("gui_vimr")
|
|
colorscheme solarized8
|
|
endif
|