Skip to content

Instantly share code, notes, and snippets.

@sinyo1015
Last active April 21, 2024 22:49
Show Gist options
  • Save sinyo1015/e444a20749350b7566a62c1a0a9587d5 to your computer and use it in GitHub Desktop.
Save sinyo1015/e444a20749350b7566a62c1a0a9587d5 to your computer and use it in GitHub Desktop.
VSCodium/Codium Custom Vtuber Watermark Logo
.editor-group-watermark > .letterpress{
background-image: url("https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png") !important;
opacity: .85;
aspect-ratio: 4/2 !important;
}
.monaco-workbench .part.editor.has-watermark>.content.empty .editor-group-container>.editor-group-letterpress,
.monaco-workbench .part.editor>.content.empty>.watermark>.watermark-box
{
background-image: url("https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png") !important;
opacity: .85;
aspect-ratio: 4/2 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment