mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: alias _experimental_nc to nc in the palette
This commit is contained in:
parent
d500424a30
commit
6fd3a3f1b5
1 changed files with 6 additions and 0 deletions
|
|
@ -2,7 +2,9 @@ local options = require('rose-pine.config').options
|
|||
|
||||
local variants = {
|
||||
main = {
|
||||
---@deprecated for backwards compatibility
|
||||
_experimental_nc = '#16141f',
|
||||
nc = '#16141f',
|
||||
base = '#191724',
|
||||
surface = '#1f1d2e',
|
||||
overlay = '#26233a',
|
||||
|
|
@ -21,7 +23,9 @@ local variants = {
|
|||
none = 'NONE',
|
||||
},
|
||||
moon = {
|
||||
---@deprecated for backwards compatibility
|
||||
_experimental_nc = '#1f1d30',
|
||||
nc = '#1f1d30',
|
||||
base = '#232136',
|
||||
surface = '#2a273f',
|
||||
overlay = '#393552',
|
||||
|
|
@ -40,7 +44,9 @@ local variants = {
|
|||
none = 'NONE',
|
||||
},
|
||||
dawn = {
|
||||
---@deprecated for backwards compatibility
|
||||
_experimental_nc = '#f8f0e7',
|
||||
nc = '#f8f0e7',
|
||||
base = '#faf4ed',
|
||||
surface = '#fffaf3',
|
||||
overlay = '#f2e9e1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue