Skip to content

cvusmo/blackbeard-colorscheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackbeard-colorscheme

A modern Neovim colorscheme with dark and light variants, heavily inspired by Gruvbox, TokyoNight, Kanagawa, and Cyberdream.

Preview

blackbeard-colorscheme Demo

blackbeard-colorscheme preview

Watch blackbeard-colorscheme on YouTube

Overview

blackbeard-colorscheme is a lightweight, customizable colorscheme designed for Neovim. It offers two variants:

  • blackbeard: A dark theme with a pirate-inspired, Gruvbox-like aesthetic.
  • blackbeard_light: A light theme for bright environments.

This is a pure colorscheme—no plugins, no configurations, just colors.

Installation

Add blackbeard-colorscheme to your Neovim setup using your preferred plugin manager:

With lazy.nvim

-- ~/.config/nvim/lua/plugins/blackbeard.lua
return {
  "cvusmo-dev/blackbeard-colorscheme",
  lazy = false, -- Load immediately to ensure the colorscheme is available
  config = function()
    require("blackbeard").setup({
      theme = "dark", -- "dark" or "light"
    })
  end,
}

With packer.nvim

use {
  "cvusmo-dev/blackbeard-colorscheme",
  config = function()
    require("blackbeard").setup({
      theme = "dark", -- "dark" or "light"
    })
  end,
}

Then apply the desired variant:

  • For dark theme:
:colorscheme blackbeard
  • For light theme:
:colorscheme blackbeard_light

Features

  • Dark and Light themes inspired by popular colorschemes like Gruvbox, Kanagawa, TokyoNight, and Cyberdream
  • Optimized for readability and productivity.
  • Supports Treesitter, LSP, and common Neovim plugins out of the box.

Acknowledgements

Thank you to all who have created colorschmes for neovim. These four have been some of my favorites to use and their code was instrumental in setting up my own colorscheme. Thank you again!

Related Projects

For a plugin version with theme toggling and integrations (e.g., Alacritty,DWM), see blackbeard-nvim

Support Me

Twitch

  • I stream M-W-F-Sat on twitch from 07:00AM EST to 01:00 PM EST. Come hang out in chat, and let me know what you're working on!

Youtube

  • youtube New series coming in May 2025 - The Rust Book. We're going to go through the entire Rust book and make a tutorial you can follow along.

x

  • x Follow on x for more of day to day memes, random thoughts, and spicy fresh hot takes.

Discord

  • Discord Join the wormhole and be part of our growing community! Games, programming, share projects, and learn about the lustre game engine!

About

A gruvbox inspired modern colorscheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages