Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/b0o/lavi.nvim
- Owner: b0o
- License: mit
- Created: 2023-12-21T02:23:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T07:20:03.000Z (4 months ago)
- Last Synced: 2024-07-13T08:32:43.382Z (4 months ago)
- Topics: neovim, neovim-colorscheme, neovim-plugin, neovim-theme, nvim, nvim-colorscheme, nvim-theme
- Language: Lua
- Homepage:
- Size: 25.4 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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