zenbones.nvim icon indicating copy to clipboard operation
zenbones.nvim copied to clipboard

Request/Suggestion port theme to Helix editor?

Open zoedsoupe opened this issue 2 years ago • 2 comments

zoedsoupe avatar Nov 21 '23 02:11 zoedsoupe

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

mcchrish avatar Nov 22 '23 17:11 mcchrish

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

zoedsoupe avatar Nov 22 '23 17:11 zoedsoupe