Updated colors

This commit is contained in:
Christoffer Martinsson 2025-08-17 14:32:49 +02:00
parent 0e0ea5014b
commit ba0e0c26a7

View File

@ -115,6 +115,7 @@ function theme.setup()
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
LazyGitFloat = { fg = p.foreground, bg = p.color0 },