We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b5cf6 commit 61ca10eCopy full SHA for 61ca10e
plugins/plugin-codeflare/src/components/Terminal.tsx
@@ -131,7 +131,7 @@ export default class XTerm extends React.PureComponent<Props> {
131
132
const itheme: ITheme = {
133
foreground: val("text-01"),
134
- background: val("sidecar-background-01"),
+ background: val("sidecar-background-02"),
135
cursor: val("support-01"),
136
selection: this.alpha(val("selection-background"), 0.3),
137
0 commit comments