No description
Find a file
2026-01-16 17:23:39 +01:00
aerc updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
alacritty updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
ashen.yazi feat(yazi): adapt to version 26.1.4 2026-01-16 17:23:39 +01:00
base16 added base16 format 2025-04-26 22:01:44 -04:00
bat fixed typo in tmtheme 2025-09-05 13:38:48 +02:00
eza updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
firefox updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
fish updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
foot removed deprecated option from foot theme 2025-07-21 22:16:29 -04:00
fuzzel updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
fzf updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
ghostty updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
helix updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
kakoune updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
kitty updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
lazygit updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
monkeytype updated links in documentation 2025-04-09 21:47:41 -04:00
nvim updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
preview added palette preview 2025-04-10 14:11:43 -04:00
pygments updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
rmpc Updated cava theming in rmpc 2025-09-13 15:38:29 -04:00
sway updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
television updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
tmtheme fixed typo in tmtheme 2025-09-05 13:38:48 +02:00
waybar Transferred themes from ashen.nvim/extras 2025-02-11 13:50:26 -05:00
wezterm updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
windows-terminal updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
zathura updated all git.sr.ht links to codeberg 2025-07-17 22:10:03 -04:00
zed added zed theme 2025-12-06 19:31:11 -05:00
zellij Add Zellij theme 2025-04-25 16:43:47 -04:00
zsh added zsh syntax highlighting style 2025-08-03 17:24:15 -04:00
AUTHORS added zed theme 2025-12-06 19:31:11 -05:00
LICENSE Relicensed project to BSD-3, created AUTHORS list 2025-09-06 19:43:44 -04:00
README.md added zed theme 2025-12-06 19:31:11 -05:00

Ashen

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 is carefully tuned to carry the same muted warmth. The project is developed on Codeberg and provides a read-only mirror on GitHub. Please see Contributing to learn how to contribute to Ashen.

Note

The GitHub mirror will likely be deleted in the near future.

Text Editors

Terminals

Tools & Interfaces

Desktop & UI

Theme Formats

Contributing

Guidelines

I do not accept PRs on GitHub! Please contribute on Codeberg. I also accept contributions via git-send-mail, please send patches to daniel <AT> ficd <DOT> sh.

Make sure your contribution adheres to the existing structure of the repository. For example, if you're adding a new port, the subdirectory should contain a README.md with installation instructions, and an appropriate link should be added the main README.

Please add yourself to the AUTHORS file when you're done. Don't list individual commits; summarize your contribution succinctly. Also note that the primary authors retain the right to deny any changes if they don't fit with our vision for Ashen.

Porting Ashen

If you're porting Ashen, use the existing ports as a reference for the palette and overall feel. Treat Kakoune 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.