Skip to content

Commit

Permalink
feat: color for flash (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asthestarsfalll authored Jul 21, 2023
1 parent 76cae45 commit 4ac6683
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 @@ -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' },
Expand Down

0 comments on commit 4ac6683

Please sign in to comment.