Last active
April 21, 2024 22:49
-
-
Save sinyo1015/e444a20749350b7566a62c1a0a9587d5 to your computer and use it in GitHub Desktop.
VSCodium/Codium Custom Vtuber Watermark Logo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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