chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2023-10-16 06:36:05 +00:00
parent b7df2e60e0
commit a5ec35ac00
4 changed files with 96 additions and 0 deletions

View File

@@ -760,6 +760,9 @@ local highlights = {
bg = "NONE",
fg = "#848cb5"
},
CodeBlock = {
bg = "#e9e9ec"
},
ColorColumn = {
bg = "#e9e9ed"
},
@@ -989,6 +992,27 @@ local highlights = {
GlyphPalette9 = {
fg = "#f52a65"
},
Headline = {
bg = "#e9e9ec"
},
Headline1 = {
bg = "#cbcfdf"
},
Headline2 = {
bg = "#d0cccf"
},
Headline3 = {
bg = "#bad1d1"
},
Headline4 = {
bg = "#acd7eb"
},
Headline5 = {
bg = "#cecdd8"
},
Headline6 = {
bg = "#d2d1dc"
},
Hlargs = {
fg = "#8c6c3e"
},