Skip to content

Commit

Permalink
explicitly set colors to 256
Browse files Browse the repository at this point in the history
While testing this color scheme didn't work for me (linux, xfce4-terminal and gnome-terminal; worked on xterm). To be sure, explicitly add 256 colors to the scheme.
  • Loading branch information
arlimus committed May 26, 2014
1 parent 84e7767 commit f466b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/monokai.vim
Expand Up @@ -8,6 +8,7 @@ if exists("syntax_on")
syntax reset
endif

set t_Co=256
let g:colors_name = "monokai"

hi Cursor ctermfg=235 ctermbg=231 cterm=NONE guifg=#272822 guibg=#f8f8f0 gui=NONE
Expand Down

0 comments on commit f466b13

Please sign in to comment.