A Rosé Pine color scheme for Omarchy, available in three variants:
| Variant | Description |
|---|---|
| base | Rosé Pine — the original dark theme |
| moon | Rosé Pine Moon — a softer dark theme |
| dawn | Rosé Pine Dawn — a warm light theme |
git clone https://github.com/pymmog/rosepine-omarchy.git /tmp/rosepine-omarchyCopy your preferred variant to the Omarchy themes directory:
# base (dark)
cp -r /tmp/rosepine-omarchy/base ~/.config/omarchy/themes/rosepine-base
# moon
cp -r /tmp/rosepine-omarchy/moon ~/.config/omarchy/themes/rosepine-moon
# dawn (light)
cp -r /tmp/rosepine-omarchy/dawn ~/.config/omarchy/themes/rosepine-dawnEach variant is also available as a standalone repo:
git clone https://github.com/pymmog/rosepine-omarchy-base.git ~/.config/omarchy/themes/rosepine-base
git clone https://github.com/pymmog/rosepine-omarchy-moon.git ~/.config/omarchy/themes/rosepine-moon
git clone https://github.com/pymmog/rosepine-omarchy-dawn.git ~/.config/omarchy/themes/rosepine-dawnVARIANT="base" # or "moon" or "dawn"
DEST="$HOME/.config/omarchy/themes/rosepine"
BASE="https://raw.githubusercontent.com/pymmog/rosepine-omarchy/main/$VARIANT"
mkdir -p "$DEST"
for f in colors.toml btop.theme neovim.lua vscode.json waybar.css icons.theme; do
curl -sL "$BASE/$f" -o "$DEST/$f"
doneEach variant includes:
colors.toml— terminal colorsbtop.theme— btop system monitorneovim.lua— Neovim colorscheme (LazyVim)vscode.json— VS Code theme extensionwaybar.css— Waybar foreground/backgroundicons.theme— icon theme