No description
  • Vim Script 65%
  • Lua 32.4%
  • Shell 2.6%
Find a file
Arden X. 3722934f65
feat: add colors for blink.cmp label matches (#231)
* fix: align blink.cmp colors with cmp

* Revert "fix: align blink.cmp colors with cmp"

This reverts commit c3b2114b9f081692d62c467a5eda8872cb36d802.

* feat: add colors for blink.cmp label matches
2026-05-04 10:55:22 +02:00
.github Update FUNDING.yml 2025-04-23 02:25:08 +08:00
autoload add global bones_compat option 2023-01-11 13:36:49 -05:00
colors feat: add randombones variants for when light / dark themes are set (#219) 2025-09-03 09:32:14 +02:00
doc chore(build): auto-generate vimdoc 2025-06-11 06:52:57 +00:00
extras feat: add Ghostty terminal support (#225) 2025-12-01 15:27:32 +01:00
lua feat: add colors for blink.cmp label matches (#231) 2026-05-04 10:55:22 +02:00
.editorconfig cleanup config 2025-01-09 20:50:28 +01:00
.git-blame-ignore-revs ignore blame retab 2021-08-30 09:35:14 +08:00
.gitignore ignore tags 2021-08-27 10:05:30 +08:00
.prettierrc prettier override yml 2021-10-29 17:09:19 +08:00
.stylua.toml cleanup config 2025-01-09 20:50:28 +01:00
CHANGELOG.md chore(main): release 4.11.0 (#228) 2026-02-11 12:38:38 +01:00
LICENSE update LICENSE 2022-01-02 13:37:53 +08:00
makefile initial shipwright integration 2021-11-05 14:43:28 +08:00
nvim_selene.yml chore: selene changes 2022-06-19 10:15:19 +08:00
README.md feat: remove custom Leap groups (#227) 2026-02-11 11:45:11 +01:00
selene.toml fix(lint): allow mixed table (#150) 2024-01-06 22:34:39 +01:00
zenbones.json feat(extras): remove excludes 2024-03-24 11:13:39 +01:00

Zenbones

A collection of Vim/Neovim colorschemes designed to highlight code using contrasts and font variations. Colors are tasked only for other roles such as diagnostics, diffs, search matches.

It is carefully crafted for extensibility. You can create your own zenbones-based colorscheme or try the built-in collection.

Zenbones main image

A rock garden in Ryōan-ji.

Requirement

  • Neovim v0.8.0 (use v2.0.0 for older versions) or Vim 8.1
  • Neovim with true colors support i.e. set termguicolors. Vim works but only in compatibility mode.
  • Font with bold and italic
  • Terminal or GUI with bold and italic support

Installation

Example installation using lazy.nvim:

{
    "zenbones-theme/zenbones.nvim",
    -- Optionally install Lush. Allows for more configuration or extending the colorscheme
    -- If you don't want to install lush, make sure to set g:zenbones_compat = 1
    -- In Vim, compat mode is turned on as Lush only works in Neovim.
    dependencies = "rktjmp/lush.nvim",
    lazy = false,
    priority = 1000,
    -- you can set set configuration options here
    -- config = function()
    --     vim.g.zenbones_darken_comments = 45
    --     vim.cmd.colorscheme('zenbones')
    -- end
}

Usage

Just apply the colorscheme as usual:

set termguicolors
set background=light " or dark

colorscheme zenbones

Or choose from the collection:

colorscheme description
zenwritten Zero hue and saturation version
neobones Inspired by neovim.io
vimbones Inspired by vim.org
rosebones Inspired by Rosé Pine
forestbones Inspired by Everforest
nordbones Inspired by Nord
tokyobones Inspired by Tokyo Night
seoulbones Inspired by Seoul256
duckbones Inspired by Spaceduck
zenburned Inspired by Zenburn
kanagawabones Inspired by Kanagawa
randombones Randomly pick from the collection.

Configuration and other documentations

See documentations or :help zenbones.txt.

Showcase

light dark
diff diff
diagnostics diagnostics
'bright' default 'dim'
Bright lightness Default lightness Dim lightness
'stark' default 'warm'
Stark darkness Default darkness Warm darkness

See more showcase from the other colorschemes or checkout the vimcolorschemes page.

Other plugins support

Aside from LSP and basic Tree-sitter support, here are some plugins that are currently supported.

Other implementations

It's also possible to generate any color configuration files using shipwright, this one for Kitty for example. Please feel free to submit a PR if you want to add some more.

Inspirations

Zenbones is heavily inspired by Verdandi and vim-yin-yang. The name came from a book called Zen Flesh, Zen Bones.

There are more similar colorschemes with few colors from this collection.

Git mirrors