improve dim_nc_background behaviour

ref #123
This commit is contained in:
mvllow 2023-02-20 17:44:56 -06:00
commit 9b066fd8c5
No known key found for this signature in database
2 changed files with 15 additions and 3 deletions

View file

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