Last active
August 29, 2015 13:57
-
-
Save Gen2ly/9766407 to your computer and use it in GitHub Desktop.
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
colorscheme jellybeans | |
" Jellybeans colorscheme edits (not working) | |
"let g:jellybeans_overrides = { | |
"\ 'Normal': { 'ctermbg': '242' }, | |
"\ 'CursorLine': { 'ctermbg': '238' }, | |
"\} | |
highlight Normal ctermbg=323232 | |
highlight Normal ctermbg=303030 | |
highlight CursorLine ctermbg=238 | |
highlight Visual ctermbg=240 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment