Skip to content

joaofelipegalvao/omarchy-oasis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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