From 2f7d4584141a3c9dbaf0f33cc061dd61730920a7 Mon Sep 17 00:00:00 2001 From: mvllow Date: Thu, 17 Mar 2022 13:42:41 -0400 Subject: [PATCH] docs: add `groups.background` and `groups.panel` --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 7b374bb..d7769a6 100644 --- a/readme.md +++ b/readme.md @@ -97,6 +97,8 @@ require('rose-pine').setup({ disable_italics = false, ---@usage string hex value or named color from rosepinetheme.com/palette groups = { + background = 'base', + panel = 'surface', border = 'highlight_med', comment = 'muted', link = 'iris',