Skip to content

Commit

Permalink
feat: alias _experimental_nc to nc in the palette
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Mar 22, 2023
1 parent 69f015b commit 835129f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/rose-pine/palette.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -21,7 +23,9 @@ local variants = {
none = 'NONE',
},
moon = {
---@deprecated for backwards compatibility
_experimental_nc = '#1f1d30',
nc = '#1f1d30',
base = '#232136',
surface = '#2a273f',
overlay = '#393552',
Expand All @@ -40,7 +44,9 @@ local variants = {
none = 'NONE',
},
dawn = {
---@deprecated for backwards compatibility
_experimental_nc = '#f8f0e7',
nc = '#f8f0e7',
base = '#faf4ed',
surface = '#fffaf3',
overlay = '#f2e9e1',
Expand Down

0 comments on commit 835129f

Please sign in to comment.