Updated colors

This commit is contained in:
Christoffer Martinsson 2025-08-17 14:34:58 +02:00
parent ba0e0c26a7
commit 11d3f29db7

View File

@ -111,12 +111,6 @@ 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 },
NetrwNormal = { 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 },