[Help] change split border color #443
-
How to change color for horizontal and vertical splits? Especially for lazyvim setup, but any help is appreciated. Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
nullchilly
Apr 29, 2023
Replies: 1 comment
-
See return {
"catppuccin/nvim",
name = "catppuccin",
opts = {
custom_highlights = function(C)
return {
WinSeparator = { fg = C.pink },
}
end,
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nullchilly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
:h hl-WinSeparator