summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-10-30 20:27:52 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-10-30 20:27:52 +0100
commit53c7b0336eb312f28d2ed72853f6adf884d66894 (patch)
tree598679f22c0d03418b4ff0d656fb16c360408b1a
parent6ace4f3240fd914bf60629e090b08058e44b86cf (diff)
tmux supports only 8 colors (for now)
-rw-r--r--etc/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/vimrc b/etc/vimrc
index 5ae1127..8b0fd42 100644
--- a/etc/vimrc
+++ b/etc/vimrc
@@ -25,7 +25,7 @@ set foldmethod=marker
set bg=dark
colorscheme mine
syntax enable
-set t_Co=256
+set t_Co=8
" Swapfiles
set backupdir=~/.vim-backup