/nova.nvim

Another color scheme for neovim written in lua, WIP

Primary LanguageLuaMIT LicenseMIT

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:
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]])
require("lualine").setup({
    options = {
        theme = "nova",
    },
})

🔧 Configurations

  • todo.

🪓 Overriding Colors & Highlight Groups

  • todo.