add: update config

This commit is contained in:
asep komarudin 2024-03-13 19:33:59 +07:00
parent 5abaf08fa4
commit 9a2cbed5a8
6 changed files with 100 additions and 90 deletions

View file

@ -366,6 +366,10 @@ return {
variables = "none",
},
highlights = {
-- overide indent line fill color
NvimTreeNormal = { fg = "$fg", bg = "$bg0" },
NvimTreeIndentMarker = { fg = "#3E4450" },
IblIndent = { fg = "#3E4450" },
["@markup.link.url"] = { fg = "$cyan", fmt = "italic" },
["@text.uri"] = { fg = "$cyan", fmt = "none" },
["@tag"] = { fg = "$red" },