An open API service indexing awesome lists of open source software.

https://github.com/titembaatar/sarnai

🌸 sarnai - A Mongolian-inspired colorscheme
https://github.com/titembaatar/sarnai

alacritty colorscheme ghostty kitty lua mongolian neovim neovim-plugin terminal

Last synced: 6 months ago
JSON representation

🌸 sarnai - A Mongolian-inspired colorscheme

Awesome Lists containing this project

README

          

sarnai


ᠰᠠᠷᠠᠨᠠᠢ






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.

## 🇲🇳 Philosophy
- **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.

## 🎨 Palette




🌸 Хавар (Khavar) - Spring


Swatch
Name
Hex
HSL



base
#172620
hsl(156, 24%, 11%)



surface
#21362d
hsl(154, 24%, 17%)



overlay
#2d493d
hsl(154, 23%, 23%)



muted
#4e7e6b
hsl(156, 23%, 40%)



subtle
#90bbaa
hsl(156, 24%, 64%)



text
#dfece7
hsl(156, 25%, 90%)



low
#39ac7e
hsl(156, 50%, 44%)



mid
#2d8662
hsl(155, 49%, 35%)



high
#206046
hsl(155, 50%, 25%)



sarnai
Сарнай
Rose
#f0c3cb
hsl(349, 60%, 85%)



anis
Аньс
Cowberry
#ff6b6b
hsl(0, 100%, 70%)



chatsalgan
Чацаргана
Hippophae
#e5951a
hsl(36, 79%, 50%)



els
Элс
Sand
#cca24d
hsl(40, 55%, 55%)



uvs
Өвс
Grass
#80b946
hsl(89, 45%, 50%)



nuur
Нуур
Lake
#2b879e
hsl(192, 57%, 39%)



mus
Мөс
Ice
#9deaea
hsl(180, 64%, 76%)



yargui
Яргуй
Pasqueflower
#d5b3e5
hsl(280, 49%, 80%)

❄️ Өвөл (Ovol) - Winter


Swatch
Name
Hex
HSL



base
#dceae4
hsl(154, 24%, 89%)



surface
#b6d2c7
hsl(156, 23%, 76%)



overlay
#90bbaa
hsl(156, 24%, 64%)



muted
#81b19e
hsl(156, 23%, 60%)



subtle
#446f5e
hsl(156, 24%, 35%)



text
#13201b
hsl(156, 25%, 10%)



low
#206046
hsl(155, 50%, 25%)



mid
#2d8662
hsl(155, 49%, 35%)



high
#39ac7e
hsl(156, 50%, 44%)



sarnai
Сарнай
Rose
#b93d4d
hsl(352, 50%, 48%)



anis
Аньс
Cowberry
#cc2929
hsl(0, 66%, 48%)



chatsalgan
Чацаргана
Hippophae
#da730c
hsl(30, 89%, 45%)



els
Элс
Sand
#df9b23
hsl(38, 74%, 50%)



uvs
Өвс
Grass
#4c890f
hsl(90, 80%, 29%)



nuur
Нуур
Lake
#0a728c
hsl(192, 86%, 29%)



mus
Мөс
Ice
#12adad
hsl(180, 81%, 37%)



yargui
Яргуй
Pasqueflower
#a353c6
hsl(281, 50%, 55%)

---

## 📦 Quick Start

### Neovim
Available at: [sarnai.nvim](https://github.com/titembaatar/sarnai.nvim)

### Terminals
Copy the config files from terminals/ to your terminal’s config directory.

#### Kitty
```bash
mkdir -p ~/.config/kitty/themes/
cp -r terminals/kitty/* ~/.config/kitty/themes/
```
Then, update your `kitty.conf`:
```conf
include ./themes/sarnai-khavar.conf
```




Kitty Sarnai Khavar

#### Alacritty
```bash
mkdir -p ~/.config/alacritty/themes/
cp -r terminals/alacritty/* ~/.config/alacritty/themes/
```
Then, update your `alacritty.toml`:
```toml
[general]
import = ["~/.config/alacritty/themes/sarnai-khavar.toml"]
```

#### Ghostty
```bash
mkdir -p ~/.config/ghostty/themes/
cp -r terminals/ghostty/* ~/.config/ghostty/themes/
```
Then, update your `config`:
```
theme = sarnai-khavar
```

### Zen Browser
Copy `zen/chrome` to your [zen's profiles `chrome` folder](https://www.userchrome.org/how-create-userchrome-css.html). And add the [sarnai firefox theme](https://addons.mozilla.org/en-US/firefox/addon/sarnai)




Zen Browser

### userStyles
To use with browser extension **Stylus** ([Firefox](https://addons.mozilla.org/en-US/firefox/addon/styl-us/) or [Chrome](https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne)).
Download the [import.json](./userStyle/import.json) and import inside **Stylus**.

## 🫱🏼‍🫲🏽 Contributing
PRs are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.