chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2023-10-08 22:12:19 +00:00
parent 19e8bf4014
commit 587534be42
4 changed files with 16 additions and 0 deletions

View File

@@ -537,6 +537,10 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#b15c00" fg = "#b15c00"
}, },
CmpItemKindCodeium = {
bg = "NONE",
fg = "#118c74"
},
CmpItemKindConstant = { CmpItemKindConstant = {
bg = "NONE", bg = "NONE",
fg = "#9854f1" fg = "#9854f1"

View File

@@ -537,6 +537,10 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#ff966c" fg = "#ff966c"
}, },
CmpItemKindCodeium = {
bg = "NONE",
fg = "#4fd6be"
},
CmpItemKindConstant = { CmpItemKindConstant = {
bg = "NONE", bg = "NONE",
fg = "#c099ff" fg = "#c099ff"

View File

@@ -537,6 +537,10 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#ff9e64" fg = "#ff9e64"
}, },
CmpItemKindCodeium = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindConstant = { CmpItemKindConstant = {
bg = "NONE", bg = "NONE",
fg = "#bb9af7" fg = "#bb9af7"

View File

@@ -537,6 +537,10 @@ local highlights = {
bg = "NONE", bg = "NONE",
fg = "#ff9e64" fg = "#ff9e64"
}, },
CmpItemKindCodeium = {
bg = "NONE",
fg = "#1abc9c"
},
CmpItemKindConstant = { CmpItemKindConstant = {
bg = "NONE", bg = "NONE",
fg = "#bb9af7" fg = "#bb9af7"