change colors
This commit is contained in:
parent
1c5af67051
commit
17e23f805e
2 changed files with 5 additions and 3 deletions
|
@ -45,6 +45,8 @@ Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
||||||
Plug 'vimwiki/vimwiki'
|
Plug 'vimwiki/vimwiki'
|
||||||
Plug 'franbach/miramare'
|
Plug 'franbach/miramare'
|
||||||
Plug 'cocopon/iceberg.vim'
|
Plug 'cocopon/iceberg.vim'
|
||||||
|
Plug 'sainnhe/sonokai'
|
||||||
|
Plug 'sainnhe/everforest'
|
||||||
Plug 'patstockwell/vim-monokai-tasty'
|
Plug 'patstockwell/vim-monokai-tasty'
|
||||||
Plug 'antoinemadec/FixCursorHold.nvim'
|
Plug 'antoinemadec/FixCursorHold.nvim'
|
||||||
Plug 'lambdalisue/fern.vim'
|
Plug 'lambdalisue/fern.vim'
|
||||||
|
@ -52,7 +54,7 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
colorscheme iceberg
|
colorscheme sonokai
|
||||||
|
|
||||||
" hexokinase
|
" hexokinase
|
||||||
let g:Hexokinase_refreshEvents = ['InsertLeave']
|
let g:Hexokinase_refreshEvents = ['InsertLeave']
|
||||||
|
|
|
@ -189,8 +189,8 @@ alpha = #00000000
|
||||||
|
|
||||||
shade1 = ${xrdb:color4}
|
shade1 = ${xrdb:color4}
|
||||||
shade2 = ${xrdb:color12}
|
shade2 = ${xrdb:color12}
|
||||||
shade3 = ${xrdb:color6}
|
shade3 = ${xrdb:color1}
|
||||||
shade4 = ${xrdb:color14}
|
shade4 = ${xrdb:color9}
|
||||||
shade5 = ${xrdb:color7}
|
shade5 = ${xrdb:color7}
|
||||||
shade6 = ${xrdb:color15}
|
shade6 = ${xrdb:color15}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue