1
0
Fork 0
mirror of synced 2025-04-26 00:19:44 -04:00

Merge pull request from daniilguit/master

Enable 256 colors palette in Gnome Terminal
This commit is contained in:
Amir Salihefendic 2016-10-02 13:23:39 +02:00 committed by GitHub
commit 751af44cbe

View file

@ -147,6 +147,11 @@ set foldcolumn=1
" Enable syntax highlighting " Enable syntax highlighting
syntax enable syntax enable
" Enable 256 colors palette in Gnome Terminal
if $COLORTERM == 'gnome-terminal'
set t_Co=256
endif
try try
colorscheme desert colorscheme desert
catch catch