Other Languages
🇯🇵
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.
- Supports the latest Neovim v0.10.3 features
- Support Neovim plugins
- lualine
- treesitter
- neotree
- snacks
- markdown
- gitsigns
LazyVim
{
"LazyVim/LazyVim",
opts = {
colorscheme = "ashikaga",
},
},
{
"masisz/ashikaga.nvim",
name = "ashikaga",
opts = {
transparent = true,
},
{
"nvim-lualine/lualine.nvim",
opts = {
theme = "ashikaga",
},
},
}