add palettes configuration key

This commit is contained in:
mrtnvgr 2023-03-09 11:07:23 +07:00
commit 711f218756
No known key found for this signature in database
GPG key ID: 5B3379E981EF48B1
3 changed files with 16 additions and 0 deletions

View file

@ -65,6 +65,17 @@ require('rose-pine').setup({
disable_float_background = false,
disable_italics = false,
--- @usage palette tables with hex values
palettes = {
main = {
-- You can change an existing color
-- base = '#242424',
-- Or create a new one
-- custom = '#FF0000',
},
}
--- @usage string hex value or named color from rosepinetheme.com/palette
groups = {
background = 'base',