This is a theme for Helix, with sober colors (at least for me), hence the name. It has support for italic fonts, too. The font used in the screenshots is Victor Mono. For the best experience, make sure your terminal supports at least 256 colors.
To use it, follow these steps:
- Copy the
themes/sobrio.toml
file to your themes directory, usually~/.config/helix/themes/
. - Set the color scheme:
:theme sobrio
. - ???
- Profit!
If you want to make it your default, just add this line to your config.toml
:
theme = "sobrio"
Take care!