Vintage is a Color scheme for the Helix Editor
I made this theme one afternoon because my bus was late and I stayed home :)
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 vintage.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/vintage.toml
After that you can enable the theme at runtime doing
:theme vintage
or if you want to set the theme in your configuration file:
Inside of config.toml in ~/.config/helix/
theme = "vintage"