Skip to content

Repository files navigation

Omarchy Rosé Pine Theme

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

Installation

Option 1: Clone the repo (recommended)

git clone https://github.com/pymmog/rosepine-omarchy.git /tmp/rosepine-omarchy

Copy 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-dawn

Option 2: Clone a single variant (submodule)

Each 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-dawn

Option 3: curl individual files

VARIANT="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"
done

Theme files

Each variant includes:

  • colors.toml — terminal colors
  • btop.theme — btop system monitor
  • neovim.lua — Neovim colorscheme (LazyVim)
  • vscode.json — VS Code theme extension
  • waybar.css — Waybar foreground/background
  • icons.theme — icon theme

Credits

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors