mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add palettes configuration key
This commit is contained in:
parent
6986ff21ab
commit
711f218756
3 changed files with 16 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ local M = {}
|
|||
---@field disable_background boolean
|
||||
---@field disable_float_background boolean
|
||||
---@field disable_italics boolean
|
||||
---@field palettes table<table>
|
||||
---@field groups Groups
|
||||
---@field highlight_groups table<string, any>
|
||||
local defaults = {
|
||||
|
|
@ -52,6 +53,8 @@ local defaults = {
|
|||
disable_italics = false,
|
||||
highlight_groups = {},
|
||||
|
||||
palettes = {},
|
||||
|
||||
groups = {
|
||||
background = 'base',
|
||||
background_nc = '_experimental_nc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue