Created
May 26, 2018 22:19
-
-
Save ahmadseleem/fe9c330fca130cc5c1148b6b0f87505f to your computer and use it in GitHub Desktop.
vscode custom css
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
.vs.monaco-editor .ced-TextEditorDecorationType12-4::after { | |
color: mediumaquamarine !important; | |
/* background-color: mediumaquamarine; */ | |
/* text-shadow: 8px -1px 0px black; */ | |
/* box-shadow: inset 0 0 1px black; */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment