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
|
|
@ -60,6 +60,8 @@ local variants = {
|
|||
},
|
||||
}
|
||||
|
||||
variants = vim.tbl_deep_extend('force', variants, options.palettes)
|
||||
|
||||
if options.variant == 'main' then
|
||||
return variants.main
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue