Created
February 28, 2017 11:19
-
-
Save alexcorvi/91686691ccfc15242d8562c9d78e30c2 to your computer and use it in GitHub Desktop.
vscode custom css
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
.vs-dark .monaco-workbench { | |
--input-bgcolor: #3c3c3c; | |
background-color: red; | |
color: #e7e7e7; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment