read me
```
┏┏┓o┳━┓┓━┓┏┏┓┳━┓
┃┃┃┃┃━┫┗━┓┃┃┃┃━┫
┛ ┇┇┛ ┇━━┛┛ ┇┛ ┇
```
a fog descends upon your editor
https://github.com/xero/miasma.nvim
# miasma.nvim
a pastel colorscheme inspired by the woods, built using [lush](https://github.com/rktjmp/lush.nvim)
## installation
using `lazy`
```lua
{
"xero/miasma.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd("colorscheme miasma")
end,
},
```
using `plug`
```vim
Plug 'xero/miasma.nvim'
colorscheme miasma
```
using `packer`
```lua
use {"xero/miasma.nvim"}
vim.cmd("colorscheme miasma")
```
## usage
set the colorscheme with the builtin command `:colorscheme`
## customization
this theme is built with `lush.nvim`, so the customization and is quite easy.
checkout the "dev" branch `git checkout dev`, open `lua/lush_theme/miasma.lua`
and execute `:Lushify`. then adjust colors to suit your taste with realtime feedback.
checkout [the dev branch readme](https://github.com/xero/miasma.nvim/blob/dev/README.md) for details on building the optimized colorscheme.
lots more details on using `lush` in their repo: [rktjmp/lush.nvim](https://github.com/rktjmp/lush.nvim).
## screenshots