A bold, red-themed Neovim colorscheme, designed to match the theme BadBlood an extra in Hyde.
- Supports Tree-sitter syntax, LSP diagnostics, and common plugins like Telescope, Snacks, and Blink.
- Integrated terminal colors for seamless
:terminalusage. - Easy to customize via the
palette.luafile.
- Neovim 0.9+ (recommended)
set termguicolorsin yourinit.vimorinit.lua
{
"comosaycomosah/badblood.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme("badblood")
end,
}Use "comosaycomosah/badblood.nvim"Plug 'comosaycomosah/badblood.nvim'After installation, apply the theme:
vim.cmd.colorscheme("badblood")colorscheme badblood- Edit lua/badblood/palette.lua to change colors.
- Edit lua/badblood/groups.lua to override or add highlight groups.
Contributions are welcome! Feel free to:
- Open issues (missing highlight groups, plugin support, bugs).
- Submit pull requests (new plugin support, highlight improvements).
- Fix any folly I may have made (as this is my first plugin).
