Made with Lush
==============
You can use Lush with any theme on this page to adjust or extend them. See
[advanced
usage](https://github.com/rktjmp/lush.nvim#spec-extension-and-merging) in the
readme or `:h lush-extending-specs` for more details. To add your theme to this list, see [Adding your theme to the
list](#adding-your-theme-to-the-list) at the bottom of this file.
Themes are sorted alphanumeric by theme name.
Lush Community Themes
---------------------
### apprentice.nvim
[adisen99/apprentice.nvim](https://github.com/adisen99/apprentice.nvim)
Lua module: `require("apprentice").setup()`
Usage: `require('apprentice').setup()`
A pretty colorscheme for neovim written in `Lua` based on the [Apprentice](https://github.com/romainl/Apprentice) color palette with support for `nvim-treesitter` and `neovim built-in lsp` which can be enabled using `setup()` function (please refer to [#Usage](https://github.com/adisen99/apprentice.nvim/tree/main#usage))


---
### arctic.nvim
[rockyzhang24/arctic.nvim](https://github.com/rockyzhang24/arctic.nvim)
Lua module: `require('lush_theme.arctic')`
Usage: `colorscheme arctic`
A Neovim colorscheme ported from VSCode Dark+ theme with the strict and precise color picking for both the editor and UI.


---
### chalktone.nvim
[daneofmanythings/chalktone.nvim](https://github.com/daneofmanythings/chalktone.nvim)
Lua Module: `require('chalktone').setup()`
Usage: `vim.g.colorscheme('chalktone')` (see repo for more options)
A low-contrast, pastel colorscheme inspired by [melange.nvim](https://github.com/savq/melange-nvim)

---
### codeschool.nvim
[adisen99/codeschool.nvim](https://github.com/adisen99/codeschool.nvim)
Lua module: `require("codeschool").setup()`
Usage: `require('codeschool').setup()`
A pretty colorscheme for neovim written in `Lua` based on the [codeschool.vim](https://github.com/flazz/vim-colorschemes/blob/master/colors/codeschool.vim) color palette with support for `nvim-treesitter` and `neovim built-in lsp` which can be enabled using `setup()` function (please refer to [#Usage](https://github.com/adisen99/codeschool.nvim/tree/master#usage))


---
### darc.nvim
[PyGamer0/darc.nvim](https://github.com/PyGamer0/darc.nvim)
Lua module: `require 'lush_theme.darc'`
Usage: `colorscheme darc`
My colorscheme that I made when I got tired of all other colorschemes :P (Neovim-LSP support)


---
### doubletrouble
[muchzill4/doubletrouble](https://github.com/muchzill4/doubletrouble)
Lua module: `require('doubletrouble.lush_theme')`
Usage: `colorscheme doubletrouble`
Yet another dark vim colorscheme.

---
### gruvbox.nvim
[npxbr/gruvbox.nvim](https://github.com/npxbr/gruvbox.nvim)
Lua module: `require("gruvbox")`
Usage: `colorscheme gruvbox`
A port of gruvbox community theme to lua with treesitter support!


---
### jellybeans-nvim
[metalelf0/jellybeans-nvim](https://github.com/metalelf0/jellybeans-nvim)
Lua module: `require('lush_theme.jellybeans-nvim')`
Usage: `colorscheme jellybeans-nvim`
A port of the jellybeans theme.

---
### Meliora
[meliora-theme/neovim](https://github.com/meliora-theme/neovim)
Lua module: `require('meliora')`
Usage: `colorscheme meliora`
Warm and cozy colorscheme for neovim.

---
### nord.nvim
[kunzaatko/nord.nvim](https://github.com/kunzaatko/nord.nvim)
Lua module: `require("nord-nvim")`
Usage: `colorscheme nord`
Port of the popular [nord-vim](https://github.com/arcticicestudio/nord-vim) theme to `lush`. The `trunk` branch is the group for group copy with all options from the original implemented and the `colourful` branch is my own tweaked version.

---
### okai
[okaihe/okai](https://github.com/okaihe/okai)
Lua module: `require('okai')`
Usage: `colorscheme okai`
Orange, blue and green based colorscheme for neovim :)


---
### onedark.nvim
[olimorris/onedark.nvim](https://github.com/olimorris/onedark.nvim)
Lua module: `require('lush_theme.onedark_nvim')`
Usage:
```lua
vim.o.background = 'dark'
vim.g.colors_name = 'onedark_nvim'
```
My personal One Dark port for Neovim with Treesitter and LSP support, dark/light versions and lots of plugins.


---
### pink-panic
[scysta/pink-panic.nvim](https://github.com/scysta/pink-panic.nvim)
Lua module: `require('lush_theme.pink-panic")`
Usage: `colorscheme pink-panic`
A simple pretty pink theme with LSP and Treesitter support for Neovim.

---
### walh
[casonadams/walh](https://github.com/casonadams/walh)
Lua module: `require("walh")`
Usage: `colorscheme walh-default`
#### walh-default
#### walh-eighties
#### walh-ocean
#### walh-ocean-warm
---
### Zenbones
[mcchrish/zenbones.nvim](https://github.com/mcchrish/zenbones.nvim)
Lua module: `require('zenbones')`
Usage: `colorscheme zenbones`
A simple contrast-focused vim/nvim colorscheme.

### Habamax.nvim
[ntk148v/habamax.nvim](https://github.com/ntk148v/habamax.nvim)
Lua module: `require('habamax.nvim')`
Usage: `colorscheme habamax.nvim`
A Neovim colorscheme ported from [Vim Habamax](https://github.com/vim/colorschemes/blob/master/colors/habamax.vim) colorscheme.
| | |
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
|
---
### Bluloco
[uloco/bluloco.nvim](https://github.com/uloco/bluloco.nvim)
Lua module: `require('bluloco')`
Usage: `colorscheme bluloco`
A fancy and sophisticated designer neovim theme. It features a much more comprehensive usage of syntax scopes and color consistency, with due regards to aesthetics, contrast and readability.
#### dark

#### light

---
### miasma
[xero/miasma.nvim](https://github.com/xero/miasma.nvim)
Lua module: `require("xero/miasma.nvim")`
Usage: `colorscheme miasma`
a pastel color scheme for `{neo,}vim` inspired by the woods. supports treesitter, gitsigns, lazy, which-key, telescope, lsp diagnostics, and more. the theme has been ported to a few different apps (xresources, iterm2, etc), and are included in the `extras` directory. checkout the [dev](https://github.com/xero/miasma.nvim/tree/dev) branch for customization and build optimization scripts.

---
### vaporlush
[adamkali/vaporlush](https://github.com/adamkali/vaporlush)
A Vaporwave inspired colorscheme.
| | |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
|
|
|
|
|
---
### darkearth
[ptdewey/darkearth-nvim](https://github.com/ptdewey/darkearth-nvim)
Lua module: `require("lush_theme.darkearth")`
Usage: `colorscheme darkearth`
A dark and earthy colorscheme for Neovim.
Inspired by [miasma.nvim](https://github.com/xero/miasma.nvim), reimagined with earthier tones and more colorful syntax highlighting.

---
Adding your theme to the list
-----------------------------
Submit a pull request with:
- [x] The theme details template filled out (see below)
- [x] Images (optional but recommended):
- PNG format
- Reasonable size (i.e. not a 4k res 30mb file)
- Filenames follow the format:
`__[1|2].png` and are in
the `made_with_lush` directory (alongside this file)
- [x] Squash your commits with the message "`Add to made_with_lush`"
- ("`Update in made_with_lush`" if you are submitting a patch)
Details template:
```markdown
###
[ or simliar service](https://github.com/user/repo)
Lua module: `require()`
Usage: `colorscheme theme_name`
<(optional) max 50ish (be reasonable) word description of theme or features (plugins, terminal themes, etc).>


---
```