A (very) WIP colorscheme for neovim.
The color and group was not fixed finally, so screenshot may have a big change.
- dark mode:
- light mode:
You can use your favorite plugin manager for this. Here is an example with lazy.nvim:
{
"zanglg/nova.nvim",
opts = {
theme = "dark",
},
}
vim.cmd([[colorscheme nova]])
require("lualine").setup({
options = {
theme = "nova",
},
})
- todo.
- todo.