aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2012-02-08 23:03:14 +0600
committerAnton Bobov <abobov@gmail.com>2012-02-08 23:03:14 +0600
commit889d132361fd2650cba807ca5c8c3014d08c0316 (patch)
treee27b8bd80c95cef8ee76aaf49268550e8f959c58 /files/.vimrc
parente285bf6d8458e21d90a7b0d78476ed5f948c8f21 (diff)
Add light vim color schem.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 2b31e41..df0fddd 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -27,7 +27,7 @@ set showcmd
set keywordprg=
" Включить подсветку синтаксиса
if &t_Co >= 256 || has('gui_running')
- colorscheme desert
+ colorscheme eclipse
endif
if &t_Co > 2 || has('gui_running')
syntax on