Skip to content

Commit 55f1452

Browse files
committed
feat: add dawn light theme variant
Add the first light theme variant to the collection, bringing the total to 14 themes. Includes warm morning desert tones with excellent readability for daytime use. Changes: - Add oasis_dawn.conf theme with light color palette - Add dawn theme screenshot - Update README with centered header and badges - Update theme count from 13 to 14 throughout docs
1 parent 1b6d09e commit 55f1452

File tree

3 files changed

+65
-16
lines changed

3 files changed

+65
-16
lines changed

README.md

Lines changed: 42 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
1-
# 🏜️ Oasis Tmux
1+
<p align="center">
2+
<img
3+
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/svg/1f3dd.svg"
4+
width="128" height="128" alt="Oasis emoji" />
5+
</p>
6+
<h1 align="center">Tmux Oasis</h1>
7+
8+
<p align="center">
9+
<a href="https://github.com/uhs-robert/tmux-oasis/stargazers"><img src="https://img.shields.io/github/stars/uhs-robert/tmux-oasis?colorA=192330&colorB=skyblue&style=for-the-badge"></a>
10+
<a href="https://github.com/uhs-robert/tmux-oasis/issues"><img src="https://img.shields.io/github/issues/uhs-robert/tmux-oasis?colorA=192330&colorB=khaki&style=for-the-badge"></a>
11+
<a href="https://github.com/uhs-robert/tmux-oasis/contributors"><img src="https://img.shields.io/github/contributors/uhs-robert/tmux-oasis?colorA=192330&colorB=8FD1C7&style=for-the-badge"></a>
12+
<a href="https://github.com/uhs-robert/tmux-oasis/network/members"><img src="https://img.shields.io/github/forks/uhs-robert/tmux-oasis?colorA=192330&colorB=CFA7FF&style=for-the-badge"></a>
13+
</p>
14+
15+
<p align="center">
16+
A collection of <strong>14</strong> desert-inspired Tmux colorscheme status lines; warm, readable, and configurable.
17+
</p>
218

