aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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