Skip to content

masisz/ashikaga.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ashikaga for Neovim colorscheme

Other Languages
🇯🇵

ScreenShot

🎨Design

This color scheme is inspired by the beautiful landscapes and rich colors of my hometown, Ashikaga City in Japan. A black background for the terminal is recommended.
Also, I love LazyVim. This color scheme is designed to support the plugins used in LazyVim.

✨Features

  • Supports the latest Neovim v0.10.3 features
  • Support Neovim plugins
    • lualine
    • treesitter
    • neotree
    • snacks
    • markdown
    • gitsigns

🚀Instllation

LazyVim

{
  "LazyVim/LazyVim",
  opts = {
    colorscheme = "ashikaga",
  },
},
{
  "masisz/ashikaga.nvim",
  name = "ashikaga",
  opts = {
    transparent = true,
  },
  {
    "nvim-lualine/lualine.nvim",
    opts = {
      theme = "ashikaga",
    },
  },
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages