mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Merge pull request #225 from daniilguit/master
Enable 256 colors palette in Gnome Terminal
This commit is contained in:
commit
751af44cbe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user