feat: add background_nc and panel_nc groups

This commit is contained in:
mvllow 2023-02-24 12:54:15 -06:00
commit 81c1786431
No known key found for this signature in database
4 changed files with 29 additions and 23 deletions

View file

@ -2,7 +2,7 @@ local options = require('rose-pine.config').options
local variants = {
main = {
nc = '#16141f',
_experimental_nc = '#16141f',
base = '#191724',
surface = '#1f1d2e',
overlay = '#26233a',
@ -21,7 +21,7 @@ local variants = {
none = 'NONE',
},
moon = {
nc = '#1f1d30',
_experimental_nc = '#1f1d30',
base = '#232136',
surface = '#2a273f',
overlay = '#393552',
@ -40,7 +40,7 @@ local variants = {
none = 'NONE',
},
dawn = {
nc = '#f8f0e7',
_experimental_nc = '#f8f0e7',
base = '#faf4ed',
surface = '#fffaf3',
overlay = '#f2e9e1',