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,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',