Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bono.nvim

A warm muted colorscheme for Neovim — cream (light) and espresso (dark) variants.

Cream

Cream theme preview

Espresso

Espresso theme preview

Font: GeistMono · Tmux config · Ghostty theme · Pi theme

Inspired by the structure of token.nvim.

Installation

-- lazy.nvim
{
  "aadielpr/bono.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    require("bono").setup()
    vim.cmd("colorscheme bono")
  end,
}

Config

require("bono").setup({
  variant = "cream",          -- nil = auto-detect from vim.opt.background, "cream", or "espresso"
  transparent = false,    -- transparent background
  dim_inactive = false,   -- dim inactive windows
  styles = {
    bold = {
      comments = false,
      keywords = true,
      functions = false,
      strings = false,
      imports = true,
      variables = false,
      booleans = true,
    },
    italic = {
      comments = false,
      keywords = false,
      functions = false,
      strings = false,
      imports = false,
      variables = false,
      booleans = false,
    },
  },
})

Plugin support

Highlights for:

About

Yet another Neovim colorscheme (light).

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages