Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/b0o/lavi.nvim

đŸĒģ A soft and sweet colorscheme for Neovim
https://github.com/b0o/lavi.nvim

neovim neovim-colorscheme neovim-plugin neovim-theme nvim nvim-colorscheme nvim-theme

Last synced: 20 days ago
JSON representation

đŸĒģ A soft and sweet colorscheme for Neovim

Awesome Lists containing this project

README

        

# Lavi.nvim

A soft and sweet colorscheme for Neovim. (Work in progress)

![Screenshot](https://github.com/b0o/lavi.nvim/assets/21299126/81b54b40-2213-4385-aed5-2f13f2cadb43)

## Installation

Note: Lavi.nvim depends on [Lush.nvim](https://github.com/rktjmp/lush.nvim/).

### [lazy.nvim](https://github.com/folke/lazy.nvim)

```lua
{
'b0o/lavi.nvim',
dependencies = { 'rktjmp/lush.nvim' },
config = function()
vim.cmd [[colorscheme lavi]]
end,
},
```

## License

MIT License