Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 726 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 726 Bytes

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