[nvim] use space-vim-theme

This commit is contained in:
odrling 2020-07-02 03:10:51 +02:00
parent b54c5ccd0e
commit 1b590c1185
4 changed files with 9 additions and 5 deletions

View file

@ -44,6 +44,10 @@ set linebreak
" use true colors
set termguicolors
set background=dark
highlight DiffAdd cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
highlight DiffDelete cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
highlight DiffChange cterm=bold ctermfg=10 ctermbg=17 gui=none guifg=bg guibg=Red
highlight DiffText cterm=bold ctermfg=10 ctermbg=88 gui=none guifg=bg guibg=Red
""""""""""""""""""""""""""""""
" => Visual mode related
@ -279,5 +283,5 @@ source ~/.vim/coc.conf.vim
execute pathogen#infect('~/.vim/bundle/{}')
colorscheme space-vim-dark
colorscheme space_vim_theme

6
.gitmodules vendored
View file

@ -73,9 +73,6 @@
path = .vim/bundle/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
branch = release
[submodule ".vim/bundle/space-vim-dark"]
path = .vim/bundle/space-vim-dark
url = https://github.com/liuchengxu/space-vim-dark.git
[submodule ".vim/bundle/eleline.vim"]
path = .vim/bundle/eleline.vim
url = https://github.com/liuchengxu/eleline.vim.git
@ -85,3 +82,6 @@
[submodule ".zsh/zsh-nix-shell"]
path = .zsh/zsh-nix-shell
url = https://github.com/chisui/zsh-nix-shell.git
[submodule ".vim/bundle/space-vim-theme"]
path = .vim/bundle/space-vim-theme
url = git@github.com:liuchengxu/space-vim-theme.git

@ -1 +0,0 @@
Subproject commit d24c6c27b49c1ab49416a47d96979481281f53b5

@ -0,0 +1 @@
Subproject commit 4790dbba31f678f75af4f4c7a1465008542bd979