From 2d4876b8b1daabb34f33e390036b8ca7615e8c3c Mon Sep 17 00:00:00 2001 From: mvllow Date: Mon, 11 Oct 2021 09:57:03 -0500 Subject: [PATCH] chore: update `Title` from _rose_ to _text_ --- 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 9834d29..6f00830 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -65,7 +65,7 @@ theme.base = { TabLine = { fg = p.subtle, bg = p.overlay }, TabLineFill = { bg = p.surface }, TabLineSel = { fg = p.text, bg = p.inactive }, - Title = { fg = p.rose }, + Title = { fg = p.text }, VertSplit = maybe_bold_vert_split, Visual = { bg = p.highlight }, -- VisualNOS = {},