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