Skip to content

Commit 0136970

Browse files
Remove color replacements
1 parent 0cf46ca commit 0136970

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/mdx/src/plugins/rehype/shiki-constants.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ export const shikiColorReplacements: Partial<Record<ShikiTheme, string | Record<
8181
{
8282
'dark-plus': {
8383
'#1e1e1e': 'transparent',
84-
'#569cd6': '#9cdcfe',
85-
'#c8c8c8': '#f3f7f6',
86-
'#d4d4d4': '#f3f7f6',
8784
},
8885
'github-light-default': {
8986
'#fff': 'transparent',

0 commit comments

Comments
 (0)