mirror of https://github.com/helix-editor/helix
* Move `runtime/themes/base16_default_terminal.toml` to `base16_theme.toml` alongside `theme.toml` * Use `terminfo` crate to detect whether the terminal supports true color and, if the user has no theme configured and their terminal does not support true color, load the alt default theme instead of the normal default. Remove `terminfo` dependency, use `COLORTERM` env instead Prevent user from switching to an unsupported theme Add `true-color-override` option If the terminal is wrongly detected to not support true color, `true-color-override = true` will override the detection. Rename `true-color-override` to `true-color` |
||
---|---|---|
.. | ||
README.md | ||
base16_default_dark.toml | ||
base16_default_light.toml | ||
bogster.toml | ||
dark_plus.toml | ||
everforest_dark.toml | ||
gruvbox.toml | ||
ingrid.toml | ||
monokai.toml | ||
monokai_pro.toml | ||
monokai_pro_machine.toml | ||
monokai_pro_octagon.toml | ||
monokai_pro_ristretto.toml | ||
monokai_pro_spectrum.toml | ||
nord.toml | ||
onedark.toml | ||
rose_pine.toml | ||
rose_pine_dawn.toml | ||
solarized_dark.toml | ||
solarized_light.toml | ||
spacebones_light.toml |
README.md
User submitted themes
If you submit a theme, please include a comment at the top with your name and email address:
# Author : Name <email@my.domain>
We have a preview page for themes on our wiki!