Skip to content

Commit

Permalink
Merge pull request #225 from daniilguit/master
Browse files Browse the repository at this point in the history
Enable 256 colors palette in Gnome Terminal
  • Loading branch information
amix committed Oct 2, 2016
2 parents d122b50 + b997415 commit 751af44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrcs/basic.vim
Expand Up @@ -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
Expand Down

0 comments on commit 751af44

Please sign in to comment.