no more iceberg theme, does not work well on my screen :(
This commit is contained in:
parent
794109fff2
commit
1f3f908be1
3 changed files with 7 additions and 12 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -31,9 +31,6 @@
|
||||||
[submodule "vimwiki"]
|
[submodule "vimwiki"]
|
||||||
path = vimpack/opt/vimwiki
|
path = vimpack/opt/vimwiki
|
||||||
url = https://github.com/vimwiki/vimwiki.git
|
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"]
|
[submodule "ale"]
|
||||||
path = vimpack/opt/ale
|
path = vimpack/opt/ale
|
||||||
url = https://github.com/w0rp/ale.git
|
url = https://github.com/w0rp/ale.git
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit aa4a9cd9b75486e941ce623f9beb3c73e5bcbf6a
|
|
15
vimrc
15
vimrc
|
@ -70,14 +70,13 @@ if v:version >= 800
|
||||||
autocmd FileType python packadd jedi-vim | packadd ale
|
autocmd FileType python packadd jedi-vim | packadd ale
|
||||||
|
|
||||||
" yaaay themes
|
" yaaay themes
|
||||||
if has('gui_running') || $TERM =~ '^\(rxvt\|st\|tmux\|xterm\)'
|
" if has('gui_running') || $TERM =~ '^\(rxvt\|st\|tmux\|xterm\)'
|
||||||
let &t_8f = "\033[38;2;%lu;%lu;%lum"
|
" let &t_8f = "\033[38;2;%lu;%lu;%lum"
|
||||||
let &t_8b = "\033[48;2;%lu;%lu;%lum"
|
" let &t_8b = "\033[48;2;%lu;%lu;%lum"
|
||||||
set termguicolors
|
" set termguicolors
|
||||||
colorscheme iceberg
|
" endif
|
||||||
else
|
set bg=light
|
||||||
colorscheme apprentice
|
colorscheme PaperColor
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
|
|
Loading…
Reference in a new issue