mirror of
1
0
Fork 0

Merge pull request #225 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
1 changed files with 5 additions and 0 deletions

View File

@ -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