Updated colors

This commit is contained in:
Christoffer Martinsson 2025-08-16 15:34:47 +02:00
parent 0b2a7a4d08
commit 254f38b2e0

View File

@ -171,6 +171,10 @@ function theme.setup()
MiniStatuslineModeReplace = { fg = p.color0, bg = p.color5 },
MiniStatuslineModeCommand = { fg = p.color0, bg = p.color3 },
MiniStatuslineModeOther = { fg = p.color0, bg = p.color3 },
MiniStatuslineDevinfo = { fg = p.foreground, bg = p.background },
MiniStatuslineFilename = { fg = p.foreground, bg = p.background },
MiniStatuslineFileinfo = { fg = p.foreground, bg = p.background },
MiniStatuslineInactive = { fg = p.foreground, bg = p.background },
-- nvim-treesitter: https://github.com/nvim-treesitter/nvim-treesitter
["@attribute"] = { fg = p.color4 },