Change background color of folded code

This commit is contained in:
Cory Balaton 2024-05-31 15:41:06 +02:00
parent 618c1fb645
commit 2b6a9a2275
Signed by: coryab
GPG Key ID: F7562F0EC4E4A61B

View File

@ -108,7 +108,7 @@ local groups = {
WarningMsg = { link = "EpsilonThemeRedBold" }, WarningMsg = { link = "EpsilonThemeRedBold" },
LineNr = { fg = colors.bg4 }, LineNr = { fg = colors.bg4 },
SignColumn = config.transparent_mode and { bg = nil } or { bg = colors.bg1 }, SignColumn = config.transparent_mode and { bg = nil } or { bg = colors.bg1 },
Folded = { fg = colors.gray, bg = colors.bg1, italic = config.italic.folds }, Folded = { fg = colors.gray, bg = colors.bg0, italic = config.italic.folds },
FoldColumn = config.transparent_mode and { fg = colors.gray, bg = nil } or { fg = colors.gray, bg = colors.bg1 }, FoldColumn = config.transparent_mode and { fg = colors.gray, bg = nil } or { fg = colors.gray, bg = colors.bg1 },
Cursor = { reverse = config.inverse }, Cursor = { reverse = config.inverse },
vCursor = { link = "Cursor" }, vCursor = { link = "Cursor" },