Skip to content

Commit b5f9826

Browse files
igorlfssgoudham
authored andcommitted
feat(editor): link MsgSeparator to WinSeparator
1 parent efeb06e commit b5f9826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/catppuccin/groups/editor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function M.get()
2525
MatchParen = { fg = C.peach, bg = U.darken(C.surface1, 0.70, C.base), style = { "bold" } }, -- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
2626
ModeMsg = { fg = C.text, style = { "bold" } }, -- 'showmode' message (e.g., "-- INSERT -- ")
2727
-- MsgArea = { fg = C.text }, -- Area for messages and cmdline, don't set this highlight because of https://github.com/neovim/neovim/issues/17832
28-
MsgSeparator = {}, -- Separator for scrolled messages, `msgsep` flag of 'display'
28+
MsgSeparator = { link = "WinSeparator" }, -- Separator for scrolled messages, `msgsep` flag of 'display'
2929
MoreMsg = { fg = C.blue }, -- |more-prompt|
3030
NonText = { fg = C.overlay0 }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
3131
Normal = { fg = C.text, bg = O.transparent_background and C.none or C.base }, -- normal text

0 commit comments

Comments
 (0)