1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/vim/vimrc.d/colorscheme.vim
2020-06-18 15:01:15 -04:00

7 lines
117 B
VimL

set background=dark
colorscheme Tomorrow-Night
if has("gui_running") || has("gui_vimr")
colorscheme onedark
endif