chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2023-05-27 08:39:53 +00:00
parent 89093235d5
commit 96dd84776c
4 changed files with 12 additions and 0 deletions

View File

@@ -453,6 +453,9 @@ local highlights = {
bg = "#e9e9ec", bg = "#e9e9ec",
fg = "#2496ac" fg = "#2496ac"
}, },
CmpGhostText = {
fg = "#848cb5"
},
CmpItemAbbr = { CmpItemAbbr = {
bg = "NONE", bg = "NONE",
fg = "#3760bf" fg = "#3760bf"

View File

@@ -453,6 +453,9 @@ local highlights = {
bg = "#1e2030", bg = "#1e2030",
fg = "#589ed7" fg = "#589ed7"
}, },
CmpGhostText = {
fg = "#636da6"
},
CmpItemAbbr = { CmpItemAbbr = {
bg = "NONE", bg = "NONE",
fg = "#c8d3f5" fg = "#c8d3f5"

View File

@@ -453,6 +453,9 @@ local highlights = {
bg = "#16161e", bg = "#16161e",
fg = "#27a1b9" fg = "#27a1b9"
}, },
CmpGhostText = {
fg = "#565f89"
},
CmpItemAbbr = { CmpItemAbbr = {
bg = "NONE", bg = "NONE",
fg = "#c0caf5" fg = "#c0caf5"

View File

@@ -453,6 +453,9 @@ local highlights = {
bg = "#1f2335", bg = "#1f2335",
fg = "#29a4bd" fg = "#29a4bd"
}, },
CmpGhostText = {
fg = "#565f89"
},
CmpItemAbbr = { CmpItemAbbr = {
bg = "NONE", bg = "NONE",
fg = "#c0caf5" fg = "#c0caf5"