fix issue with diagnostics and gitsigns not rendering in the correct order

This commit is contained in:
gnat
2024-09-09 22:07:27 -07:00
parent a1a1b05f99
commit d5ccc1935d
3 changed files with 51 additions and 43 deletions

View File

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