Skip to content

Ability to turn off italic styling #1287

Closed Answered by equinusocio
Tatsh asked this question in Q&A
Discussion options

You must be logged in to vote

We rely on VScode API, so what you can do is what VScode allows you to do, we can't do anything about it.

This config should disable italics almost everywhere, based on your personal taste. Remove the textMateRules section to keep italic in markdown

  "editor.tokenColorCustomizations": {
    "[Material Theme*]": {
      "comments": {
        "fontStyle": ""
      },
      "functions": {
        "fontStyle": ""
      },
      "keywords": {
        "fontStyle": ""
      },
      "strings": {
        "fontStyle": ""
      },
      "variables": {
        "fontStyle": ""
      },
      "numbers": {
        "fontStyle": ""
      },
      "types": {
        "fontStyle": ""
      },
      "textMa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tatsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1284 on December 04, 2023 10:34.