diff options
Diffstat (limited to 'lua/prismite/groups/ui.lua')
| -rw-r--r-- | lua/prismite/groups/ui.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/prismite/groups/ui.lua b/lua/prismite/groups/ui.lua index 0941fd8..8346b07 100644 --- a/lua/prismite/groups/ui.lua +++ b/lua/prismite/groups/ui.lua @@ -18,9 +18,9 @@ return { -- TermCursorNC = { link = "Cursor" }, ErrorMsg = { fg = colors.red }, WinSeparator = { fg = colors.border }, - Folded = { fg = colors.bg, bg = colors.cyan }, - FoldColumn = {}, - SignColumn = {}, + Folded = { bg = colors.bg_high }, + FoldColumn = { fg = colors.fg_low, bg = colors.bg }, + SignColumn = { bg = colors.bg }, IncSearch = { link = "Search" }, Substitute = { underline = true }, LineNr = { fg = colors.fg, bg = colors.bg }, |
