From a0ab5d020beeaa28ba38b34b1c64af0f3778109a Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 6 Dec 2019 09:20:09 +0530 Subject: [PATCH] Revert "nvim: init.vim: Switch to pencil colorscheme" This reverts commit e5a3fee955bc6c2d6674ddb64b3cc02f9e805d9e. --- nvim/init.vim | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index a70ff4e..e7fc4de 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -21,7 +21,7 @@ Plug 'thaerkh/vim-workspace' " Commenter Plug 'scrooloose/nerdcommenter' " Theme -Plug 'reedes/vim-colors-pencil' +Plug 'sickill/vim-monokai' " 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 pencil +colorscheme monokai set background=dark " --------------------------- Key Bindings ----------------------------------- @@ -537,11 +537,6 @@ 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