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)) ![dark theme](../../assets/made_with_lush/adisen99_apprentice_nvim_1.png) ![light theme](../../assets/made_with_lush/adisen99_apprentice_nvim_2.png) --- ### 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. ![pic1](../../assets/made_with_lush/rockyzhang24_arctic_nvim_1.png) ![pic2](../../assets/made_with_lush/rockyzhang24_arctic_nvim_2.png) --- ### 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) ![theme_default](https://github.com/daneofmanythings/chalktone.nvim/blob/main/assets/made_by_lush/daneofmanythings_chalktone_nvim_1.png) --- ### 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)) ![dark theme](../../assets/made_with_lush/adisen99_codeschool_nvim_1.png) ![light theme](../../assets/made_with_lush/adisen99_codeschool_nvim_2.png) --- ### 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) ![](../../assets/made_with_lush/pygamer0_darc_nvim_1.png) ![](../../assets/made_with_lush/pygamer0_darc_nvim_2.png) --- ### doubletrouble [muchzill4/doubletrouble](https://github.com/muchzill4/doubletrouble) Lua module: `require('doubletrouble.lush_theme')` Usage: `colorscheme doubletrouble` Yet another dark vim colorscheme. ![](https://github.com/muchzill4/doubletrouble/raw/assets/nvim.png) --- ### 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! ![](../../assets/made_with_lush/npxbr_gruvbox_nvim_1.png) ![](../../assets/made_with_lush/npxbr_gruvbox_nvim_2.png) --- ### 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. ![first screenshot](../../assets/made_with_lush/metalelf0_jellybeans-nvim_1.png) --- ### Meliora [meliora-theme/neovim](https://github.com/meliora-theme/neovim) Lua module: `require('meliora')` Usage: `colorscheme meliora` Warm and cozy colorscheme for neovim. ![preview](./meliora-theme_neovim.png) --- ### 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. ![nord.nvim](../../assets/made_with_lush/kunzaatko_nord_nvim.png) --- ### okai [okaihe/okai](https://github.com/okaihe/okai) Lua module: `require('okai')` Usage: `colorscheme okai` Orange, blue and green based colorscheme for neovim :) ![img1](https://github.com/okaihe/okai/blob/main/doc/screenshot1.png) ![img1](https://github.com/okaihe/okai/blob/main/doc/screenshot2.png) --- ### 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. ![Dark](../../assets/made_with_lush/olimorris_onedark-nvim_dark.png) ![Light](../../assets/made_with_lush/olimorris_onedark-nvim_light.png) --- ### 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. ![](scysta_pink-panic_nvim.png) --- ### walh [casonadams/walh](https://github.com/casonadams/walh) Lua module: `require("walh")` Usage: `colorscheme walh-default` #### walh-default walh-default #### walh-eighties walh-eighties #### walh-ocean walh-ocean #### walh-ocean-warm 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. ![](https://user-images.githubusercontent.com/7200153/131045472-05c76909-0071-4c24-bd30-f15da3ae4e82.jpg) ### 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. | | | | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | | dark | dark | | dark | dark | --- ### 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 ![](https://github.com/uloco/bluloco.nvim/blob/main/screenshots/dark.png) #### light ![](https://github.com/uloco/bluloco.nvim/blob/main/screenshots/light.png) --- ### 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. ![miasma theme preview](https://raw.githubusercontent.com/xero/miasma.nvim/main/preview.png) --- ### vaporlush [adamkali/vaporlush](https://github.com/adamkali/vaporlush) A Vaporwave inspired colorscheme. | | | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | dark | dark | | dark | dark | --- ### 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. ![darkearth theme screenshot](https://github.com/ptdewey/darkearth-nvim/blob/main/assets/screenshot-0.png) --- 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).> ![](gh_username_gh_reponame_with_dots_as_underscores_1.png) ![](gh_username_gh_reponame_with_dots_as_underscores_2.png) --- ```