Skip to content
2 changes: 1 addition & 1 deletion packages/opencode/src/cli/cmd/tui/context/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ function getSyntaxRules(theme: Theme) {
{
scope: ["default"],
style: {
foreground: theme.text,
foreground: theme.markdownCodeBlock ?? RGBA.fromInts(229, 229, 229, 255),
},
},
{
Expand Down