feat: add background_nc and panel_nc groups (#130) (#132)

This commit is contained in:
not 2023-03-06 14:40:10 -06:00 committed by GitHub
commit 826458a62c
4 changed files with 30 additions and 24 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',