Skip to content

Instantly share code, notes, and snippets.

@mindryu
Last active December 8, 2020 02:40
Show Gist options
  • Save mindryu/d99d13685a3198dd120b0bfee0e4c9f3 to your computer and use it in GitHub Desktop.
Save mindryu/d99d13685a3198dd120b0bfee0e4c9f3 to your computer and use it in GitHub Desktop.
colab dark background
.view-line {
font-family: D2Coding;
}
/* Monaco Input Area */
.monaco-editor-background,
.monaco-editor .inputarea.ime-input {
background-color: #000;
}
/* Text Input Area */
.text.edit .monaco-editor-background,
.editor-root {
background-color: #000;
}
.monaco-editor .view-overlays .current-line {
background-color: #2c313c;
}
/* Text View Area */
.text-top-div {
background-color: #252525;
font-family: D2Coding;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment