enhance(frontend): シンタックスハイライトにテーマを適用できるように (#13175)
* enhance(frontend): シンタックスハイライトにテーマを適用できるように * Update Changelog * こっちも * テーマの値がディープマージされるように * 常にテーマ設定に準じるように * テーマ更新時に新しいshikiテーマを読み込むように
parent
2f54a530
No related branches found
No related tags found
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- packages/frontend/src/components/MkCode.core.vue 52 additions, 4 deletionspackages/frontend/src/components/MkCode.core.vue
- packages/frontend/src/components/MkCode.vue 3 additions, 5 deletionspackages/frontend/src/components/MkCode.vue
- packages/frontend/src/components/MkCodeEditor.vue 3 additions, 2 deletionspackages/frontend/src/components/MkCodeEditor.vue
- packages/frontend/src/components/MkCodeInline.vue 1 addition, 2 deletionspackages/frontend/src/components/MkCodeInline.vue
- packages/frontend/src/components/MkSelect.vue 6 additions, 1 deletionpackages/frontend/src/components/MkSelect.vue
- packages/frontend/src/pages/settings/theme.vue 14 additions, 1 deletionpackages/frontend/src/pages/settings/theme.vue
- packages/frontend/src/pizzax.ts 2 additions, 21 deletionspackages/frontend/src/pizzax.ts
- packages/frontend/src/router/main.ts 4 additions, 0 deletionspackages/frontend/src/router/main.ts
- packages/frontend/src/scripts/clone.ts 2 additions, 2 deletionspackages/frontend/src/scripts/clone.ts
- packages/frontend/src/scripts/code-highlighter.ts 65 additions, 3 deletionspackages/frontend/src/scripts/code-highlighter.ts
- packages/frontend/src/scripts/merge.ts 31 additions, 0 deletionspackages/frontend/src/scripts/merge.ts
- packages/frontend/src/scripts/theme.ts 9 additions, 1 deletionpackages/frontend/src/scripts/theme.ts
- packages/frontend/src/store.ts 1 addition, 0 deletionspackages/frontend/src/store.ts
- packages/frontend/src/themes/_dark.json5 4 additions, 0 deletionspackages/frontend/src/themes/_dark.json5
- packages/frontend/src/themes/_light.json5 4 additions, 0 deletionspackages/frontend/src/themes/_light.json5
Loading
Please register or sign in to comment