[themes] Disable Italic Option Feature Request
See original GitHub issue- VSCode Version: 1.15.0
- OS Version: Windows 10 Version 1703 Build 15063.540
Steps to Reproduce:
Reproduces without extensions: Yes/No
Sometimes authors of themes use italic for comments
, language keywords
and for other things. In some cases that’s looks not so good (as example what I mean you can read my issue/feature-request on Material Theme https://github.com/equinusocio/vsc-material-theme/issues/81). Of course we can change this in theme source code manually but it will be great to have Disable Italic Option
in vscode config file.
For example in Sublime Text 3 we have no_italic
font option to disable italic at all:
"font_options":
[
"no_italic"
],
Related issue: https://github.com/Microsoft/vscode/issues/25895
Fira Code don’t have Italic too.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:139
- Comments:37 (3 by maintainers)
Top Results From Across the Web
Options - Froala
Disable or enable using the CodeMirror library to highlight the HTML view. Note: This option requires the CodeMirror library to be included.
Read more >RichText Reference | Block Editor Handbook
RichText is a component that allows developers to render a contenteditable input, providing users with the option to format block content to…
Read more >Italic/bold not working - Technical Support - Sublime Forum
I can't get italic or bold fonts to work in Sublime Text 3 (build 3114). This is my current settings: "font_face": "Operator Mono...
Read more >Support for Faux-italics - Adobe XD: Feature Requests
Please add faux-italics. As of now you cannot make text italicized unless there is an italics version of the font being used.
Read more >Customizing VS Code's appearance — A deep ... - YouTube
An in-depth look at customizing the appearance of VS Code, with a focus on themes and fonts.First we'll cover basic customization including ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s not a dynamic way but add those lines to your vs code settings:
Here is a simple way to find the scopes to add them to this list:
First focus your mouse on the italic or bold word:
Then open the Command Palette
Search for: “Developer: Inspect TM Scopes”
It will appear a popup contains some information about the scope
Add the highlighted part to the scope array mentioned above
Finally you can find me on twitter: @mohouyizme