Updated colors

This commit is contained in:
Christoffer Martinsson 2025-08-17 14:28:42 +02:00
parent f81d5732bd
commit 0e0ea5014b

View File

@ -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 },
@ -166,16 +170,16 @@ function theme.setup()
markdownLink = { fg = p.foreground, underline = true }, markdownLink = { fg = p.foreground, underline = true },
-- mini.statusline -- mini.statusline
MiniStatuslineModeNormal = { fg = p.color0, bg = p.comment }, MiniStatuslineModeNormal = { fg = p.color0, bg = p.comment },
MiniStatuslineModeInsert = { fg = p.color0, bg = p.color2 }, MiniStatuslineModeInsert = { fg = p.color0, bg = p.color2 },
MiniStatuslineModeVisual = { fg = p.color0, bg = p.color4 }, MiniStatuslineModeVisual = { fg = p.color0, bg = p.color4 },
MiniStatuslineModeReplace = { fg = p.color0, bg = p.color5 }, MiniStatuslineModeReplace = { fg = p.color0, bg = p.color5 },
MiniStatuslineModeCommand = { fg = p.color0, bg = p.color3 }, MiniStatuslineModeCommand = { fg = p.color0, bg = p.color3 },
MiniStatuslineModeOther = { fg = p.color0, bg = p.color3 }, MiniStatuslineModeOther = { fg = p.color0, bg = p.color3 },
MiniStatuslineDevinfo = { fg = p.comment, bg = p.background }, MiniStatuslineDevinfo = { fg = p.comment, bg = p.background },
MiniStatuslineFilename = { fg = p.comment, bg = p.background }, MiniStatuslineFilename = { fg = p.comment, bg = p.background },
MiniStatuslineFileinfo = { fg = p.comment, bg = p.background }, MiniStatuslineFileinfo = { fg = p.comment, bg = p.background },
MiniStatuslineInactive = { fg = p.comment, bg = p.background }, MiniStatuslineInactive = { fg = p.comment, bg = p.background },
-- nvim-treesitter: https://github.com/nvim-treesitter/nvim-treesitter -- nvim-treesitter: https://github.com/nvim-treesitter/nvim-treesitter
["@attribute"] = { fg = p.color4 }, ["@attribute"] = { fg = p.color4 },