https://github.com/uhs-robert/oasis.nvim
๐ต A collection of 13 desert-inspired Neovim colorschemes: one for every color of the rainbow.
https://github.com/uhs-robert/oasis.nvim
color-scheme colorscheme ghostty kitty lua neovim neovim-colorscheme neovim-colorschemes neovim-plugin neovim-theme neovim-theme-dark neovim-theme-light neovim-theme-lua nvim nvim-lua oasis-theme tmux vim vim-theme
Last synced: 6 days ago
JSON representation
๐ต A collection of 13 desert-inspired Neovim colorschemes: one for every color of the rainbow.
- Host: GitHub
- URL: https://github.com/uhs-robert/oasis.nvim
- Owner: uhs-robert
- License: mit
- Created: 2025-08-18T20:40:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T23:08:35.000Z (10 days ago)
- Last Synced: 2026-01-13T02:49:16.456Z (10 days ago)
- Topics: color-scheme, colorscheme, ghostty, kitty, lua, neovim, neovim-colorscheme, neovim-colorschemes, neovim-plugin, neovim-theme, neovim-theme-dark, neovim-theme-light, neovim-theme-lua, nvim, nvim-lua, oasis-theme, tmux, vim, vim-theme
- Language: Lua
- Homepage:
- Size: 145 MB
- Stars: 96
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim-sorted - uhs-robert/oasis.nvim
- awesome-neovim - uhs-robert/oasis.nvim - **_`[TS][LSP][L/D][Lua]`_** Desert theme from Vim ported to Neovim and made modern with 12 variants, a collection of dark themes for every color of the rainbow. (Colorscheme / Assembly)
README
## ๐
Overview
Born from the classic [desert.vim](https://github.com/fugalh/desert.vim), transformed and modernized into something new entirely.
Oasis follows a warm/cool color split philosophy (**warm = action/flow**, **cool = structure/data**).
**All themes meet AAA WCAG compliance standards**. Light themes allow contrast ratio to be customized.
โจ What's New / ๐จ Breaking Changes
๐จ v4.1: Legacy Light Themes Removed
๐จ BREAKING CHANGE: Legacy Light Themes Removed
The standalone light themes Dawn, Dawnlight, Day, Dusk, and Dust have been removed in v4.1 (deprecated in v4.0).
- Use the dual-mode system with
light_style+light_intensityinstead. - Closest matches:
nightwithlight_intensity = 1..5(1=brightest, 5=darkest).
โจ New Features
- Configurable plugin integration system.
- Expanded highlight coverage (additional Treesitter + LSP groups + mini ecosystem).
- Palette/highlight override system and LuaLS type definitions.
- New theme generators/formats: CSS, JSON, and Lua themes.
- New/expanded extras: bat themes, Warp, WezTerm/kitty updates, Yazi enhancements, tmux visual selection.
๐จ v4.0: Dual Style Themes / Deprecated Themes
โจ Dual Style Themes
Each style now has 5 light theme variants.
- Check out the new light theme screenshots.
-
Config options have been updated with newcontrastandlight_intensitysettings andlight/dark_styleupdates. -
New API command :OasisIntensity under usage to cycle intensity. Also available via lua for keymap.
๐จ BREAKING CHANGE: Deprecated Light Theme Migration
The following standalone light themes have been deprecated in favor of the dual-mode system:
Dawn
Replaced with
light_intensity = 1
Dawnlight
Replaced with
light_intensity = 2
Day
Replaced with
light_intensity = 3
Dusk
Replaced with
light_intensity = 4
Dust
Replaced with
light_intensity = 5
> The best match for the old light themes is
night which also resolves accessibility issues.
Deprecated themes will be completely removed on January 15th of 2026.
๐จ v3.0: Themed Syntax
โจ Dual style themes
Each style now uses its signature color for statements and keywords.
Prefer the classic yellow syntax? See how to opt-out under API Commands โ
## ๐ Dark Styles
Click any card below to view the full preview and syntax sample. [โ Or click here to view all full previews](#view-all-theme-styles)
### Dark Previews

Night
Night Sky

Midnight
Off Black

Abyss
Black

Starlight
Black Vivid

Desert
Grey

Sol
Red

Canyon
Orange

Dune
Yellow

Cactus
Green

Mirage
Teal

Lagoon (Default)
Blue

Twilight
Purple

Rose
Pink
## โ๏ธ Light Styles
Light styles use a saturation intensity scale from 1-5: set from `config` or via `:OasisIntensity`.
### Light theme intensity scale (Lagoon example)

1

2

3

4

5
Use :OasisIntensity to step through intensity levels 1 โ 5 in light mode.
> [!NOTE]
> The **Night** style uses the darkest light backgrounds (lightness 78-84%) compared to the rest.
>
> This provides a middle ground between traditional light and dark modes.
### Light Previews
The examples below use the default intensity of level 3.

Night

Midnight

Abyss

Starlight

Desert

Sol

Canyon

Dune

Cactus

Mirage

Lagoon

Twilight

Rose
## โจ Features
- **13 theme styles with dual modes**: Each theme offers both dark and light variants with 5 adjustable intensity levels.
- **Dark/Light Modes**: Automatic switching based on your system theme or `vim.o.background`.
- **Comprehensive highlighting** - LSP, Tree-sitter, and plugin support
- **Fast loading** - Direct highlight application for optimal performance based on the plugins in your config
- **Zero dependencies** - Works out of the box without external plugins
- **Modular architecture** - Easy to customize and extend
๐ช Supported Plugins
| Plugin |
| ----------------------------------------------------------- |
| [fzf-lua](https://github.com/ibhagwan/fzf-lua) |
| [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) |
| [mini.nvim](https://nvim-mini.org/mini.nvim/) |
| [lazy.nvim](https://github.com/folke/lazy.nvim) |
| [snacks.nvim](https://github.com/folke/snacks.nvim) |
| [which-key.nvim](https://github.com/folke/which-key.nvim) |
> [!NOTE]
> Oasis goes beyond Neovim with themes for **web browsers**, **terminals**, **development tools**, and **more**. Don't miss the Extras!
๐ญ Extras
[All extra configs](extras/) for other applications.
To use the extras, refer to their respective documentation.
| Tool | Extra |
| ----------- | ------------------------------------------------------ |
| Alacritty | [extras/alacritty](extras/alacritty) |
| Bat | [extras/bat](extras/bat) |
| Btop | [extras/btop](extras/btop) |
| Dark Reader | [extras/dark-reader](/extras/dark-reader) |
| Firefox | [extras/firefox](extras/firefox) |
| Foot | [extras/foot](extras/foot) |
| FZF | [extras/fzf](extras/fzf) |
| Gemini CLI | [extras/gemini-cli](extras/gemini-cli) |
| Ghostty | [extras/ghostty](extras/ghostty) |
| iTerm | [extras/iterm](extras/iterm) |
| JSON-theme | [extras/json-theme](/extras/json-theme) |
| Kitty | [extras/kitty](extras/kitty) |
| Konsole | [extras/konsole](extras/konsole) |
| LazyGit | [extras/lazygit](extras/lazygit) |
| Lua-theme | [extras/lua-theme](/extras/lua-theme) |
| Slack | [extras/slack](extras/slack) |
| Termux | [extras/termux](extras/termux) |
| Thunderbird | [extras/thunderbird](extras/thunderbird) |
| TMUX | [tmux-oasis](https://github.com/uhs-robert/tmux-oasis) |
| Vimium C | [extras/vimium-c](extras/vimium-c) |
| Warp | [extras/warp](extras/warp) |
| WezTerm | [extras/wezterm](extras/wezterm) |
| Yazi | [extras/yazi](extras/yazi) |
| Zed | [extras/zed](extras/zed) |
If you'd like an extra config added, raise a feature request and I'll put it together.
## ๐ฆ Installation
Install the theme with your preferred package manager, such as
[folke/lazy.nvim](https://github.com/folke/lazy.nvim):
```lua
{
"uhs-robert/oasis.nvim",
lazy = false,
priority = 1000,
config = function()
require("oasis").setup() -- (see Configuration below for all customization options)
vim.cmd.colorscheme("oasis") -- After setup, apply theme (or any style like "oasis-night")
end
}
```
## ๐ Usage
After calling `setup()`, use `:colorscheme` to apply or swap styles:
```lua
vim.cmd.colorscheme("oasis") -- Use your config settings
vim.cmd.colorscheme("oasis-desert") -- Or load any specific style
```
๐๏ธ All colorscheme commands
```vim
" Uses your config settings
colorscheme oasis
" Or load a specific style - must be prefixed with `oasis-`
colorscheme oasis-night
colorscheme oasis-midnight
colorscheme oasis-abyss
colorscheme oasis-starlight
colorscheme oasis-desert
colorscheme oasis-sol
colorscheme oasis-canyon
colorscheme oasis-dune
colorscheme oasis-cactus
colorscheme oasis-mirage
colorscheme oasis-lagoon
colorscheme oasis-twilight
colorscheme oasis-rose
```
๐ต๏ธโโ๏ธ Different Themes for Different Environments
Don't just pick a favorite. Assign themes based on variables like `sudo` to easily differentiate between your NeoVim environments. For example:
- Use `sol` when **root** and/or doing a **sudoedit**
- Use `mirage` when **remote**
- And/or use **any theme** for **any combination above**, the only limit is your imagination
```lua
local uid = (vim.uv or vim.loop).getuid()
local is_root = uid == 0
local is_remote = vim.env.SSH_CONNECTION ~= nil or vim.env.SSH_TTY ~= nil
local is_sudoedit = (not is_root) and vim.env.SUDOEDIT == "1" -- This requires your shell's config to export a flag like: SUDO_EDITOR="env SUDOEDIT=1 /usr/bin/nvim"
local function pick_colorscheme()
local is_elevated = is_root or is_sudoedit
if is_remote then
return is_elevated and "oasis-abyss" or "oasis-mirage"
else
return is_elevated and "oasis-sol" or "oasis"
end
end
return {
{
"uhs-robert/oasis.nvim",
lazy = false,
priority = 1000,
config = function()
require("oasis").setup()
vim.cmd.colorscheme(pick_colorscheme())
end
}
}
```
๐ต Some plugins may need extra configuration to work
### LazyVim
To override the tokyonight default and start fresh in the oasis:
```lua
-- No need to apply vim.cmd.colorscheme(), just use this instead! Also works with the different themes for different environments example above.
{
"LazyVim/LazyVim",
opts = {
colorscheme = "oasis",
},
},
```
### Lualine
To include automatic Lualine theme integration:
```lua
require("lualine").setup {
options = {
theme = "oasis" -- Automatically matches your current Oasis style
}
}
```
### Tabby (Tab Bar)
To include tab bar theme integration:
```lua
require("tabby").setup({
theme = "oasis" -- Automatically matches your current Oasis style
})
```
โก API Commands
### Toggle Transparency
Toggle transparency on-the-fly without restarting:
```vim
:OasisTransparency
```
```lua
-- Or use the Lua API
require("oasis").toggle_transparency()
-- Example: bind to a keymap
vim.keymap.set("n", "tt", require("oasis").toggle_transparency, { desc = "Toggle transparency" })
```
### Toggle Themed Syntax
Toggle the `themed_syntax` option on-the-fly to switch between themed and classic syntax highlighting (dark themes only):
```vim
:OasisThemedSyntax
```
```lua
-- Or use the Lua API
require("oasis").toggle_themed_syntax()
-- Example: bind to a keymap
vim.keymap.set("n", "ts", require("oasis").toggle_themed_syntax, { desc = "Toggle themed syntax" })
```
> **โ ๏ธ v3.0 Breaking Change**: Themed syntax is now enabled by default. To restore classic syntax highlighting, disable it:
>
> ```lua
> require("oasis").setup({
> themed_syntax = false, -- Use traditional yellow/khaki for all styles
> })
> ```
This option controls how statement/keyword colors are rendered:
- **Enabled** (default): Statements and keywords use the theme's primary color (e.g., blue in lagoon, teal in mirage, orange in canyon)
- **Disabled**: Statements and keywords use traditional yellow/khaki tones across all styles
### Cycle Light Intensity
Cycle the light background intensity (1โ5) without reloading to test the waters:
```vim
:OasisIntensity
```
```lua
-- Or use the Lua API
require("oasis").cycle_intensity()
-- Example: bind to a keymap
vim.keymap.set("n", "uB", function()
require("oasis").cycle_intensity() -- nil|true shows ui picker, false will cycle
end, { desc = "Select light mode intensity" })
```
- Applies to light palettes only (dark palettes ignore intensity).
- Default intensity is configurable via `light_intensity` in `setup()`.
### WCAG Accessibility Checker
Check WCAG 2.1 contrast compliance for palettes:
```vim
" Check all palettes
:OasisWCAG
" Check specific palette
:OasisWCAG oasis_lagoon
```
```lua
-- Lua API
local wcag = require("oasis.tools.wcag_checker")
-- Analyze all palettes
local all_results = wcag.analyze_all()
wcag.print_comparison_table(all_results)
-- Analyze specific palette
local results = wcag.analyze_palette("oasis_lagoon")
wcag.print_palette_results(results)
-- Calculate contrast ratio between two colors
local ratio = wcag.get_contrast_ratio("#e0def4", "#191724") -- Returns: 12.44
-- Get compliance level
local level = wcag.get_compliance_level(ratio, false) -- Returns: "AAA"
```
**WCAG Standards:**
- **AAA (7.0:1)**: Enhanced contrast for normal text
- **AA (4.5:1)**: Minimum contrast for normal text
- **AA Large (3.0:1)**: Minimum for large text (18pt+ or 14pt+ bold)
Reference: [WCAG 2.1 Guidelines](https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html)
> [!NOTE]
> Light themes can appear muddy and make syntax hard to distinguish when everything is AAA.
>
> If you need AAA compliance then set `force_aaa = true` otherwise tune the `min_ratio` to meet your needs.
## โ๏ธ Configuration
Oasis offers _many_ different styles to choose from. Have fun customizing with `setup()`!
๐ฆ Default Options
```lua
-- Oasis.nvim
-- Styles: "night", "midnight", "abyss", "starlight", "desert", "sol", "canyon", "dune", "cactus", "mirage", "lagoon", "twilight", "rose"
require("oasis").setup({
style = "lagoon", -- Primary style, default used when colorscheme is set to "oasis"
dark_style = "auto", -- Applies to your primary style only: "auto" uses `style`. Or override with another dark theme (e.g., "abyss")
light_style = "auto", -- Applies to your primary style only: "auto" uses `style`. Or override with another light theme (e.g., "dune")
light_intensity = 3, -- Light background intensity (1-5): 1=subtle, 5=saturated
use_legacy_comments = false, -- For "desert" style only, uses the loud skyblue comment color from desert.vim for a more retro experience
themed_syntax = true, -- Uses the theme's primary color for statements/keywords. Set to false for the classic yellow syntax from desert.vim for a more retro experience
-- Text styling - toggle individual styles
styles = {
bold = true, -- Enable bold text (keywords, functions, etc.)
italic = true, -- Enable italics (comments, certain keywords)
underline = true, -- Enable underlined text (matching words)
undercurl = true, -- Enable undercurl for diagnostics/spelling
strikethrough = true, -- Enable strikethrough text (deprecations)
},
-- Display options
transparent = false, -- Set to true for transparent backgrounds (bye-bye theme backgrounds)
terminal_colors = true, -- Apply Oasis colors to Neovim's built-in terminal
-- Contrast controls (WCAG: AA = 4.5, AAA = 7.0)
contrast = {
-- Note: Light themes obey the targets below. All dark themes target 7.0 by default with only a couple of exceptions that dip to 6.5.
min_ratio = 5.8, -- Clamp 4.5โ7.0; target contrast for syntax/terminal colors. Increase for more contrast, decrease for more pop.
force_aaa = false, -- When true, forces AAA (7.0) wherever possible; as a result some colors will appear muddy (bye bye non-primary colors).
},
palette_overrides = {}, -- Override colors in specific palettes
highlight_overrides = {}, -- Override specific highlight groups
-- Plugin integrations
integrations = {
default_enabled = true, -- Default behavior: true = enable all, false = disable all
plugins = {
fzf_lua = true,
gitsigns = true,
lazy = true,
mini_clue = true,
mini_cmdline = true,
mini_completion = true,
mini_diff = true,
mini_files = true,
mini_icons = true,
mini_jump = true,
mini_map = true,
mini_pick = true,
mini_starter = true,
mini_statusline = true,
mini_tabline = true,
mini_trailspace = true,
snacks = true,
which_key = true,
},
},
})
```
## ๐ช Overriding Colors & Highlight Groups
Thirsty for total control? You can override whatever you like.
> _Whoever drinketh of the water that I shall give him, shall never thirst..._
๐จ Changing Palette Colors for Each Style
**`palette_overrides`** - Customize colors in palettes. Supports two methods for updating:
### Palette Overrides: Static Table
```lua
require("oasis").setup({
palette_overrides = {
-- Global light overrides (applies to ALL themes)
light = {
bg = { core = "#FFF8F0" }
},
-- Global light intensity 3 (applies to ALL themes)
light_3 = {
bg = { core = "#FFEFE0" }
},
-- Per-theme overrides (use shorthand names: desert, lagoon, etc.)
lagoon = {
syntax = { string = "#FFA0A0", punctuation = "#F89D82", comment = "#665D55" },
ui = { border = "#FFA247" },
-- Light mode for this theme
light = {
syntax = { comment = "#404040" }
},
-- Specific intensity for this theme
light_5 = {
bg = { core = "#FFE8D0" }
}
}
}
})
```
### Palette Overrides: Function
```lua
require("oasis").setup({
palette_overrides = function(c, colors)
---@type OasisPaletteOverrides
return {
-- c = current palette
-- colors = base palette from palette.lua (Tailwind-style colors and access to all palettes)
-- Global light overrides (applies to ALL themes)
light = {
syntax = {
comment = c.fg.dim, -- Reference current palette
string = colors.rose[500] -- Reference global colors
}
},
-- Global light intensity 3 (applies to ALL themes)
light_3 = {
bg = { core = "#FFEFE0" }
},
-- Global palette overrides
syntax = {
comment = c.fg.dim,
statement = colors.khaki[500],
},
-- Per-theme overrides (use shorthand names: desert, lagoon, etc.)
lagoon = {
syntax = {
string = colors.rose[500],
punctuation = colors.peach[500],
comment = c.fg.dim
},
-- Light mode for this theme
light = {
syntax = { string = colors.red[800] }
},
-- Specific intensity for this theme
light = {
syntax = { string = colors.red[800] }
}
}
}
end
})
```
**Precedence:** Global โ Global light โ Global light_N โ Theme โ Theme light โ Theme light_N
> See [Color Palettes](lua/oasis/color_palettes) for each theme's palette structure and [Palette](./lua/oasis/palette.lua) for all base colors.
๐
Changing Colors for Highlight Groups
**`highlight_overrides`** - Override or add highlight groups. Supports two methods for updating:
### Highlight Overrides: Static Table
```lua
require("oasis").setup({
highlight_overrides = {
-- Global (applies to all themes, all modes)
Comment = { fg = "#808080", italic = true },
Function = { fg = "#E06C75", bold = true },
Identifier = "Function", -- Link to another group
-- Global light mode (all themes, all intensities)
light = {
Comment = { fg = "#606060" },
Normal = { bg = "#000000" },
},
-- Global light intensity 3 (all themes)
light_3 = {
Normal = { bg = "#FFF8F0" }
},
-- Per-theme overrides (use shorthand names: desert, lagoon, etc.)
desert = {
String = { fg = "#FFA0A0" },
-- Desert light mode
light = {
String = { fg = "#6BA5C8" }
},
-- Desert light intensity 3
light_3 = {
Normal = { bg = "#FFF0E0" }
}
}
}
})
```
### Highlight Overrides: Function
```lua
require("oasis").setup({
highlight_overrides = function(c, colors)
---@type OasisHighlightOverrides
return {
-- c = current palette
-- colors = base palette from palette.lua (Tailwind-style colors)
Comment = { fg = c.fg.dim, italic = true },
String = { fg = colors.red[500] },
Function = { fg = c.theme.primary },
-- Global light overrides
light = {
Comment = { fg = c.fg.muted }
},
-- Per-theme with palette access
desert = {
String = { fg = colors.sky[500] },
light = {
String = { fg = colors.sky[700] }
}
}
}
end
})
```
**Precedence:** Global โ Global light โ Global light_N โ Theme โ Theme light โ Theme light_N
> See [Theme Generator](lua/oasis/theme_generator.lua) for all highlight groups.
>
> See [Color Palettes](lua/oasis/color_palettes) for each theme's palette structure and [Palette](./lua/oasis/palette.lua) for all base colors.
# ๐ View All Theme Styles
All styles (click to collapse)
๐๏ธ Dark Previews
Night (Dark ยท Night Sky)
Midnight (Dark ยท Off Black)
Abyss (Dark ยท Black)
Starlight (Dark ยท Black Vivid)
Desert (Dark ยท Grey)
Sol (Dark ยท Red)
Canyon (Dark ยท Orange)
Dune (Dark ยท Yellow)
Cactus (Dark ยท Green)
Mirage (Dark ยท Teal)
Lagoon (Dark ยท Default)
Twilight (Dark ยท Purple)
Rose (Dark ยท Pink)
Night (Light)
Midnight (Light)
Abyss (Light)
Starlight (Light)
Desert (Light)
Sol (Light)
Canyon (Light)
Dune (Light)
Cactus (Light)
Mirage (Light)
Lagoon (Light)
Twilight (Light)
Rose (Light)