Skip to content

Releases: uhs-robert/tmux-oasis

v2.0.0: Dual-Mode Theme System

04 Dec 02:56

Choose a tag to compare

🚨 Breaking Changes

This major release introduces a dual-mode theme system with granular light variants, deprecating the standalone light themes.

Deprecated Light Themes

The following standalone light themes have been deprecated and replaced:

Deprecated Theme Replacement
Dawn night_light_1
Dawnlight night_light_2
Day night_light_3
Dusk night_light_4
Dust night_light_5

Note: All deprecated themes were based on the night style family. The migration table shows direct replacements.

✨ New Features

Dual-Mode Theme System

  • 65+ theme variants: Each of the 13 base styles now includes 1 dark + 5 light variants
  • Granular light themes: Five fine-tuned light levels (_light_1 through _light_5) for precise brightness control
  • Automatic expansion: Short theme names auto-expand to dark variants (e.g., lagoonlagoon_dark)

Available Styles

All 13 base styles now support dual modes:

  • abyss, cactus, canyon, desert, dune, lagoon, mirage, midnight, night, rose, sol, starlight, twilight

Theme Variants

  • Dark: <style>_dark
  • Light: <style>_light_1, <style>_light_2, <style>_light_3, <style>_light_4, <style>_light_5

📖 Migration Guide

Update your tmux.conf:

# Old (deprecated)
set -g @oasis_flavor "dawn"

# New (v2.0+)
set -g @oasis_flavor "night_light_1"

See the README for complete theme documentation and previews.

📦 Full Changelog

  • feat: complete theme restructuring and update screenshots (d45cec9)
  • feat: introduce granular light themes and restructure theme files (ff5fffd)
  • refactor: simplify theme loading logic in oasis_tmux.conf (13a3244)
  • feat: implement dark and light theme variants (39ee997)
  • docs!: document v2.0 breaking changes and light theme migration (d0ae9b0)

tmux-oasis v1.1.0 - New Theme Variants

25 Oct 19:56

Choose a tag to compare

What's New

New Features

  • Dawn Theme Variant: Added new light theme variant perfect for daytime use
  • Midnight Theme Variant: Added new dark theme variant with deep, rich colors

Documentation

  • Improved README clarity and organization
  • Enhanced theme variant descriptions
  • Fixed typos and improved overall documentation quality

Summary

This release brings the total theme variant count to 14 variants, giving users even more options to customize their tmux environment. The new dawn variant provides our first true light theme option, while midnight adds another beautiful dark option to the collection.


Full Changelog: v1.0.0...v1.1.0

tmux-oasis v1.0.0 - Initial Release

27 Sep 03:23

Choose a tag to compare

🏜️ tmux-oasis v1.0.0 - Initial stable release

A modular desert-themed colorscheme plugin for Tmux featuring 12 beautiful theme variants.

✨ Features

  • 12 theme variants: abyss, cactus, canyon, desert, dune, lagoon, mirage, night, rose, sol, starlight, twilight
  • Dynamic status line with mode indicators and Nerd Font icons
  • TPM plugin support for easy installation
  • Modular architecture for easy customization
  • Compatible with oasis.nvim companion theme

📦 Installation

Via TPM (recommended)

set -g @plugin 'uhs-robert/tmux-oasis'
set -g @oasis_flavor 'desert'  # or any variant

Manual Installation

git clone https://github.com/uhs-robert/tmux-oasis.git ~/.tmux/plugins/tmux-oasis
echo "source ~/.tmux/plugins/tmux-oasis/oasis_tmux.conf" >> ~/.tmux.conf

🎨 Theme Variants

Choose from 12 carefully crafted variants by setting @oasis_flavor to any of:
abyss, cactus, canyon, desert, dune, lagoon, mirage, night, rose, sol, starlight, twilight

See the README for screenshots of all variants.