nova colorscheme for neovim
July 8, 2023 ยท View on GitHub
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.