add: update config color scheme onedark tsx and jsx

This commit is contained in:
asep komarudin 2024-03-17 10:52:51 +07:00
parent 8b336a50a4
commit b06bf54e84
4 changed files with 101 additions and 96 deletions

View file

@ -373,9 +373,13 @@ return {
IblIndent = { fg = "#3E4450" },
["@markup.link.url"] = { fg = "$cyan", fmt = "italic" },
["@text.uri"] = { fg = "$cyan", fmt = "none" },
["@tag"] = { fg = "$red" },
["@tag.delimiter"] = { fg = "$gray" },
["@tag.attribute"] = { fg = "$yellow", fmt = "italic" },
["@tag.html"] = { fg = "$red" },
["@tag.attribute"] = { fg = "$orange", fmt = "italic" },
["@tag.javascript"] = { fg = "$yellow" },
["@constructor.javascript"] = { fg = "$yellow" },
["@tag.tsx"] = { fg = "$yellow" },
["@constructor.tsx"] = { fg = "$yellow" },
-- NvimTreeFolderIcon = { fg = "#FCC76A" },
NvimTreeSpecialFile = { fg = "$yellow", fmt = "italic" },
BufferLineFill = { bg = "$bg0" },