nova.nvim
Another color scheme for neovim written in lua, WIP
Lua★ 87⑂ 5 forksMITupdated 2 months ago
git clone https://github.com/zanglg/nova.nvim.gitzanglg/nova.nvimREADME.mdfork it — it’s yours
nova colorscheme for neovim
A (very) WIP colorscheme for neovim.
🎨 Preview
The color and group was not fixed finally, so screenshot may have a big change.
- dark mode:
- light mode:
📦 Instalation
You can use your favorite plugin manager for this. Here is an example with lazy.nvim:
lazy.nvim
{
"zanglg/nova.nvim",
opts = {
theme = "dark",
},
}
🚀 Usage
Lua
vim.cmd([[colorscheme nova]])
Lualine
require("lualine").setup({
options = {
theme = "nova",
},
})
🔧 Configurations
- todo.
🪓 Overriding Colors & Highlight Groups
- todo.
more like this