mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 03:30:05 +02:00
add: update config
This commit is contained in:
parent
5abaf08fa4
commit
9a2cbed5a8
6 changed files with 100 additions and 90 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue