8000 GitHub - mbrea-c/mbc-colorscheme.nvim: Neovim colorscheme written using the wal-colors.nvim API. Uses variants of your cached colors generated by wal/pywal.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 2, 2023. It is now read-only.

Neovim colorscheme written using the wal-colors.nvim API. Uses variants of your cached colors generated by wal/pywal.

Notifications You must be signed in to change notification settings

mbrea-c/mbc-colorscheme.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT NOTICE: To improved UX for new users, merged colorscheme into wal-colors repository. From now on, simply installing wal-colors.nvim plugin will make this colorscheme available.

mbc-colorscheme

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

Screenshots taken with different pywal themes.

Catpuccin (frappe)

init.lua

Apprentice

init.lua

Rose Pine

init.lua

Installation

The only important point is that wal-colors.nvim is installed before this plugin. See below for how to do this in lazy.nvim.

lazy.nvim

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

return {
  "mbrea-c/mbc-colorscheme.nvim",
  dependencies = {
    { "mbrea-c/wal-colors.nvim" },
  },
  config = function()
    vim.cmd([[colorscheme mbc]])
  end,
  priority = 1000,
}

About

Neovim colorscheme written using the wal-colors.nvim API. Uses variants of your cached colors generated by wal/pywal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0