From e5a3fee955bc6c2d6674ddb64b3cc02f9e805d9e Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 6 Dec 2019 08:56:27 +0530 Subject: [PATCH] nvim: init.vim: Switch to pencil colorscheme --- nvim/init.vim | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index e7fc4de..a70ff4e 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -21,7 +21,7 @@ Plug 'thaerkh/vim-workspace' " Commenter Plug 'scrooloose/nerdcommenter' " Theme -Plug 'sickill/vim-monokai' +Plug 'reedes/vim-colors-pencil' " Autoload and read from dish if file changes Plug 'tmux-plugins/vim-tmux-focus-events' Plug 'wellle/tmux-complete.vim' @@ -172,7 +172,7 @@ set completeopt+=menu,noselect,preview,noinsert set sessionoptions-=blank " Theme -colorscheme monokai +colorscheme pencil set background=dark " --------------------------- Key Bindings ----------------------------------- @@ -537,6 +537,11 @@ let g:mapleader = "\" let g:maplocalleader = ',' let g:which_key_use_floating_win = 1 +let g:pencil_higher_contrast_ui = 0 +let g:pencil_gutter_color = 1 +let g:pencil_spell_undercurl = 1 +let g:pencil_terminal_italics = 1 +let g:airline_theme = 'pencil' " ----------------------------- Functions ------------------------------------ " For CScope and Quickfix " https://medium.com/@lakshmankumar12/quickfix-and-location-list-in-vim-ca0292ac894d