Skip to content

Commit e94aeca

Browse files
fix(tui): use contrast-aware foreground for paste summary badge (anomalyco#27969)
Co-authored-by: Simon Klee <hello@simonklee.dk>
1 parent 418c0ea commit e94aeca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/context

packages/opencode/src/cli/cmd/tui/context/theme.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ function getSyntaxRules(theme: Theme) {
773773
{
774774
scope: ["extmark.paste"],
775775
style: {
776-
foreground: theme.background,
776+
foreground: selectedForeground(theme, theme.warning),
777777
background: theme.warning,
778778
bold: true,
779779
},

0 commit comments

Comments
 (0)