From 582e7b72e27693362a2e9c982235df4c9d357001 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sat, 3 Jun 2023 02:43:46 -0600 Subject: [PATCH] back to gruvbox --- vim/vimrc | 7 +++++-- zathura/zathurarc | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) 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"