mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: palette overrides
This commit is contained in:
parent
e4b08d74b7
commit
0a1cc638eb
3 changed files with 35 additions and 0 deletions
10
readme.md
10
readme.md
|
|
@ -100,6 +100,16 @@ require("rose-pine").setup({
|
|||
h6 = "foam",
|
||||
},
|
||||
|
||||
pallet = {
|
||||
-- override (or append) default color palette of specified variants
|
||||
-- moon = {
|
||||
-- base = '#18191a',
|
||||
-- overlay = '#363738',
|
||||
-- },
|
||||
--
|
||||
-- use "all" instead of variant name to override colors in all variants
|
||||
},
|
||||
|
||||
highlight_groups = {
|
||||
-- Comment = { fg = "foam" },
|
||||
-- VertSplit = { fg = "muted", bg = "muted" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue