Skip to content

Instantly share code, notes, and snippets.

@aeciolevy
Last active November 11, 2018 15:34
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 aeciolevy/6d97e2b916af9e619520eee8b1b977b2 to your computer and use it in GitHub Desktop.
Save aeciolevy/6d97e2b916af9e619520eee8b1b977b2 to your computer and use it in GitHub Desktop.
Custom style to vscode
/*
I decided on the flottflott cursive font for now. Works better for me than FlottFlott.
*/
.mtk7,
.mtk3,
.mtk13,
span.mtk11.mtki {
margin-left: 1px;
font-family: "flottflott";
font-size: 1.5em;
}
.mtk7,
.mtk4 {
font-family: "flottflott";
font-size: 1.7em;
}
/*
For the tab titles.
*/
.monaco-icon-label-description-container .label-name {
font-family: "flottflott";
font-size: 1.3em;
}
.tabs-container .monaco-icon-label-description-container .label-name,
.sidebar .monaco-icon-label-description-container .label-name,
.quick-open-row .monaco-icon-label-description-container .label-name {
font-family: -apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,Ubuntu,Droid Sans,sans-serif;
font-size: 1em;
}
/* .mkt1 {
font-family: "flottflott";
font-size: 1.1em;
} */
.mtk16,
span[class*='ced-1-TextEditorDecorationType'],
.mtk3.mtki {
font-family: "Input Mono";
font-size: 1.1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment