Created
August 14, 2012 18:11
-
-
Save lowply/3351367 to your computer and use it in GitHub Desktop.
A patch to molokai.vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- molokai.vim 2012-08-15 02:26:31.780396257 +0900 | |
+++ molokai.vim 2012-08-15 02:29:12.374546127 +0900 | |
@@ -133,7 +133,7 @@ | |
hi Normal ctermbg=234 | |
hi CursorLine ctermbg=235 cterm=none | |
else | |
- hi Normal ctermfg=252 ctermbg=233 | |
+ hi Normal ctermfg=252 ctermbg=none | |
hi CursorLine ctermbg=234 cterm=none | |
endif | |
hi Boolean ctermfg=135 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment