Hiroya-W/wezterm-sequoia-theme

Please add metadata to your color scheme file

Closed this issue · 3 comments

wez commented

If you add a metadata section to your theme, something like:

[metadata]
name = "Sequoia Moonlight"
author = "Michael Andreuzza and Hiroya-W"
origin_url = "https://github.com/Hiroya-W/wezterm-sequoia-theme"

then I can update wezterm's release automation to include your color scheme in wezterm and show it with attribution in the color scheme browsing section of wezterm's docs. For an example, see:
https://wezfurlong.org/wezterm/colorschemes/s/index.html#shades-of-purple-base16

https://github.com/EdenEast/nightfox.nvim/blob/main/extra/carbonfox/nightfox_wezterm.toml#L1-L4 is an example of the nightfox color schemes that are synced into wezterm. https://wezfurlong.org/wezterm/colorschemes/c/index.html#carbonfox is its page in the docs.

Thanks for the explanation about metadata! I have added the metadata to the color scheme file.
What do I need to do to include a color scheme in wezterm using wezterm's release automation?

wez commented

Thank you!

I've added your repo to my sync program (see attached commit).
These schemes will be available in the next nightly build (will build within the next hour).
They're already visible in the docs:
https://wezfurlong.org/wezterm/colorschemes/s/index.html#sequoia-monochrome

Wow, great! I see it's been added to the wezterm docs! Thank you!