diff --git a/packages/tui/src/theme/index.ts b/packages/tui/src/theme/index.ts index e8a5f2c5a973..32af996aba29 100644 --- a/packages/tui/src/theme/index.ts +++ b/packages/tui/src/theme/index.ts @@ -872,6 +872,7 @@ function getSyntaxRules(theme: Theme) { scope: ["markup.raw", "markup.raw.block"], style: { foreground: theme.markdownCode, + background: theme.backgroundElement, }, }, {