Enable 256 color palettes for Gnome Terminal.
This commit is contained in:
parent
170c9e69a5
commit
b9974151b8
1 changed files with 5 additions and 0 deletions
|
@ -141,6 +141,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
|
||||||
|
|
Loading…
Reference in a new issue