From d2f4b96640fc06f9e5ff869e725a6962a14d85cf Mon Sep 17 00:00:00 2001 From: Asthestarsfalll <1186454801@qq.com> Date: Fri, 21 Jul 2023 16:03:01 +0800 Subject: [PATCH] fix bg color --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 3765c1f..c702531 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -77,7 +77,7 @@ function M._load(options) fg = p.text, bg = (options.dim_nc_background and p.none) or maybe.base, }, - ['Substitute'] = { bg = p.base }, + ['Substitute'] = { fg = p.base, bg = p.love }, ['StatusLine'] = { fg = p.subtle, bg = groups.panel }, ['StatusLineNC'] = { fg = p.muted, bg = groups.panel_nc }, ['StatusLineTerm'] = { link = 'StatusLine' },