Updated colors
This commit is contained in:
parent
f81d5732bd
commit
0e0ea5014b
@ -111,11 +111,15 @@ function theme.setup()
|
|||||||
lCursor = { fg = p.foreground, bg = p.foreground },
|
lCursor = { fg = p.foreground, bg = p.foreground },
|
||||||
WinSeparator = { fg = p.cursorline },
|
WinSeparator = { fg = p.cursorline },
|
||||||
|
|
||||||
|
-- Netrw
|
||||||
|
netrwDir = { fg = p.foreground, bg = p.color0 },
|
||||||
|
netrwPlain = { fg = p.foreground, bg = p.color0 },
|
||||||
|
netrwTreeDir = { fg = p.foreground, bg = p.color0 },
|
||||||
|
|
||||||
-- Lazygit
|
-- Lazygit
|
||||||
LazyGitFloat = { fg = p.foreground, bg = p.color0 },
|
LazyGitFloat = { fg = p.foreground, bg = p.color0 },
|
||||||
LazyGitBorder = { fg = p.foreground, bg = p.background },
|
LazyGitBorder = { fg = p.foreground, bg = p.background },
|
||||||
|
|
||||||
|
|
||||||
-- Diagnostic
|
-- Diagnostic
|
||||||
DiagnosticError = { fg = p.color1 },
|
DiagnosticError = { fg = p.color1 },
|
||||||
DiagnosticHint = { fg = p.color2 },
|
DiagnosticHint = { fg = p.color2 },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user