mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add palettes configuration key
This commit is contained in:
parent
6986ff21ab
commit
711f218756
3 changed files with 16 additions and 0 deletions
11
readme.md
11
readme.md
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue