back to gruvbox
This commit is contained in:
parent
cc3b429b57
commit
582e7b72e2
2 changed files with 7 additions and 4 deletions
|
@ -62,13 +62,16 @@ call plug#begin()
|
||||||
Plug 'https://github.com/vim-airline/vim-airline-themes'
|
Plug 'https://github.com/vim-airline/vim-airline-themes'
|
||||||
Plug 'https://github.com/vim-airline/vim-airline'
|
Plug 'https://github.com/vim-airline/vim-airline'
|
||||||
Plug 'https://github.com/preservim/nerdtree'
|
Plug 'https://github.com/preservim/nerdtree'
|
||||||
|
Plug 'https://github.com/morhetz/gruvbox'
|
||||||
Plug 'junegunn/goyo.vim'
|
Plug 'junegunn/goyo.vim'
|
||||||
Plug 'dracula/vim'
|
"Plug 'dracula/vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Theme
|
" Theme
|
||||||
|
let g:gruvbox_contrast_hard=1
|
||||||
|
let g:gruvbox_italic=1
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme dracula
|
colorscheme gruvbox
|
||||||
|
|
||||||
" Airline
|
" Airline
|
||||||
let g:airline#extensions#tabline#buffer_min_count = 2
|
let g:airline#extensions#tabline#buffer_min_count = 2
|
||||||
|
|
|
@ -10,10 +10,10 @@ set statusbar-fg "#121212"
|
||||||
set statusbar-bg "#ebdbb2"
|
set statusbar-bg "#ebdbb2"
|
||||||
|
|
||||||
set inputbar-fg "#121212"
|
set inputbar-fg "#121212"
|
||||||
set inputbar-bg "#ebdbb8"
|
set inputbar-bg "#ebdbb2"
|
||||||
|
|
||||||
set notification-fg "#121212"
|
set notification-fg "#121212"
|
||||||
set notification-bg "#ebdbb8"
|
set notification-bg "#ebdbb2"
|
||||||
|
|
||||||
set notification-error-fg "#121212"
|
set notification-error-fg "#121212"
|
||||||
set notification-error-bg "#ab4642"
|
set notification-error-bg "#ab4642"
|
||||||
|
|
Loading…
Reference in a new issue