Skip to content

Instantly share code, notes, and snippets.

@hikarock
Created February 25, 2013 15:31
Show Gist options
  • Save hikarock/5030624 to your computer and use it in GitHub Desktop.
Save hikarock/5030624 to your computer and use it in GitHub Desktop.
diff --git colors/jellybeans.vim colors/jellybeans.vim
index 7ddbc4e..3ea334b 100644
--- colors/jellybeans.vim
+++ colors/jellybeans.vim
@@ -494,7 +494,7 @@ if !s:low_color
exec "hi NonText ctermbg=".g:jellybeans_background_color_256
exec "hi LineNr ctermbg=".g:jellybeans_background_color_256
hi DiffText ctermfg=81
- exec "hi Normal ctermbg=".g:jellybeans_background_color_256
+ exec "hi Normal ctermbg=none"
hi DbgBreakPt ctermbg=53
hi IndentGuidesOdd ctermbg=235
hi IndentGuidesEven ctermbg=234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment