pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.25k stars 124 forks source link

Colors for state not showing properly #405

Closed vinnydiehl closed 1 year ago

vinnydiehl commented 1 year ago

In trying to fix this on my end, I attempted to set highlights for OctoStateOpen etc., with no success. I dug a little deeper and found this string "Float" being concatenated onto these highlight names:

https://github.com/pwntester/octo.nvim/blob/2d2769ff80a82a0da24dcf636ae146f3ed5d7ae5/lua/octo/ui/writers.lua#L186-L190

I have a PR ready with possible solutions.