Skip to content

Terminal Background with Custom Font and Theme #3456

Closed
@kaaax0815

Description

@kaaax0815

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

  1. Install Theme The Best Theme #3455
  2. Use Fira Code using Cloudflare Proxy Allow custom fonts #1374 (comment)
  3. Open Terminal

Expected

The Terminal should be the Color of everything else

Actual

Sometimes:
msedge_YuW9yzTWQV

When reoping Terminal:
msedge_sf4SCfBV5t

Logs

To be addedd

Screenshot

Theme in Full:
msedge_JUg7XXWTeA

Notes

This issue can be reproduced in VS Code: No

Same Theme, same Font in Vanilla VSCode
Code_ULRKyepUQ5

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions