sarnai (ᠰᠠᠷᠠᠨᠠᠢ) means "rose" in Mongolian, my favourite colour, but most of all, the name of my beloved wife. She's the one who made the logo, helped find colors name, refined the palette to be more authentic.
- Readability First: Good contrast for clarity, but soft enough for long sessions.
- Minimalist Spirit: Sticking with terminal 16 colors and some variants for bgs and fgs.
- Green Tints: Because I love green, and I'm tired of blues.
🌸 Хавар (Khavar) - Spring
❄️ Өвөл (Ovol) - Winter
Available at: sarnai.nvim
Copy the config files from terminals/ to your terminal’s config directory.
mkdir -p ~/.config/kitty/themes/
cp -r terminals/kitty/* ~/.config/kitty/themes/
Then, update your kitty.conf
:
include ./themes/sarnai-khavar.conf
mkdir -p ~/.config/alacritty/themes/
cp -r terminals/alacritty/* ~/.config/alacritty/themes/
Then, update your alacritty.toml
:
[general]
import = ["~/.config/alacritty/themes/sarnai-khavar.toml"]
mkdir -p ~/.config/ghostty/themes/
cp -r terminals/ghostty/* ~/.config/ghostty/themes/
Then, update your config
:
theme = sarnai-khavar
Copy zen/chrome
to your zen's profiles chrome
folder. And add the sarnai firefox theme
To use with browser extension Stylus (Firefox or Chrome). Download the import.json and import inside Stylus.
PRs are welcome! See CONTRIBUTING.md for guidelines.