omarchy themes

readme

Omarchy Oasis Logo

Omarchy Oasis

Desert-inspired themes for Omarchy, ported from oasis.nvim


๐ŸŽจ Available Themes

  • abyss-dark - Dark ยท Black
  • abyss-light - Light
  • starlight-dark - Dark ยท Black Vivid
  • starlight-light - Light
  • lagoon-dark - Dark ยท Default
  • lagoon-light - Light

More themes coming soon as I port them from the original collection.


๐Ÿ“ฆ Installation

Quick Install (Recommended)

git clone https://github.com/joaofelipegalvao/omarchy-oasis.git
cd omarchy-oasis
chmod +x install.sh
./install.sh

The interactive installer lets you:

  • Choose specific themes to install
  • Install all themes at once
  • View available themes

Install Specific Theme

# Install only one theme
./install.sh abyss-dark
./install.sh abyss-light
./install.sh starlight-dark
./install.sh starlight-light
./install.sh lagoon-dark
./install.sh lagoon-light

Manual Installation

# Clone the repository
git clone https://github.com/joaofelipegalvao/omarchy-oasis.git

# Copy desired theme
cp -r omarchy-oasis/themes/abyss-dark ~/.config/omarchy/themes/oasis-abyss-dark

# Apply the theme
omarchy-theme-set oasis-abyss-dark

๐Ÿ”„ Usage

Switch Themes

omarchy-theme-set oasis-abyss-dark
omarchy-theme-set oasis-abyss-light
omarchy-theme-set oasis-starlight-dark
omarchy-theme-set oasis-starlight-light
omarchy-theme-set oasis-lagoon-dark
omarchy-theme-set oasis-lagoon-light

List Installed Themes

./scripts/list-themes.sh

Uninstall Themes

./scripts/uninstall.sh              # Interactive mode
./scripts/uninstall.sh abyss-dark   # Uninstall specific theme

๐ŸŒ™ Dark Themes

Click any card below to view the full preview and screenshots. โ†“ Or click here to view all full previews

Abyss Dark
Abyss Dark
Starlight Dark
Starlight Dark
Lagoon Dark
Lagoon Dark

โ˜€๏ธ Light Themes

Abyss Light
Abyss Light
Starlight Light
Starlight Light
Lagoon Light
Lagoon Light

๐Ÿ‘€ Full Previews

All themes (click to collapse)
๐ŸŒ•๏ธ Dark Themes

Abyss Dark (Dark ยท Black)

Terminal Preview

Background Wallpaper

โ†‘ Back to Dark Themes

Starlight Dark (Dark ยท Black Vivid)

Terminal Preview

Background Wallpaper

โ†‘ Back to Dark Themes

Lagoon (Dark ยท Default)

Terminal Preview

Background Wallpaper

โ†‘ Back to Dark Themes

๐ŸŒž Light Themes

Abyss (Light)

Terminal Preview

Background Wallpaper

โ†‘ Back to Light Themes

Starlight (Light)

Terminal Preview

Background Wallpaper

โ†‘ Back to Light Themes

Lagoon (Light)

Terminal Preview

Background Wallpaper

โ†‘ Back to Light Themes


๐ŸŽฏ About

These themes are ports of the excellent oasis.nvim colorscheme collection, adapted for the Omarchy terminal environment.

Repository Structure

This repository uses a simple directory-based organization:

  • Each theme lives in its own directory under themes/
  • Easy to maintain and add new variations
  • Clean separation between themes

๐Ÿ™ Acknowledgments


๐Ÿ“ License

This project maintains the same license as the original oasis.nvim themes.


Made with โ˜• for the Omarchy community