zenbones-theme / zenbones.nvim

🪨 A collection of contrast-based Vim/Neovim colorschemes
MIT License
650 stars 46 forks source link

Request/Suggestion port theme to Helix editor? #146

Open zoedsoupe opened 7 months ago

mcchrish commented 7 months ago

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

zoedsoupe commented 7 months ago

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