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