Updated colors
This commit is contained in:
parent
0b2a7a4d08
commit
254f38b2e0
@ -171,6 +171,10 @@ function theme.setup()
|
|||||||
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.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
|
-- nvim-treesitter: https://github.com/nvim-treesitter/nvim-treesitter
|
||||||
["@attribute"] = { fg = p.color4 },
|
["@attribute"] = { fg = p.color4 },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user