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,9 @@ local M = {}
---@class Groups
---@field background string
---@field background_nc string
---@field panel string
---@field panel_nc string
---@field border string
---@field comment string
---@field link string
@ -52,7 +54,9 @@ local defaults = {
groups = {
background = 'base',
background_nc = '_experimental_nc',
panel = 'surface',
panel_nc = 'base',
border = 'highlight_med',
comment = 'muted',
link = 'iris',