test: code block style

This commit is contained in:
radishzzz 2025-03-19 21:40:50 +00:00
parent 85de183ccc
commit dc24da0cb7
13 changed files with 206 additions and 277 deletions

View file

@ -8,7 +8,7 @@ export const themeConfig: ThemeConfig = {
// site subtitle
subtitle: 'Revive the beauty of typography',
// site description
description: 'Retypeset is a static blog theme based on the Astro framework, inspired by Typography. Retypeset establishes a new visual standard and reimagines the layout of all pages, offering a reading experience similar to paper books, reviving the beauty of typography. Details in every sight, elegance in every space.',
description: 'Retypeset is a static blog theme based on the Astro framework. Inspired by Typography, Retypeset establishes a new visual standard and reimagines the layout of all pages, creating a reading experience reminiscent of paper books, reviving the beauty of typography. Details in every sight, elegance in every space.',
// use i18n title/subtitle/description from src/i18n/ui.ts instead of static ones above
i18nTitle: true, // true, false
// author name
@ -37,7 +37,7 @@ export const themeConfig: ThemeConfig = {
background: 'oklch(96% 0.005 298)',
// code block theme
// available themes: https://shiki.style/themes
codeTheme: 'github-light',
codeTheme: 'one-light ',
},
dark: {
// primary color
@ -51,7 +51,7 @@ export const themeConfig: ThemeConfig = {
background: 'oklch(22% 0.005 298)',
// code block theme
// available themes: https://shiki.style/themes
codeTheme: 'github-dark',
codeTheme: 'one-dark-pro',
},
},
// COLOR SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END