Skip to content

Instantly share code, notes, and snippets.

@nhducit
Created July 29, 2018 04:49
Show Gist options
  • Save nhducit/06046b48e654004c78322c0156a3049a to your computer and use it in GitHub Desktop.
Save nhducit/06046b48e654004c78322c0156a3049a to your computer and use it in GitHub Desktop.
.monaco-shell {
font-family: 'Operator Mono', 'Fira code', 'Inconsolata', monospace;
letter-spacing: 0.5px;
}
.vs-dark .monaco-panel-view .panel > .panel-header > .title {
font-weight: normal;
letter-spacing: 1px;
}
.vs-dark .monaco-workbench > .part.titlebar > .window-title {
color: #fafafa;
letter-spacing: 1px;
font-weight: 200;
}
.monaco-workbench .tabs-container .tab * {
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment