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 = "#565f89"
},
CodeBlock = {
bg = "#1f2335"
},
ColorColumn = {
bg = "#1d202f"
},
@@ -989,6 +992,27 @@ local highlights = {
GlyphPalette9 = {
fg = "#f7768e"
},
Headline = {
bg = "#1f2335"
},
Headline1 = {
bg = "#2d344e"
},
Headline2 = {
bg = "#373640"
},
Headline3 = {
bg = "#303940"
},
Headline4 = {
bg = "#233745"
},
Headline5 = {
bg = "#33334e"
},
Headline6 = {
bg = "#30304b"
},
Hlargs = {
fg = "#e0af68"
},