Skip to content

Commit 61ca10e

Browse files
committed
fix: Terminal component has low contrast in dark themes
1 parent 00b5cf6 commit 61ca10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/components/Terminal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default class XTerm extends React.PureComponent<Props> {
131131

132132
const itheme: ITheme = {
133133
foreground: val("text-01"),
134-
background: val("sidecar-background-01"),
134+
background: val("sidecar-background-02"),
135135
cursor: val("support-01"),
136136
selection: this.alpha(val("selection-background"), 0.3),
137137

0 commit comments

Comments
 (0)