full site update
This commit is contained in:
36
node_modules/shiki/dist/themes.mjs
generated
vendored
36
node_modules/shiki/dist/themes.mjs
generated
vendored
@@ -113,6 +113,42 @@ const bundledThemesInfo = [
|
||||
"type": "light",
|
||||
"import": () => import('@shikijs/themes/github-light-high-contrast')
|
||||
},
|
||||
{
|
||||
"id": "gruvbox-dark-hard",
|
||||
"displayName": "Gruvbox Dark Hard",
|
||||
"type": "dark",
|
||||
"import": () => import('@shikijs/themes/gruvbox-dark-hard')
|
||||
},
|
||||
{
|
||||
"id": "gruvbox-dark-medium",
|
||||
"displayName": "Gruvbox Dark Medium",
|
||||
"type": "dark",
|
||||
"import": () => import('@shikijs/themes/gruvbox-dark-medium')
|
||||
},
|
||||
{
|
||||
"id": "gruvbox-dark-soft",
|
||||
"displayName": "Gruvbox Dark Soft",
|
||||
"type": "dark",
|
||||
"import": () => import('@shikijs/themes/gruvbox-dark-soft')
|
||||
},
|
||||
{
|
||||
"id": "gruvbox-light-hard",
|
||||
"displayName": "Gruvbox Light Hard",
|
||||
"type": "light",
|
||||
"import": () => import('@shikijs/themes/gruvbox-light-hard')
|
||||
},
|
||||
{
|
||||
"id": "gruvbox-light-medium",
|
||||
"displayName": "Gruvbox Light Medium",
|
||||
"type": "light",
|
||||
"import": () => import('@shikijs/themes/gruvbox-light-medium')
|
||||
},
|
||||
{
|
||||
"id": "gruvbox-light-soft",
|
||||
"displayName": "Gruvbox Light Soft",
|
||||
"type": "light",
|
||||
"import": () => import('@shikijs/themes/gruvbox-light-soft')
|
||||
},
|
||||
{
|
||||
"id": "houston",
|
||||
"displayName": "Houston",
|
||||
|
Reference in New Issue
Block a user