summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 0670b00..f82c723 100644
--- a/.vimrc
+++ b/.vimrc
@@ -263,7 +263,8 @@ let g:jellybeans_background_color = '000000'
let g:jellybeans_overrides = {
\ 'SpecialKey': { 'guifg': 'b0b0b0', 'guibg': '000000'}
\}
-colorscheme jellybeans
+"colorscheme jellybeans
+colorscheme monokai
" highlight extra whitespace
highlight ExtraWhitespace ctermbg=red guibg=red