Changed themeing

This commit is contained in:
Christoffer Martinsson 2023-07-06 09:39:07 +02:00
parent 354c158084
commit c952240643
2 changed files with 392 additions and 389 deletions

View File

@ -1,3 +1,6 @@
gui:
showIcons: false
theme:
selectedLineBgColor:
- '#585858' # set to `default` to have no background colour

View File

@ -40,7 +40,7 @@ function theme.setup()
ErrorMsg = { fg = p.color1, bg = p.background },
Exception = { fg = p.color6 },
Float = { fg = p.color5 },
FloatBorder = { fg = p.comment , bg = p.black},
FloatBorder = { fg = p.comment, bg = p.black },
FoldColumn = { fg = p.color4, bg = p.background },
Folded = { fg = p.color4, bg = p.background },
Function = { fg = p.color6, style = options.styles.functions },