Skip to content

Instantly share code, notes, and snippets.

@larry0x
Created May 11, 2024 18:33
Show Gist options
  • Save larry0x/4b5bfdfc1a6a20160ed1633125b9974b to your computer and use it in GitHub Desktop.
Save larry0x/4b5bfdfc1a6a20160ed1633125b9974b to your computer and use it in GitHub Desktop.
Customize VSCode watermark logo
{
"apc.stylesheet": {
".editor-group-watermark > .letterpress": "background-image: url(https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode.png) !important; width: unset !important; height: 250px; aspect-ratio: 16/9 !important; filter: drop-shadow(5px 5px 5px #222); margin-bottom: 2rem;"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment