change colors

This commit is contained in:
Cheri 2021-04-10 18:26:18 +03:00 committed by vibikim
parent cb0167c4fc
commit 47dda13060
2 changed files with 5 additions and 3 deletions

View file

@ -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']

View file

@ -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}