mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
vim: true monochrome colorscheme
This commit is contained in:
parent
9cb5c1782b
commit
20912eceba
1 changed files with 8 additions and 3 deletions
11
root/.vimrc
11
root/.vimrc
|
|
@ -26,8 +26,9 @@
|
|||
|
||||
""" Themes
|
||||
Plug 'tribela/vim-transparent'
|
||||
Plug 'Lokaltog/vim-monotone'
|
||||
Plug 'alexanderheldt/monokrom.vim'
|
||||
""" Plug 'Lokaltog/vim-monotone'
|
||||
""" Plug 'alexanderheldt/monokrom.vim'
|
||||
Plug 'pgdouyon/vim-yin-yang'
|
||||
|
||||
""" Statusline
|
||||
Plug 'vim-airline/vim-airline'
|
||||
|
|
@ -45,7 +46,11 @@
|
|||
|
||||
""" Appearance
|
||||
|
||||
colorscheme monotone
|
||||
""" colorscheme monotone
|
||||
autocmd ColorScheme * hi Sneak guifg=black guibg=white ctermfg=black ctermbg=white
|
||||
autocmd ColorScheme * hi SneakScope guifg=black guibg=white ctermfg=black ctermbg=white
|
||||
autocmd ColorScheme * hi SneakLabel guifg=black guibg=white ctermfg=black ctermbg=white
|
||||
colorscheme yin
|
||||
|
||||
set cursorline
|
||||
set ttimeoutlen=10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue