mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
export const CODE_BLOCK_DEFAULT_DARK_THEME = import(
|
|
'shiki/themes/dark-plus.mjs'
|
|
);
|
|
export const CODE_BLOCK_DEFAULT_LIGHT_THEME = import(
|
|
'shiki/themes/light-plus.mjs'
|
|
);
|