Skip to content

Commit dbfbc10

Browse files
authored
fix: add missing background colour pair (microsoft#249675)
1 parent 5f68c5e commit dbfbc10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/notebook/browser/view/renderers/webviewThemeMapping.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const mapping: ReadonlyMap<string, string> = new Map([
1818
['theme-quote-background', 'vscode-textBlockQuote-background'],
1919
['theme-quote-border', 'vscode-textBlockQuote-border'],
2020
['theme-code-foreground', 'vscode-textPreformat-foreground'],
21+
['theme-code-background', 'vscode-textPreformat-background'],
2122
// Editor
2223
['theme-background', 'vscode-editor-background'],
2324
['theme-foreground', 'vscode-editor-foreground'],

0 commit comments

Comments
 (0)