3-
A modular dark desert-themed colorscheme and status line for Tmux with warm, earthy tones and multiple palette variants (13 Total Themes). Originally inspired by the classic `desert` theme for Vim. This plugin provides a fully styled status line with a robust dynamic mode indicator for **ALL** of tmux's modes (like Vim).
4-
5-
> [!TIP]
6-
> This is the companion to the **Oasis** theme suite from NeoVim: [oasis.nvim](https://github.com/uhs-robert/oasis.nvim)
7-
8-
## Features
19+
## Status Bar with Dynamic Modes
920

10-
- **13 theme variants**: Covers the entire rainbow of options with an emphasis on being dark. Variants are all desert-inspired.
11-
- **Automatic theme loading**: Set `@oasis_flavor` and the system will handle the rest
12-
- **Advanced status line**: Dynamic mode indicators with color-coded states inspired by `vim` for each of tmux's modes: includes `NORMAL`, `COMMAND`, `COPY`, `VIEW`, `CHOOSE`, `CLOCK`, and `OPTIONS` modes.
13-
- **Modular design**: Separate theme files and unique status line configurations (_you could just download **only** what you need_)
14-
- **Standalone**: Zero dependencies on any other plugins
21+
Wouldn't it be nice to know what mode you're in? And not just one mode, but for **ALL modes like in Vim**.
1522

16-
## Status Bar with Dynamic Modes
23+
Oasis provides a fully styled status line with a robust dynamic mode indicator for **ALL** of tmux's modes and **14 unique color schemes**.
1724

1825
<div align="center">
1926

@@ -52,7 +59,7 @@ A modular dark desert-themed colorscheme and status line for Tmux with warm, ear
5259
5360
## Theme Overview
5461

55-
Choose from 13 distinct desert-inspired variants, each with its own personality and color palette:
62+
Choose from 14 distinct desert-inspired variants, each with its own personality and color palette:
5663

5764
> [!TIP]
5865
> Click one below to see a larger image (**the plugin is the _status line_ at the top**)
@@ -117,12 +124,25 @@ Choose from 13 distinct desert-inspired variants, each with its own personality
117124
<a href="#rose---pink"><img src="assets/screenshots/tmux-rose.webp" alt="Rose" width="180"></a><br>
118125
<strong>Rose</strong><br><em>Pink</em>
119126
</td>
127+
<td align="center">
128+
<a href="#dawn---light"><img src="assets/screenshots/tmux-dawn.webp" alt="Dawn" width="180"></a><br>
129+
<strong>Dawn</strong><br><em>Light</em>
130+
</td>
120131
</tr>
121132
</table>
122133

123-
**[↓ See all variants expanded](#view-all-theme-variants)**
134+
> [!TIP]
135+
> Click any card above to see the full preview. Or [click here to see all](#view-all-theme-variants).
136+
>
137+
> This is the companion to the **Oasis** theme suite from NeoVim: [oasis.nvim](https://github.com/uhs-robert/oasis.nvim)
124138
139+
## Features
125140

141+
- **Advanced status line**: Dynamic mode indicators with color-coded states inspired by `vim` for each of tmux's modes: includes `NORMAL`, `COMMAND`, `COPY`, `VIEW`, `CHOOSE`, `CLOCK`, and `OPTIONS` modes.
142+
- **14 theme variants**: Covers the entire rainbow of options with an emphasis on being dark with one light theme thrown in for good measure. Variants are all desert-inspired.
143+
- **Automatic theme loading**: Set `@oasis_flavor` and the system will handle the rest
144+
- **Modular design**: Separate theme files and unique status line configurations (_you could just download **only** what you need_)
145+
- **Standalone**: Zero dependencies on any other plugins
126146

127147
## Installation
128148

@@ -182,7 +202,7 @@ The status line is inspired from 'lualine' in Neovim. It includes:
182202

183203
> [!IMPORTANT]
184204
> The status line at the top is the TMUX plugin integration.
185-
>
205+
>
186206
> The screenshots below show how the theme looks [with the companion theme in neovim](https://github.com/uhs-robert/oasis.nvim)
187207
188208
<details open>
@@ -266,4 +286,10 @@ Soft pinks of the warm desert rose
266286

267287
<img src="assets/screenshots/tmux-rose.webp" alt="Rose" width="800">
268288

289+
### Dawn - Light
290+
291+
Ah, the morning sun. Don't forget your sunglasses!
292+
293+
<img src="assets/screenshots/tmux-dawn.webp" alt="Dawn" width="800">
294+
269295
</details>

assets/screenshots/tmux-dawn.webp

27.9 KB
Loading

themes/oasis_dawn.conf

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# vim:set ft=tmux:
2+
3+
# --> Oasis Dawn
4+
set -ogq @thm_fg "#453826"
5+
set -ogq @thm_primary "#B5563A"
6+
set -ogq @thm_secondary "#1C6FB8"
7+
set -ogq @thm_prefix "#C12424"
8+
9+
# Surfaces and overlays
10+
set -ogq @thm_core "#EFE5B6"
11+
set -ogq @thm_mantle "#E3D8A4"
12+
set -ogq @thm_surface "#D7CC97"
13+
14+
# General
15+
set -ogq @thm_red "#C12424"
16+
set -ogq @thm_orange "#D26600"
17+
set -ogq @thm_yellow "#A07400"
18+
set -ogq @thm_darkyellow "#7B5C00"
19+
set -ogq @thm_green "#2F7D32"
20+
set -ogq @thm_teal "#169885"
21+
set -ogq @thm_darkteal "#0A6F8D"
22+
set -ogq @thm_blue "#1C6FB8"
23+
set -ogq @thm_indigo "#7A3FE2"

0 commit comments

Comments
 (0)