diff --git a/lua/nightly_cm/theme.lua b/lua/nightly_cm/theme.lua index b455035..743bb72 100644 --- a/lua/nightly_cm/theme.lua +++ b/lua/nightly_cm/theme.lua @@ -111,10 +111,11 @@ function theme.setup() lCursor = { fg = p.foreground, bg = p.foreground }, WinSeparator = { fg = p.cursorline }, - -- bufferline.nvim: https://github.com/akinsho/bufferline.nvim - BufferLineFill = { fg = p.background, bg = p.background }, - BufferLineIndicatorSelected = { fg = p.color2 }, + -- Lazygit + LazyGitFloat = { fg = p.foreground, bg = p.color0 }, + LazyGitBorder = { fg = p.foreground, bg = p.background }, + -- Diagnostic DiagnosticError = { fg = p.color1 }, DiagnosticHint = { fg = p.color2 },