1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00

Enable 256 color palettes for Gnome Terminal.

This commit is contained in:
dgitelson 2016-09-02 11:29:18 +03:00
parent 170c9e69a5
commit b9974151b8

View file

@ -141,6 +141,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