diff --git a/.gitmodules b/.gitmodules index 9aed90a..2cc30cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,9 +31,6 @@ [submodule "vimwiki"] path = vimpack/opt/vimwiki url = https://github.com/vimwiki/vimwiki.git -[submodule "iceberg.vim"] - path = vimpack/start/iceberg.vim - url = https://github.com/cocopon/iceberg.vim.git [submodule "ale"] path = vimpack/opt/ale url = https://github.com/w0rp/ale.git diff --git a/vimpack/start/iceberg.vim b/vimpack/start/iceberg.vim deleted file mode 160000 index aa4a9cd..0000000 --- a/vimpack/start/iceberg.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aa4a9cd9b75486e941ce623f9beb3c73e5bcbf6a diff --git a/vimrc b/vimrc index b933aa3..5b28a51 100644 --- a/vimrc +++ b/vimrc @@ -70,14 +70,13 @@ if v:version >= 800 autocmd FileType python packadd jedi-vim | packadd ale " yaaay themes - if has('gui_running') || $TERM =~ '^\(rxvt\|st\|tmux\|xterm\)' - let &t_8f = "\033[38;2;%lu;%lu;%lum" - let &t_8b = "\033[48;2;%lu;%lu;%lum" - set termguicolors - colorscheme iceberg - else - colorscheme apprentice - endif + " if has('gui_running') || $TERM =~ '^\(rxvt\|st\|tmux\|xterm\)' + " let &t_8f = "\033[38;2;%lu;%lu;%lum" + " let &t_8b = "\033[48;2;%lu;%lu;%lum" + " set termguicolors + " endif + set bg=light + colorscheme PaperColor endif if has('gui_running')