Skip to content

Instantly share code, notes, and snippets.

@t3hmun
Created September 10, 2018 17:10
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 t3hmun/7b8cf5885929333e2c6fdb3e4878a3fc to your computer and use it in GitHub Desktop.
Save t3hmun/7b8cf5885929333e2c6fdb3e4878a3fc to your computer and use it in GitHub Desktop.
body{
font-size: 24px;
}
.monaco-editor.tfs-extension-default {
font-size: 20px;
line-height: 26px;
}
.monaco-editor.hc-black .monaco-editor-background, .hc-black, .monaco-editor{
background-color: #2B2B2B;
font-family: mun Light;
font-size: 1em;
}
hub-title{
background-color: #2B2B2B;
font-family: Iosevka Light;
font-size: 0.1em;
}
.monaco-editor.hc-black .line-delete {
background: #311;
border: none;
}
.monaco-editor.hc-black .char-delete {
background: #711;
border: none;
}
.monaco-editor.hc-black .line-insert {
background: #131;
border: none;
}
.monaco-editor.hc-black .char-insert {
background: #171;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment