🚧 Added support for markdown preview table

This commit is contained in:
2025-12-04 00:47:51 +08:00
parent 91f4f4afac
commit 71ca541f78
21 changed files with 3120 additions and 1263 deletions

View File

@@ -6,7 +6,7 @@ export const defaultLightColors: ThemeColors = {
dark: false,
background: '#ffffff',
backgroundSecondary: '#f4f7fb',
backgroundSecondary: '#f1faf1',
foreground: '#24292e',
cursor: '#000000',

View File

@@ -7,7 +7,7 @@ export const config: ThemeColors = {
dark: false,
background: '#ffffff',
backgroundSecondary: '#f1faf1',
backgroundSecondary: '##f4f7fb ',
foreground: '#444d56',
cursor: '#044289',