Updated colors
This commit is contained in:
parent
d74287e508
commit
0b2a7a4d08
@ -164,6 +164,14 @@ function theme.setup()
|
|||||||
markdownUrl = { fg = p.color15 },
|
markdownUrl = { fg = p.color15 },
|
||||||
markdownLink = { fg = p.foreground, underline = true },
|
markdownLink = { fg = p.foreground, underline = true },
|
||||||
|
|
||||||
|
-- mini.statusline
|
||||||
|
MiniStatuslineModeNormal = { fg = p.color0, bg = p.foreground },
|
||||||
|
MiniStatuslineModeInsert = { fg = p.color0, bg = p.color2 },
|
||||||
|
MiniStatuslineModeVisual = { fg = p.color0, bg = p.color4 },
|
||||||
|
MiniStatuslineModeReplace = { fg = p.color0, bg = p.color5 },
|
||||||
|
MiniStatuslineModeCommand = { fg = p.color0, bg = p.color3 },
|
||||||
|
MiniStatuslineModeOther = { fg = p.color0, bg = p.color3 },
|
||||||
|
|
||||||
-- 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 },
|
||||||
["@boolean"] = { fg = p.color6 },
|
["@boolean"] = { fg = p.color6 },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user