How to edit split border colour. #676
Answered
by
mrtnvgr
ChrisTaylorDeveloper
asked this question in
Q&A
-
I find it very difficult to see the border between splits. How can I edit the split border colour please? |
Beta Was this translation helpful? Give feedback.
Answered by
mrtnvgr
Mar 6, 2024
Replies: 1 comment 4 replies
-
You can overwrite require("catppuccin").setup {
custom_highlights = function(colors)
return {
WinSeparator = { fg = colors.flamingo },
}
end
} |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ChrisTaylorDeveloper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can overwrite
WinSeparator
highlight group: