aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-08-07 10:35:40 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-08-07 10:35:40 +0200
commitf1ae12607ee3732a47b17ffe56f42c0d3ba490ff (patch)
treec68d3016951a4ac3465ab9ec3f28e9518a7e1b55
parenta35589ede3c0f1a0b40cbc8bec42fc7d1ecb6290 (diff)
downloadvimrc-f1ae12607ee3732a47b17ffe56f42c0d3ba490ff.tar.gz
vimrc-f1ae12607ee3732a47b17ffe56f42c0d3ba490ff.tar.bz2
vimrc-f1ae12607ee3732a47b17ffe56f42c0d3ba490ff.zip
terminal has 256 colors
-rw-r--r--dotvimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index 932d21d..55913b6 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -109,6 +109,7 @@ if has("gui_running")
set cursorline
else
+ set t_Co=256
colorscheme desert
endif