Revert "nvim: init.vim: Switch to pencil colorscheme"

This reverts commit e5a3fee955.
This commit is contained in:
Sanchayan Maity 2019-12-06 09:20:09 +05:30
parent e5a3fee955
commit a0ab5d020b

View file

@ -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 = "\<Space>"
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