diff --git a/vim/vimrc b/vim/vimrc index 239efc2..44ca69e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -62,13 +62,16 @@ call plug#begin() Plug 'https://github.com/vim-airline/vim-airline-themes' Plug 'https://github.com/vim-airline/vim-airline' Plug 'https://github.com/preservim/nerdtree' +Plug 'https://github.com/morhetz/gruvbox' Plug 'junegunn/goyo.vim' -Plug 'dracula/vim' +"Plug 'dracula/vim' call plug#end() " Theme +let g:gruvbox_contrast_hard=1 +let g:gruvbox_italic=1 set background=dark -colorscheme dracula +colorscheme gruvbox " Airline let g:airline#extensions#tabline#buffer_min_count = 2 diff --git a/zathura/zathurarc b/zathura/zathurarc index d831ffc..c194088 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -10,10 +10,10 @@ set statusbar-fg "#121212" set statusbar-bg "#ebdbb2" set inputbar-fg "#121212" -set inputbar-bg "#ebdbb8" +set inputbar-bg "#ebdbb2" set notification-fg "#121212" -set notification-bg "#ebdbb8" +set notification-bg "#ebdbb2" set notification-error-fg "#121212" set notification-error-bg "#ab4642"