Skip to content
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

How can I set italics for vscode #156

Closed
awais019 opened this issue Jul 13, 2023 · 2 comments
Closed

How can I set italics for vscode #156

awais019 opened this issue Jul 13, 2023 · 2 comments

Comments

@awais019
Copy link

No description provided.

@vstepanyuk
Copy link

"editor.tokenColorCustomizations": {
      "textMateRules": [
        {
          "scope": "comment",
          "settings": {
            "fontStyle": "italic bold"
          }
        }
      ]
  },

@rubjo
Copy link
Owner

rubjo commented Jul 13, 2023

Did that help @Awais-019 ? Or you could simply install and switch to a theme which uses italics for parts of your code, like eg. https://marketplace.visualstudio.com/items?itemName=rubjo.ultimate-dark-neo

@rubjo rubjo closed this as completed Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants