sonjiku / mbc-wal.nvim

Lua API for using variants of wal-generated colors in your Neovim colorscheme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mbc-wal

A colorscheme that makes use of your pywal colors via the wal-colors lua API. Supports treesitter highlights, LSP semantic highlight tokens, rainbow brackets and a variety of other plugins (Issues/PRs welcome if your favourite plugin is not supported!)

##Screenshots taken with different pywal themes.

Catpuccin (frappe)

init.lua

Apprentice

init.lua

Rose Pine

init.lua

Installation

lazy.nvim

Add a mbc-wal.lua file to your plugin spec directory containing the following:

return {
  "sonjiku/mbc-wall.nvim"
}

About

Lua API for using variants of wal-generated colors in your Neovim colorscheme.


Languages

Language:Lua 99.8%Language:Vim Script 0.2%