chore(build): auto-generate extras

This commit is contained in:
github-actions[bot] 2023-05-03 05:52:37 +00:00
parent f10213d25e
commit f2ed28707a
4 changed files with 36 additions and 0 deletions

View File

@ -71,6 +71,9 @@ local highlights = {
["@constructor"] = { ["@constructor"] = {
fg = "#9854f1" fg = "#9854f1"
}, },
["@constructor.tsx"] = {
fg = "#188092"
},
["@field"] = { ["@field"] = {
fg = "#387068" fg = "#387068"
}, },
@ -170,6 +173,12 @@ local highlights = {
["@string.regex"] = { ["@string.regex"] = {
fg = "#2e5857" fg = "#2e5857"
}, },
["@tag.delimiter.tsx"] = {
fg = "#5772ad"
},
["@tag.tsx"] = {
fg = "#f52a65"
},
["@text.danger"] = { ["@text.danger"] = {
bg = "#c64343", bg = "#c64343",
fg = "#e1e2e7" fg = "#e1e2e7"

View File

@ -71,6 +71,9 @@ local highlights = {
["@constructor"] = { ["@constructor"] = {
fg = "#c099ff" fg = "#c099ff"
}, },
["@constructor.tsx"] = {
fg = "#65bcff"
},
["@field"] = { ["@field"] = {
fg = "#4fd6be" fg = "#4fd6be"
}, },
@ -170,6 +173,12 @@ local highlights = {
["@string.regex"] = { ["@string.regex"] = {
fg = "#b4f9f8" fg = "#b4f9f8"
}, },
["@tag.delimiter.tsx"] = {
fg = "#6582c3"
},
["@tag.tsx"] = {
fg = "#ff757f"
},
["@text.danger"] = { ["@text.danger"] = {
bg = "#c53b53", bg = "#c53b53",
fg = "#222436" fg = "#222436"

View File

@ -71,6 +71,9 @@ local highlights = {
["@constructor"] = { ["@constructor"] = {
fg = "#bb9af7" fg = "#bb9af7"
}, },
["@constructor.tsx"] = {
fg = "#2ac3de"
},
["@field"] = { ["@field"] = {
fg = "#73daca" fg = "#73daca"
}, },
@ -170,6 +173,12 @@ local highlights = {
["@string.regex"] = { ["@string.regex"] = {
fg = "#b4f9f8" fg = "#b4f9f8"
}, },
["@tag.delimiter.tsx"] = {
fg = "#5d7ab8"
},
["@tag.tsx"] = {
fg = "#f7768e"
},
["@text.danger"] = { ["@text.danger"] = {
bg = "#db4b4b", bg = "#db4b4b",
fg = "#1a1b26" fg = "#1a1b26"

View File

@ -71,6 +71,9 @@ local highlights = {
["@constructor"] = { ["@constructor"] = {
fg = "#bb9af7" fg = "#bb9af7"
}, },
["@constructor.tsx"] = {
fg = "#2ac3de"
},
["@field"] = { ["@field"] = {
fg = "#73daca" fg = "#73daca"
}, },
@ -170,6 +173,12 @@ local highlights = {
["@string.regex"] = { ["@string.regex"] = {
fg = "#b4f9f8" fg = "#b4f9f8"
}, },
["@tag.delimiter.tsx"] = {
fg = "#607dbf"
},
["@tag.tsx"] = {
fg = "#f7768e"
},
["@text.danger"] = { ["@text.danger"] = {
bg = "#db4b4b", bg = "#db4b4b",
fg = "#24283b" fg = "#24283b"