Skip to content

Instantly share code, notes, and snippets.

@CodeAsm
Forked from CocoaCaa/vscode-sawaratsuki-logo.css
Last active May 23, 2024 12:19
Show Gist options
  • Save CodeAsm/fc23624628142280b69b6dfaf51665a0 to your computer and use it in GitHub Desktop.
Save CodeAsm/fc23624628142280b69b6dfaf51665a0 to your computer and use it in GitHub Desktop.
Visual Studio Code with @sawaratsuki1004's custom logo
.editor-group-watermark {
max-width: 400px !important;
}
.editor-group-watermark > .letterpress {
aspect-ratio: 1920/1080 !important;
background-image:url('https://gist.githubusercontent.com/CodeAsm/fc23624628142280b69b6dfaf51665a0/raw/d665fe9ccc5ccd463949fb1d4c7bcadc6a518a6e/VisualStudioCode.png') !important;
background-position: center;
}
.editor-group-watermark > .shortcuts::before {
display: block;
text-align: center;
opacity: 0.5;
white-space: pre-wrap;
content: 'Logo artwork by @sawaratsuki1004\aGitHub SAWARATSUKI/KawaiiLogos';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment