Last active
February 16, 2020 22:47
-
-
Save willstocks/8815b8d46fd125c7051961f61acb031b to your computer and use it in GitHub Desktop.
Synthwave '84 Glow + brackets glow π
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
/*Overriding existing glowiness*/ | |
/*synthwave 0.1.0 + | |
.mtk3 { | |
color: #f92aad; | |
text-shadow: 0 0 3px #100c0f, 0 0 8px #dc078e5b, 0 0 11px #fff3; | |
} | |
.mtk4 { | |
color: #6d77b3; | |
} | |
.mtk5 { | |
color: #f97e72; | |
} | |
.mtk6 { | |
color: #fdfdfd; | |
text-shadow: 0 0 3px #001716, 0 0 6px #03edf9a0, 0 0 5px #03edf9a0, 0 0 8px #03edf999; | |
} | |
.mtk7 { | |
color: #fff5f6; | |
text-shadow: 0 0 4px #000, 0 0 13px #fc1f2ca0, 0 0 5px #fc1f2ca0, 0 0 25px #fc1f2c99; | |
} | |
.mtk8 { | |
color: #72f1b8; | |
text-shadow: 0 0 4px #100c0f, 0 0 13px #257c55a0, 0 0 35px #212724a0; | |
} | |
.mtk9 { | |
color: #f4eee4; | |
text-shadow: 0 0 4px #393a33, 0 0 13px #f39f05a0, 0 0 2px #f39f05a0; | |
} | |
*/ | |
/* Hide new VSCode highlight active item indicator */ | |
/* synthwave 0.1.0+ | |
.monaco-workbench .activitybar>.content .monaco-action-bar .action-item .active-item-indicator { | |
display: none; | |
} | |
*/ | |
/* Brackets + Glow - Bracket Pair Colorizer 2*/ | |
.monaco-editor .ced-1-TextEditorDecorationType11-1 { | |
text-shadow: 0 0 4px #f39f0575, 0 0 13px #f39f05a0, 0 0 2px #f39f0599; | |
} | |
.monaco-editor .ced-1-TextEditorDecorationType12-1 { | |
/*text-shadow: 0 0 4px #f39f0575, 0 0 13px #f39f05a0, 0 0 2px #f39f0599;*/ | |
text-shadow: 0 0 4px #dc078e75, 0 0 13px #dc078ea0, 0 0 2px #dc078e99; | |
} | |
.monaco-editor .ced-1-TextEditorDecorationType13-1 { | |
/*text-shadow: 0 0 4px #dc078e75, 0 0 13px #dc078ea0, 0 0 2px #dc078e99;*/ | |
text-shadow: 0 0 4px #03edf975, 0 0 13px #03edf9a0, 0 0 2px #03edf999; | |
} | |
.monaco-editor .ced-1-TextEditorDecorationType14-1 { | |
/*text-shadow: 0 0 4px #03edf975, 0 0 13px #03edf9a0, 0 0 2px #03edf999;*/ | |
text-shadow: 0 0 4px #f39f0575, 0 0 13px #f39f05a0, 0 0 2px #f39f0599; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment