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.
🌑 Шөнө (Shono) - Night
🌆 Үдэш (Udesh) - Evening
🌄 Өглөө (Ogloo) - Morning
Install via your favourite plugin manager (e.g., lazy.nvim )
{
"yourusername/sarnai.nvim",
config = function()
vim.cmd.colorscheme("sarnai")
end
}
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-shono.conf
mkdir -p ~/.config/alacritty/themes/
cp -r terminals/alacritty/ ~/.config/alacritty/themes/
Then, update your alacritty.toml
:
[general]
import = [
"~/.config/alacritty/themes/sarnai-shono.toml"
]
cp -r terminals/ghostty/ ~/.config/ghostty/themes/
Then, update your config
:
theme = sarnai-shono
PRs are welcome! See CONTRIBUTING.md for guidelines.
Need help? Open an issue for:
- Porting sarnai to new apps.
- Fixing contrast/readability.
- Adding new bg/fg variants.