A collection of themes for the Helix editor based on the Ciapre color scheme originally created as TextMate themes.
| Ciapre 1 | Ciapre 2 | Ciapre 3 |
|---|---|---|
![]() |
![]() |
![]() |
| CiapreBlack 1 | CiapreBlack 2 | CiapreBlack 3 |
|---|---|---|
![]() |
![]() |
![]() |
- Ciapre: A dark theme with a blue background and warm accent colors
- CiapreBlack: A darker variant with a black background and the same warm accent colors
Run the setup script to automatically install the themes and optionally configure your default theme:
./setup.sh-
Locate your Helix configuration directory:
- Linux/macOS:
~/.config/helix/ - Windows:
%AppData%\helix\
- Linux/macOS:
-
Create a
themesdirectory if it doesn't exist:mkdir -p ~/.config/helix/themes -
Copy the
.tomltheme files to the themes directory:cp ciapre.toml ~/.config/helix/themes/ cp ciapreblack.toml ~/.config/helix/themes/
-
Update your Helix configuration file (
config.tomlin the Helix config directory) to use one of the themes:[theme] default = "ciapre"
Or to use the black variant:
[theme] default = "ciapreblack"
You can also set the theme on a per-project basis by adding a .helix directory to your project and creating a config.toml file with your theme preference.
The Ciapre themes feature:
- Dark backgrounds for reduced eye strain
- Warm accent colors for syntax highlighting
- Carefully selected contrast ratios for readability
- Support for a wide range of programming languages
This project is licensed under the MIT License - see the LICENSE file for details.





