From 92292d0e7d6d29b4026612673f96ff0232727006 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Fri, 29 Oct 2021 22:33:56 -0500 Subject: [PATCH] fix: boarders --- lua/catppuccino/core/mapper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/catppuccino/core/mapper.lua b/lua/catppuccino/core/mapper.lua index 4e20000..ad5d62e 100644 --- a/lua/catppuccino/core/mapper.lua +++ b/lua/catppuccino/core/mapper.lua @@ -32,7 +32,7 @@ local function get_base() Directory = { fg = cp.catppuccino10 }, -- directory names (and other special names in listings) EndOfBuffer = { fg = cp.catppuccino2 }, -- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|. ErrorMsg = { fg = cp.catppuccino6 }, -- error messages on the command line - VertSplit = { fg = cp.border }, -- the column separating vertically split windows + VertSplit = { fg = cp.catppuccino14 }, -- the column separating vertically split windows Folded = { fg = cp.catppuccino10, bg = cp.catppuccino13 }, -- line used for closed folds FoldColumn = { bg = cp.catppuccino2, fg = cp.catppuccino12 }, -- 'foldcolumn' SignColumn = { bg = cnf.transparency and cp.none or cp.catppuccino2, fg = cp.catppuccino13 }, -- column where |signs| are displayed