nvim: init.vim: Switch to pencil colorscheme
This commit is contained in:
parent
c17cc61f6f
commit
e5a3fee955
1 changed files with 7 additions and 2 deletions
|
@ -21,7 +21,7 @@ Plug 'thaerkh/vim-workspace'
|
||||||
" Commenter
|
" Commenter
|
||||||
Plug 'scrooloose/nerdcommenter'
|
Plug 'scrooloose/nerdcommenter'
|
||||||
" Theme
|
" Theme
|
||||||
Plug 'sickill/vim-monokai'
|
Plug 'reedes/vim-colors-pencil'
|
||||||
" Autoload and read from dish if file changes
|
" Autoload and read from dish if file changes
|
||||||
Plug 'tmux-plugins/vim-tmux-focus-events'
|
Plug 'tmux-plugins/vim-tmux-focus-events'
|
||||||
Plug 'wellle/tmux-complete.vim'
|
Plug 'wellle/tmux-complete.vim'
|
||||||
|
@ -172,7 +172,7 @@ set completeopt+=menu,noselect,preview,noinsert
|
||||||
set sessionoptions-=blank
|
set sessionoptions-=blank
|
||||||
|
|
||||||
" Theme
|
" Theme
|
||||||
colorscheme monokai
|
colorscheme pencil
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
" --------------------------- Key Bindings -----------------------------------
|
" --------------------------- Key Bindings -----------------------------------
|
||||||
|
@ -537,6 +537,11 @@ let g:mapleader = "\<Space>"
|
||||||
let g:maplocalleader = ','
|
let g:maplocalleader = ','
|
||||||
let g:which_key_use_floating_win = 1
|
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 ------------------------------------
|
" ----------------------------- Functions ------------------------------------
|
||||||
" For CScope and Quickfix
|
" For CScope and Quickfix
|
||||||
" https://medium.com/@lakshmankumar12/quickfix-and-location-list-in-vim-ca0292ac894d
|
" https://medium.com/@lakshmankumar12/quickfix-and-location-list-in-vim-ca0292ac894d
|
||||||
|
|
Loading…
Reference in a new issue