zenbones.nvim
zenbones.nvim copied to clipboard
Request/Suggestion port theme to Helix editor?
It's possible to derive a Helix theme from zenbones specs using https://github.com/rktjmp/shipwright.nvim. Helix theme is defined in a toml file which can be pretty easily built with our build system. https://docs.helix-editor.com/themes.html
i think the main problem for me is to identify which highlight parts go for which colors.
i mean, i didn't never build a theme, although i know about base16, a neovim theme for example define highlight groups that personally i can't understand how to transpire to the syntax of helix, which uses treesitter by default