diff options
| author | Anton Bobov <abobov@gmail.com> | 2012-02-08 23:03:14 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2012-02-08 23:03:14 +0600 |
| commit | 889d132361fd2650cba807ca5c8c3014d08c0316 (patch) | |
| tree | e27b8bd80c95cef8ee76aaf49268550e8f959c58 /files/.vimrc | |
| parent | e285bf6d8458e21d90a7b0d78476ed5f948c8f21 (diff) | |
Add light vim color schem.
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 2 |
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 |
