Hi! It's a great theme! But unfortunately, after recent update 0.12.2 of NeoVim, I've faced a bug:
When I initially start NeoVim, everything's fine, I see correct theme
But if I push NeoVim to background with Ctrl-Z, after returning back it will reset to 'default':
And the same behavior repeats even if I resize my terminal window with NeoVim opened.
Minimal config to reproduce:
vim.pack.add({
"https://github.com/projekt0n/github-nvim-theme",
})
vim.o.background = "light"
vim.cmd.colorscheme("github_light_colorblind")
Maybe, it can be somehow connected to this commit, but I'm not sure, modern themes are very complex and hard to debug. I even filed the same issue to the NeoVim repo, but looks like it doesn't reproduce on other custom themes I've tested
OS: NixOS
Terminal Emulator: Alacritty
Hi! It's a great theme! But unfortunately, after recent update 0.12.2 of NeoVim, I've faced a bug:
When I initially start NeoVim, everything's fine, I see correct theme
But if I push NeoVim to background with Ctrl-Z, after returning back it will reset to 'default':
And the same behavior repeats even if I resize my terminal window with NeoVim opened.
Minimal config to reproduce:
Maybe, it can be somehow connected to this commit, but I'm not sure, modern themes are very complex and hard to debug. I even filed the same issue to the NeoVim repo, but looks like it doesn't reproduce on other custom themes I've tested
OS: NixOS
Terminal Emulator: Alacritty