Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.08 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.08 KB

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",
    },
  },
}