Tyler Miller
Tyler Miller
Thanks for documenting this. It seems to be due to lines like this: https://github.com/projekt0n/github-nvim-theme/blob/da7281e343bcab1a96c0de81bbbf258bae6fd1db/lua/github-theme/group/modules/neotree.lua#L29 ...which fails because `pink` is now a string instead of a table of strings (due to...
I do believe neovim supports this? Probably all you have to do is just unset the background color of the `Normal` highlight group. If it works, it should show the...
I am closing this issue as this feature is currently implemented and appears to be working correctly.