Linux terminal supports 16 colors now

This commit is contained in:
Tim Pope
2019-10-17 20:59:16 -04:00
parent 5dc6eb2d80
commit 4a7159a300

View File

@@ -87,7 +87,7 @@ set sessionoptions-=options
set viewoptions-=options
" Allow color schemes to do bright colors without forcing bold.
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
if &t_Co == 8 && $TERM !~# '^Eterm'
set t_Co=16
endif