Skip to content

Commit

Permalink
feat: improve contrast of the FloatTitle (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanozuki authored Jun 2, 2022
1 parent 3a6bcc2 commit 04fb9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/rose-pine/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function M.get(config)
-- EndOfBuffer = {},
ErrorMsg = { fg = p.love, style = 'bold' },
FloatBorder = { fg = groups.border },
FloatTitle = { fg = p.muted },
FoldColumn = { fg = p.muted },
Folded = { fg = p.text, bg = groups.panel },
IncSearch = { fg = p.base, bg = p.rose },
Expand Down

0 comments on commit 04fb9d3

Please sign in to comment.