Skip to content

A clean and minimalist Neovim theme with a dark background and vibrant red-orange highlights. Crafted in Lua, this theme offers support for LSP, TreeSitter, NvimTree, and more.

Notifications You must be signed in to change notification settings

AzashiroMerume/nagisa.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nagisa.nvim 🌠

A clean and minimalist Neovim theme with a dark background and vibrant red-orange highlights.

🚧 Warning 🚧

Please note that the plugin is currently under lazy development. Any help is greatly appreciated as the author has limited time to dedicate to it.

⁉️ Why?

Author likes dark and red/orange mixed themes

📦 Installation

Download with your favorite package manager

packer.nvim

use("azashiromerume/nagisa.nvim")

lazy.nvim

{
  "azashiromerume/nagisa.nvim",
  lazy = false,
  priority = 1000,
  opts = {},
}

Colorscheme

colorscheme EndOfTheWorld
vim.cmd.colorscheme("EndOfTheWorld")

Compile

" 1. Modify your config
" 2. Restart nvim
" 3. Run this command:
:NagisaCompile

Acknowledgements

  • Kanagawa - The project structure was inspired by this theme. Since nagisa theme is under lazy development, it is suggested to try out.
  • The theme name was inspired by a character from the anime Clannad (weeb detected?).

About

A clean and minimalist Neovim theme with a dark background and vibrant red-orange highlights. Crafted in Lua, this theme offers support for LSP, TreeSitter, NvimTree, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published