Skip to content

Instantly share code, notes, and snippets.

@SuperJony
Forked from Ynng/custom.css
Last active February 19, 2025 13:46
Show Gist options
  • Save SuperJony/6558d2493bae2e2cbe415dabf6cae3e8 to your computer and use it in GitHub Desktop.
Save SuperJony/6558d2493bae2e2cbe415dabf6cae3e8 to your computer and use it in GitHub Desktop.
vscode vtuber logo
.editor-group-watermark > .letterpress{
background-image: url("https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png") !important;
opacity: .75;
aspect-ratio: 3/2 !important;
margin-bottom: 24px;
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.active.tab-border-top:not(:focus)>.tab-border-top-container, .monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab.selected.tab-border-top:not(:focus)>.tab-border-top-container {
background-color: var(--tab-border-top-color);
height: 2px;
top: 0;
z-index: 6;
background-image: linear-gradient(to right, #bd9cfe, #fd8da3, #ffd395, #77d5a3, #92a9ff, #bd9cfe);
background-size: 200% auto;
animation: borderTopActive 4s linear infinite
}
@keyframes borderTopActive {
to {
background-position: 200%
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment