Port of Alabaster color scheme by Nikita Prokopov (Tonsky) to Helix. Ported with GitHub Copilot.
Includes both light (alabaster) and dark (alabaster-dark) variants.
Both themes are standalone files with no inheritance dependency.
Copy (or symlink) theme files into your Helix themes directory:
mkdir -p ~/.config/helix/themes
cp alabaster.toml alabaster-dark.toml ~/.config/helix/themes/Then set your theme in ~/.config/helix/config.toml:
theme = "alabaster" # light
# theme = "alabaster-dark" # dark- Original theme: Alabaster by Nikita Prokopov
- Also see: VS Code version