-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supporting for operator mono font #3
Comments
Hi @AmirFawzy The theme does not use italics because I particularly don't like them, but you can customize it using the TM scopes inspector (available in the command palette) to override any theme setting inside your VS Code settings > https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme Here is an example: "editor.tokenColorCustomizations": {
"[Default Dark+]": {
"comments": "#425675",
"functions": "#DECD90",
"variables": "#E0585F",
"strings": "#63AC48",
"textMateRules": [
{
"scope": "entity.other.attribute-name.pseudo-class.css",
"settings": {
"foreground": "#c586c0"
}
}
]
}, Anyway, what keywords would you like to be in italic? HTML attributes, function names? Thank you for your feedback! |
your'e welcome and thanks @kcmr for responding. for which keywords or parts in the code here the real example from angular project. html javascript/typescript css/sass that for web development langs i don't know what a bout other langs. |
I will try to use some theme with italics as a reference (I think that the one of the screenshot is Monokai Pro) to include a variant with support for Operator Mono. By the way, have you tried Inconsolata? It's 100 times better than Operator Mono in my opinion and no italics :) |
the theme yep it's monokai pro. i tried Inconsolata now is nice i can use it as alt for operator and is looks like operator mono a bit but i think what gives operator mono some advantage between all programming fonts that kind of scripting style which looks nice and might you think when you look at it for the first time it's frustrating (scripting keywords) specially when you using it for coding but actually when you start using it you get use to it quick and not gonna be frustrating or hard to read anymore. it's a matter of taste at the end some people loves the clean sharp fonts without any editing that better for their eyes some others don't mind to switch between scripting and serif fonts they get bored using specific font for long time for developers you might spend most of your live in the code editor 😄 thanks for your effort and looking forward to see electron operator mono edition of the theme. |
can you make the theme support operator mono the theme is beautiful and all colors matching each other very well not too bright no too dark it really would be awesome if you make it support operator mono font
thank you.
The text was updated successfully, but these errors were encountered: