Let the fire fade — not your focus.
Designed for long nights and longer thoughts.
Ashen is a warm, muted theme born from the glow of dying embers — rich in reds, orange highlights, and layers of gray. Inspired by Dark Souls III, it's crafted to be gentle on the eyes and steady on the mind. Whether you're deep in the terminal or writing code by candlelight — Ashen offers a calm, focused atmosphere for development after dark.
This monorepository contains official implementations of Ashen across a range of editors, terminals, tools, and more — each carefully tuned to carry the same muted warmth. The project is developed on sourcehut and provides a read-only mirror on GitHub. Please see Contributing to learn how to contribute to Ashen.
Where syntax takes shape.
Words against the dark — quiet, deliberate.
Terminal tools softened by firelight.
cat
, but warmer.ls
with subtle highlights.git
bathed in ember tones.fzf
in gray.Let your environment glow.
For bringing Ashen elsewhere.
To submit bug reports and requests, please visit the ticket tracker. For any other discussions, contact the mailing list (possibly by carrier pigeon.)
I do not accept PRs on GitHub! Please consult the documentation to learn how to contribute on sourcehut. Send your patches to ~ficd/ashen-devel.
If you're porting Ashen, use the existing ports as a reference for the palette and overall feel. Treat Helix as the "ultimate" guide on the colors to be assigned to syntax elements.
As a rule of thumb: numbers and builtin literal types should be blue
, strings
red_glowing
, keywords red_ashen
, operators orange_blaze
, delimiters
orange_smolder
, brackets g_6
, and special punctuation orange_golden
.
red_flame
should only be used for errors, and orange_golden
is the
preferred color for warnings. Ashen doesn't use green, so you can pick an
appropriate substitute from the palette. For example, the terminal themes use
orange_blaze
for green, which looks good in most applications.