mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
7c398c943c
commit
64986b857d
3 changed files with 15 additions and 13 deletions
|
|
@ -16,6 +16,7 @@ local variants = {
|
|||
highlight_med = '#403d52',
|
||||
highlight_high = '#524f67',
|
||||
opacity = 0.1,
|
||||
none = 'NONE',
|
||||
},
|
||||
moon = {
|
||||
base = '#232136',
|
||||
|
|
@ -34,6 +35,7 @@ local variants = {
|
|||
highlight_med = '#44415a',
|
||||
highlight_high = '#56526e',
|
||||
opacity = 0.1,
|
||||
none = 'NONE',
|
||||
},
|
||||
dawn = {
|
||||
base = '#faf4ed',
|
||||
|
|
@ -52,6 +54,7 @@ local variants = {
|
|||
highlight_med = '#dfdad9',
|
||||
highlight_high = '#cecacd',
|
||||
opacity = 0.05,
|
||||
none = 'NONE',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -63,6 +66,4 @@ else
|
|||
palette = variants[(vim.g.rose_pine_variant == 'moon' and 'moon') or 'main']
|
||||
end
|
||||
|
||||
vim.tbl_deep_extend('force', palette, { none = 'NONE' })
|
||||
|
||||
return palette
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue