Revert "switch to falcon color scheme"

This reverts commit 750057c1c7.
This commit is contained in:
Alex Yatskov 2018-12-09 13:04:35 -08:00
parent dec50a80b4
commit 9b4436f499
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View File

@ -112,6 +112,3 @@
[submodule ".vim/bundle/vim-signify"] [submodule ".vim/bundle/vim-signify"]
path = .vim/bundle/vim-signify path = .vim/bundle/vim-signify
url = https://github.com/mhinz/vim-signify.git url = https://github.com/mhinz/vim-signify.git
[submodule ".vim/bundle/falcon"]
path = .vim/bundle/falcon
url = https://github.com/fenetikm/falcon.git

@ -1 +0,0 @@
Subproject commit 070f2132266d85059f36496ed277527d5b8f00a1

View File

@ -1,7 +1,7 @@
set nocompatible set nocompatible
filetype indent plugin on filetype indent plugin on
colorscheme falcon colorscheme molokai
syntax enable syntax enable
set autoread set autoread