flexoki-neovim
flexoki-neovim copied to clipboard
[Feature Request] Add support for Neogit
trafficstars
Thanks a lot for making this wonderful port! I've been using flexoki-light and loving it so far :)
I'd like to see support for https://github.com/NeogitOrg/neogit, as the current diffview colors are a bit too hard to read:
Thanks again in advance 🙇
@rami3l Here's a quick fix that I did for now.
-- Git (Neogit with diff)
-- - sindrets/diffview.nvim
vim.api.nvim_set_hl(0, 'DiffAdd', { bg = '#dfeed0' })
vim.api.nvim_set_hl(0, 'DiffDelete', { bg = '#eedfd0' })
vim.api.nvim_set_hl(0, 'DiffChange', { bg = '#eeeed0' })
Sorry for being late to this. I will finally have more time to work on this later this week and will add Neogit support as a priority.