Closed
Description
OS/Web Information
- Web Browser: Edge 90.0.818.66
- Local OS: Windows 10 20H1
- Local VSCode: 1.56.2
- Remote OS: Ubuntu 20.04
- Remote Architecture: amd64
code-server --version
: 3.10.2 387b12e
Steps to Reproduce
- Install Theme The Best Theme #3455
- Use Fira Code using Cloudflare Proxy Allow custom fonts #1374 (comment)
- Open Terminal
Expected
The Terminal should be the Color of everything else
Actual
Logs
To be addedd
Screenshot
Notes
This issue can be reproduced in VS Code: No
Same Theme, same Font in Vanilla VSCode
settings.json on Remote:
{
"workbench.colorTheme": "The Best Theme",
"workbench.iconTheme": "material-icon-theme",
"code-runner.executorMap": {
"javascript": "node",
"python": "python3",
},
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"editor.fontWeight": "400",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.fontLigatures": null,
"editor.fontFamily": "Fira Code",
"terminal.integrated.shell.linux": "/usr/bin/fish",
"terminal.integrated.fontWeight": "400",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "Fira Code",
"terminal.integrated.letterSpacing": 1.5
}
settings.json in Vanilla VSCode:
{
"tabnine.experimentalAutoImports": true,
"git.autofetch": true,
"git.confirmSync": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.languageServer": "Microsoft",
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"git.enableSmartCommit": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.fontWeight": "400",
"editor.linkedEditing": true
}
Metadata
Metadata
Assignees
Labels
No labels