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

Components without color on vue 3. #26

Open
Dav3rs opened this issue Jan 6, 2021 · 2 comments
Open

Components without color on vue 3. #26

Dav3rs opened this issue Jan 6, 2021 · 2 comments

Comments

@Dav3rs
Copy link

Dav3rs commented Jan 6, 2021

The quotation marks doesn't have color neither.

VSC
image

WebStorm
image

Thanks, this is a nice theme to use in vscode.

@trawen
Copy link

trawen commented May 16, 2022

Yes, noticed this too. Sadly. Has anyone been able to fix it?

@savconstantine
Copy link

savconstantine commented Sep 23, 2022

Have a same problem with props color mismatch

the way how I fixed it
added to setting.json that

"editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": ["source.ts.embedded.html.vue", "source.vue"],
        "settings": {
          "foreground": "#9E7BB0"
        }
      }
    ]
  }

parameters for textMateRules scope I got by calling cmd+shift+p -> type "Developer: Inspect editor tokens and scopes"
after that, when you hover with your mouse on the text, you get this popup window
CleanShot 2022-09-23 at 14 10 15@2x
and here you get these textmate scopes parameters

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