Skip to content

Another color scheme for neovim written in lua, WIP

License

Notifications You must be signed in to change notification settings

zanglg/nova.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Another color scheme for neovim written in lua, WIP

Topics

Resources

License

Stars

Watchers

Forks

Languages