mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98ce2a301d
* 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` |
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
base16_default_dark.toml | 3 years ago | |
base16_default_light.toml | 3 years ago | |
bogster.toml | 3 years ago | |
dark_plus.toml | 3 years ago | |
everforest_dark.toml | 3 years ago | |
gruvbox.toml | 3 years ago | |
ingrid.toml | 3 years ago | |
monokai.toml | 3 years ago | |
monokai_pro.toml | 3 years ago | |
monokai_pro_machine.toml | 3 years ago | |
monokai_pro_octagon.toml | 3 years ago | |
monokai_pro_ristretto.toml | 3 years ago | |
monokai_pro_spectrum.toml | 3 years ago | |
nord.toml | 3 years ago | |
onedark.toml | 3 years ago | |
rose_pine.toml | 3 years ago | |
rose_pine_dawn.toml | 3 years ago | |
solarized_dark.toml | 3 years ago | |
solarized_light.toml | 3 years ago | |
spacebones_light.toml | 3 years ago |
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!