Switch to breezy colorscheme
This commit is contained in:
parent
7eb7094b3c
commit
76805678fe
3 changed files with 7 additions and 8 deletions
|
@ -8,6 +8,3 @@ set guioptions-=r
|
|||
set guioptions-=b
|
||||
set guioptions-=T
|
||||
set guioptions-=m
|
||||
" set this here for graphical sessions since setting bg dark seems to reset,
|
||||
" also set in vimrc for graphical sessions
|
||||
hi CursorLine guibg=Grey10
|
||||
|
|
8
init.vim
8
init.vim
|
@ -86,8 +86,6 @@ set pastetoggle=<F2>
|
|||
au FocusLost * :wa
|
||||
|
||||
" make sure to set TERM to xterm-256color in terminal program or app
|
||||
colorscheme slate
|
||||
|
||||
" set this here for graphical sessions since setting bg dark seems to reset,
|
||||
" also set in vimrc for graphical sessions
|
||||
hi CursorLine guibg=Grey10
|
||||
set background=dark
|
||||
set termguicolors
|
||||
colorscheme breezy
|
||||
|
|
4
plug.vim
4
plug.vim
|
@ -48,6 +48,10 @@ Plug 'autozimu/LanguageClient-neovim', {'tag': 'binary-*-x86_64-unknown-linux-mu
|
|||
Plug 'Chiel92/vim-autoformat'
|
||||
" auto-completion framework
|
||||
Plug 'roxma/nvim-completion-manager'
|
||||
" breeze dark color scheme, to match KDE
|
||||
" Plug cannot actually install this colorscheme, clone and link autoload and
|
||||
" colors manually
|
||||
"Plug 'fneu/breezy'
|
||||
|
||||
" All of your Plugins must be added before the following line
|
||||
call plug#end() " required
|
||||
|
|
Loading…
Reference in a new issue