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
|
|
@ -35,6 +35,9 @@ config.options = {
|
|||
transparency = false,
|
||||
},
|
||||
|
||||
---@type table<string, table<string, string>>
|
||||
palette = {},
|
||||
|
||||
---@type table<string, string | PaletteColor>
|
||||
groups = {
|
||||
border = "muted",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue