Updated colors

This commit is contained in:
Christoffer Martinsson 2025-08-16 22:47:46 +02:00
parent 2ccb3d8ce5
commit f81d5732bd

View File

@ -111,10 +111,11 @@ 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 },
-- bufferline.nvim: https://github.com/akinsho/bufferline.nvim -- Lazygit
BufferLineFill = { fg = p.background, bg = p.background }, LazyGitFloat = { fg = p.foreground, bg = p.color0 },
BufferLineIndicatorSelected = { fg = p.color2 }, 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 },