mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Enable 256 color palettes for Gnome Terminal.
This commit is contained in:
parent
170c9e69a5
commit
b9974151b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user