-
-
Save SuperJony/6558d2493bae2e2cbe415dabf6cae3e8 to your computer and use it in GitHub Desktop.
vscode vtuber logo
This file contains hidden or 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: .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