chore(build): auto-generate extras
This commit is contained in:
parent
f10213d25e
commit
f2ed28707a
@ -71,6 +71,9 @@ local highlights = {
|
||||
["@constructor"] = {
|
||||
fg = "#9854f1"
|
||||
},
|
||||
["@constructor.tsx"] = {
|
||||
fg = "#188092"
|
||||
},
|
||||
["@field"] = {
|
||||
fg = "#387068"
|
||||
},
|
||||
@ -170,6 +173,12 @@ local highlights = {
|
||||
["@string.regex"] = {
|
||||
fg = "#2e5857"
|
||||
},
|
||||
["@tag.delimiter.tsx"] = {
|
||||
fg = "#5772ad"
|
||||
},
|
||||
["@tag.tsx"] = {
|
||||
fg = "#f52a65"
|
||||
},
|
||||
["@text.danger"] = {
|
||||
bg = "#c64343",
|
||||
fg = "#e1e2e7"
|
||||
|
@ -71,6 +71,9 @@ local highlights = {
|
||||
["@constructor"] = {
|
||||
fg = "#c099ff"
|
||||
},
|
||||
["@constructor.tsx"] = {
|
||||
fg = "#65bcff"
|
||||
},
|
||||
["@field"] = {
|
||||
fg = "#4fd6be"
|
||||
},
|
||||
@ -170,6 +173,12 @@ local highlights = {
|
||||
["@string.regex"] = {
|
||||
fg = "#b4f9f8"
|
||||
},
|
||||
["@tag.delimiter.tsx"] = {
|
||||
fg = "#6582c3"
|
||||
},
|
||||
["@tag.tsx"] = {
|
||||
fg = "#ff757f"
|
||||
},
|
||||
["@text.danger"] = {
|
||||
bg = "#c53b53",
|
||||
fg = "#222436"
|
||||
|
@ -71,6 +71,9 @@ local highlights = {
|
||||
["@constructor"] = {
|
||||
fg = "#bb9af7"
|
||||
},
|
||||
["@constructor.tsx"] = {
|
||||
fg = "#2ac3de"
|
||||
},
|
||||
["@field"] = {
|
||||
fg = "#73daca"
|
||||
},
|
||||
@ -170,6 +173,12 @@ local highlights = {
|
||||
["@string.regex"] = {
|
||||
fg = "#b4f9f8"
|
||||
},
|
||||
["@tag.delimiter.tsx"] = {
|
||||
fg = "#5d7ab8"
|
||||
},
|
||||
["@tag.tsx"] = {
|
||||
fg = "#f7768e"
|
||||
},
|
||||
["@text.danger"] = {
|
||||
bg = "#db4b4b",
|
||||
fg = "#1a1b26"
|
||||
|
@ -71,6 +71,9 @@ local highlights = {
|
||||
["@constructor"] = {
|
||||
fg = "#bb9af7"
|
||||
},
|
||||
["@constructor.tsx"] = {
|
||||
fg = "#2ac3de"
|
||||
},
|
||||
["@field"] = {
|
||||
fg = "#73daca"
|
||||
},
|
||||
@ -170,6 +173,12 @@ local highlights = {
|
||||
["@string.regex"] = {
|
||||
fg = "#b4f9f8"
|
||||
},
|
||||
["@tag.delimiter.tsx"] = {
|
||||
fg = "#607dbf"
|
||||
},
|
||||
["@tag.tsx"] = {
|
||||
fg = "#f7768e"
|
||||
},
|
||||
["@text.danger"] = {
|
||||
bg = "#db4b4b",
|
||||
fg = "#24283b"
|
||||
|
Loading…
Reference in New Issue
Block a user