From 4ac66839a5cd138f26a2a107b9dd233177260346 Mon Sep 17 00:00:00 2001 From: Asthestarsfalll <72954905+Asthestarsfalll@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:09:29 +0800 Subject: [PATCH] feat: color for flash (#174) --- lua/rose-pine/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index e8dcd93f..c702531a 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -77,6 +77,7 @@ function M._load(options) fg = p.text, bg = (options.dim_nc_background and p.none) or maybe.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' },