Last active
November 11, 2018 15:34
-
-
Save aeciolevy/6d97e2b916af9e619520eee8b1b977b2 to your computer and use it in GitHub Desktop.
Custom style to vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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