diff --git a/src/theme.js b/src/theme.js index d54797f..d8cde46 100644 --- a/src/theme.js +++ b/src/theme.js @@ -52,7 +52,7 @@ function getTheme({ theme, name }) { "textBlockQuote.border" : color.border.default, "textCodeBlock.background" : color.neutral.muted, "textPreformat.foreground" : color.fg.muted, - "textPreformat.background" : color.bg.muted, + "textPreformat.background" : color.neutral.muted, "textSeparator.foreground" : color.border.muted, "icon.foreground" : color.fg.muted,