mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
832f94a957
commit
826458a62c
4 changed files with 30 additions and 24 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue