Skip to content

Commit d050b08

Browse files
committed
Try out new colorscheme, kolor
1 parent 00f4347 commit d050b08

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bundle_list

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ https://github.com/vim-scripts/Tagbar.git
2121
#https://github.com/tpope/vim-commentary.git
2222
#https://github.com/kien/ctrlp.vim.git
2323
https://github.com/widox/vim-buffer-explorer-plugin.git
24+
https://github.com/zeis/vim-kolor.git

vimrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ set timeoutlen=500
5454

5555
" quickly toggle folding
5656
nnoremap <Space> za
57-
"set foldmethod=indent
58-
"set foldlevelstart=0
57+
set foldmethod=indent
58+
set foldlevelstart=0
5959

6060
silent !mkdir -p ~/.vim-tmp/
6161
set backupdir=~/.vim-tmp
@@ -83,7 +83,7 @@ if has("gui_running")
8383
set lines=999 columns=999
8484
else
8585
set background=dark " adapt colors for dark background
86-
colorscheme badwolf " desert256 lucius solarized molokai blackboard
86+
colorscheme kolor "badwolf desert256 lucius solarized molokai blackboard
8787
endif
8888

8989
" For when you forget to sudo.. Really Write the file.

0 commit comments

Comments
 (0)