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:
dark
  • light mode:
light

๐Ÿ“ฆ 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.