Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Fog HazyNew to Visual Studio Code? Get it now.
Fog Hazy

Fog Hazy

goldenchao

|
30 installs
| (0) | Free
雾朦胧
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🎉Fog Hazy

🎇Enjoy the new interface, novelty and consistency!

theme-example

theme-example

💡 Acrylic Mode

If you want to experience the acrylic modal effect, you need to use the ~~Apc Customize UI++~~ Custom UI Style extension and configure the following CSS code:

🎉**『Custom UI Style』 supports the latest VSCode version(1.97+)!**

{
    "custom-ui-style.stylesheet": {
        ".goldenchao-fog-hazy-themes-fog-hazy-color-theme-acrylic-json": {
            ".quick-input-widget,.editor-widget,.suggest-details-container,.monaco-dialog-box,.monaco-hover,.rename-box": {
                "transform": "translateZ(0)",
                "-webkit-transform": "translateZ(0)",
                "backdrop-filter": "blur(10px) !important"
            },
            ".monaco-menu-container,.context-view.fixed,.context-view.fixed > .monaco-scrollable-element,.context-view .workbench-hover-pointer::after,.token-inspect-widget,#settingsWidget.active": {
                "transform": "translateZ(0)"
                "-webkit-transform": "translateZ(0)",
                "backdrop-filter": "blur(15px) !important"
            }
        }
    }
}

If you want to use『Apc Customize UI++』, keep VSCode version 1.93 and below

{
    "apc.stylesheet": {
        // acrylic effect
        ".quick-input-widget,.editor-widget,.suggest-details-container,.monaco-dialog-box,.monaco-hover,.rename-box": {
          "transform": "translateZ(0)",
          "-webkit-transform": "translateZ(0)",
          "backdrop-filter": "blur(10px) !important"
        },
        ".monaco-menu-container,.context-view.fixed,.context-view.fixed > .monaco-scrollable-element,.context-view .workbench-hover-pointer::after,.token-inspect-widget,#settingsWidget.active": {
          "transform": "translateZ(0)",
          "-webkit-transform": "translateZ(0)",
          "backdrop-filter": "blur(15px) !important"
        },
	}
}

then you got it!

acrylic

acrylic

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft