Skip to content

Instantly share code, notes, and snippets.

@Naramsim
Created January 6, 2017 20:59
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 Naramsim/2aa6226704ab7542ece73c048f63aaa3 to your computer and use it in GitHub Desktop.
Save Naramsim/2aa6226704ab7542ece73c048f63aaa3 to your computer and use it in GitHub Desktop.
vscode custom CSS
.vs-dark .monaco-workbench>.sidebar>.title>.title-actions {
background-color: #282a36 !important;
}
.part.activitybar {
background-color: #282a36 !important;
box-shadow: 0px 0px 2px black;
z-index: 10;
}
.vs-dark .monaco-workbench {
background-color: #282a36 !important;
}
.vs-dark .monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container>.tab:not(.active) {
background-color: #22242f !important;
}
.part.editor.monaco-editor-background {
box-shadow: 0px 0px 8px #171717!important;
}
.vs-dark .monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title.tabs {
background: #22242f !important;
}
.vs-dark .monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .tabs-container>.tab {
border-left-color: #36363a !important;
}
.monaco-workbench>.part.editor>.content>.one-editor-silo>.container>.title .editor-actions {
border-left: 1px solid #36363a !important;
}
.monaco-workbench>.part.statusbar {
background: #491c79 !important;
}
.dropdown.send-feedback {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment