Skip to content

Instantly share code, notes, and snippets.

@lowply
Created August 14, 2012 18:11
Show Gist options
  • Save lowply/3351367 to your computer and use it in GitHub Desktop.
Save lowply/3351367 to your computer and use it in GitHub Desktop.
A patch to molokai.vim
--- 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