nvim: Switch to jellybeans colorscheme

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-05-02 18:41:14 +05:30
parent a2228c077b
commit 33148207ec

View file

@ -19,7 +19,7 @@ Plug 'thaerkh/vim-workspace'
" Commenter " Commenter
Plug 'tpope/vim-commentary' Plug 'tpope/vim-commentary'
" Theme " Theme
Plug 'fatih/molokai' Plug 'nanotech/jellybeans.vim'
" Syntax highlighting " Syntax highlighting
Plug 'sheerun/vim-polyglot' Plug 'sheerun/vim-polyglot'
" Autoload and read from dish if file changes " Autoload and read from dish if file changes
@ -181,8 +181,9 @@ set completeopt=menu,noselect,preview,noinsert
set sessionoptions-=blank set sessionoptions-=blank
set grepprg=rg\ --vimgrep set grepprg=rg\ --vimgrep
let g:rehash256 = 1 let g:jellybeans_use_term_italics = 1
colorscheme molokai let g:jellybeans_overrides = { 'background': { 'guibg': '000000' } }
colorscheme jellybeans
" --------------------------- Key Bindings ----------------------------------- " --------------------------- Key Bindings -----------------------------------
" Allow saving of files as sudo when I forgot to start vim using sudo " Allow saving of files as sudo when I forgot to start vim using sudo