mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: update config color scheme onedark tsx and jsx
This commit is contained in:
parent
8b336a50a4
commit
b06bf54e84
4 changed files with 101 additions and 96 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue