Voxed is a Color scheme for the Helix Editor
I was bored one day so I decided to make my own color scheme
C (Screenshot of raudio.c from the raylib source code)
Rust (Screenshot of the syn crate source code)
A pull request has been made to Helix to the master branch after it is reviewed and accepted you should be able to have the theme If you build from master
But until that happens you can download voxed.toml and put it in ~/.config/helix/themes/ if you do not have the themes directory create it
It should look like this ~/.config/helix/themes/voxed.toml
After that you can enable the theme at runtime doing
:theme voxed
or if you want to set the theme in your configuration file:
Inside of config.toml in ~/.config/helix/
theme = "voxed"