Changed themeing
This commit is contained in:
parent
354c158084
commit
c952240643
@ -1,3 +1,6 @@
|
|||||||
gui:
|
gui:
|
||||||
showIcons: false
|
showIcons: false
|
||||||
|
theme:
|
||||||
|
selectedLineBgColor:
|
||||||
|
- '#585858' # set to `default` to have no background colour
|
||||||
|
|
||||||
|
|||||||
@ -40,7 +40,7 @@ function theme.setup()
|
|||||||
ErrorMsg = { fg = p.color1, bg = p.background },
|
ErrorMsg = { fg = p.color1, bg = p.background },
|
||||||
Exception = { fg = p.color6 },
|
Exception = { fg = p.color6 },
|
||||||
Float = { fg = p.color5 },
|
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 },
|
FoldColumn = { fg = p.color4, bg = p.background },
|
||||||
Folded = { fg = p.color4, bg = p.background },
|
Folded = { fg = p.color4, bg = p.background },
|
||||||
Function = { fg = p.color6, style = options.styles.functions },
|
Function = { fg = p.color6, style = options.styles.functions },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user