Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Ability to turn off italic styling #1284

Closed
Tatsh opened this issue Dec 3, 2023 · 0 comments
Closed

Ability to turn off italic styling #1284

Tatsh opened this issue Dec 3, 2023 · 0 comments

Comments

@Tatsh
Copy link

Tatsh commented Dec 3, 2023

Is your feature request related to a problem? Please describe.
Would like to have no italics in my view except in Markdown but even then it would be acceptable to not have them just to be consistent.

Describe the solution you'd like
Settings to disable italic or have variants with italic out of fontStyle.

Describe alternatives you've considered

For now I can disable italics this way but I have to keep track of changes in this theme. There does not appear to be a way to specify "scope": "all" or similar.

{
...
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": [
          "keyword.control",
          "markup.quote",
          "variable.parameter",
          "variable.parameter.function.language.special.self.python"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  }
...
}
@material-theme material-theme locked and limited conversation to collaborators Dec 4, 2023
@equinusocio equinusocio converted this issue into discussion #1287 Dec 4, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant