diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index a98823b5..ce1c38ed 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -147,6 +147,11 @@ set foldcolumn=1 " Enable syntax highlighting syntax enable +" Enable 256 colors palette in Gnome Terminal +if $COLORTERM == 'gnome-terminal' + set t_Co=256 +endif + try colorscheme desert catch