Skip to content

shoenot/witchesbrew.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Witchy, Wine-y color scheme for Neovim.

Best served in a cauldron with added spices.

witchesbrew screenshot with a couple splits

Built with Lush.

Also includes a kitty theme in extras/kitty.

Plugins supported:

Installation

With Lazy:

{
    "shoenot/witchesbrew.nvim",
    priority = 1000,
    config = function()
        -- Set transparency setting. Defaults to false.
        require("witchesbrew").setup({ transparent = true })
        -- Default variant
        vim.cmd([[colorscheme witchesbrew]])
        
        -- Or use the bright variant
        -- vim.cmd([[colorscheme witchesbrew-bright]])
    end,
}

Variants

WitchesBrew comes with two variants:

  • witchesbrew - The default variant with a darker background (#11080d)
  • witchesbrew-bright - A slightly brighter variant with a lighter background (#181015)

Simply use the variant name when setting your colorscheme:

" In Vim/Neovim
colorscheme witchesbrew
" or
colorscheme witchesbrew-bright

Build or Modify

  1. Ensure lush.nvim and shipwright.nvim are installed
  2. Modify lua/witchesbrew/theme.lua or the palette files
  3. Rebuild the colorscheme using ./build.sh - this generates both variants

About

A witchy, wine-y color scheme for neovim. Best served in a cauldron with added spices. Also includes a matching Kitty colorscheme.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors