Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VSCode VirtualNew to Visual Studio Code? Get it now.
VSCode Virtual

VSCode Virtual

fz6m

|
250 installs
| (0) | Free
Customize your vscode style
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Virtual

Customize your vscode styles.

Config

{
  "vscode-virtual.styles": [
    // url
    "https://domain.com/style.css",

    // local file
    // "file:///Users/name/Documents/style.css"
  ],

  // You can temp disable this plugin (Default: true)
  "vscode-virtual.enabled": true
}

if your file content has changed, use VSCode command VSCode Virtual: Reload styles to reload the style.

NOTE: style changes require reloading VSCode to work.

Demo

Customize the VSCode start page logo:

{
  "vscode-virtual.styles": [
    "https://gist.githubusercontent.com/fz6m/62e4f36cdf7ec8108d5e11ed9bec007b/raw/6f98a62f5d002d3555be351a22c4d74c71726706/logo.css"
  ]
}

this image from: ProgrammingVTuberLogos

Thanks/Inspiration

  • vscode-background : Bring background images to your vscode.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft