samharju/serene.nvim

github github
colorschemetreesitter-colorschemes
stars 28
issues 0
subscribers 1
forks 0
CREATED

2024-08-07

UPDATED

2 months ago


Serene

A mild colorscheme inspired by the builtins habamax, lunaperche and the new Neovim default colorscheme.

image

Setup

Lazy:

{
    "samharju/serene.nvim",
    -- for using as main:
    --config = function() vim.cmd.colorscheme("serene") end,
}

Two schemes are provided:

vim.cmd([[colorscheme serene]])
vim.cmd([[colorscheme serene-transparent]])

Plugins supported

Plugins that link to defaults should generally look ok as is, pull request for adding custom styles to your favorite plugin is welcome.

Some specific highlights added to:

  • vim-fugitive
  • gitsigns.nvim
  • nvim-cmp
  • copilot.lua