Skip to content

Instantly share code, notes, and snippets.

@alexcorvi
Created February 28, 2017 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcorvi/91686691ccfc15242d8562c9d78e30c2 to your computer and use it in GitHub Desktop.
Save alexcorvi/91686691ccfc15242d8562c9d78e30c2 to your computer and use it in GitHub Desktop.
vscode custom css
.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