fix issue with diagnostics and gitsigns not rendering in the correct order
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
" this file is managed by my personal theme management script.
|
||||
|
||||
set background=dark
|
||||
colorscheme oxocarbon
|
||||
hi MyNormalMode guibg=#33b1ff guifg=#161616
|
||||
@ -15,5 +17,11 @@ hi tabSepInactive2 guifg=#3c3836 guibg=#262626
|
||||
hi tabSepSpecial guifg=#FF7EB6 guibg=#262626
|
||||
hi tabSepSpecial2 guifg=#262626 guibg=#262626
|
||||
hi tabSepSpecial3 guifg=#262626 guibg=#262626
|
||||
highlight GitSignsAdd guibg=#161616 guifg=#42be65
|
||||
highlight GitSignsChange guibg=#161616 guifg=#33b1ff
|
||||
highlight GitSignsDelete guibg=#161616 guifg=#ee5396
|
||||
highlight GitSignsTopDelete guibg=#161616 guifg=#ee5396
|
||||
highlight GitSignsChangeDelete guibg=#161616 guifg=#ee5396
|
||||
highlight GitSignsUntracked guibg=#161616 guifg=#be95ff
|
||||
luafile ~/.config/nvim/lua/core/statusline.lua
|
||||
luafile ~/.config/nvim/lua/core/tabline.lua
|
||||
|
Reference in New Issue
Block a user