vue-theme-vscode icon indicating copy to clipboard operation
vue-theme-vscode copied to clipboard

Improve typescript colors

Open mariorodeghiero opened this issue 5 years ago • 2 comments

Improve typescript colors

1 - The colors are changed in the file **"vue-theme-color-theme.json" **. 2 - In vscode editor, press "CMD+shift+p" and select "Developer: inspect TM scopes" to analyze the scope to change. 3 - After to change, run command "vsce packeg". 4 - Install the file vue-themev-x.x.x.vix to test. 5 - If ok, send me a PR.

mariorodeghiero avatar Jun 16 '20 22:06 mariorodeghiero

Hey 👋, is there a way to keep the original colors when changing to TS, for example in the

DennGuez avatar Jun 16 '22 06:06 DennGuez

Hi @DennGuez I am not sure if I got the issue correct, but if you use the "inspect TM scopes" in <script setup> you can get the correct scope name. So go to **"vue-theme-color-theme.json" ** and add the color that you would like to keep or change.

I am working on branch V2 and there is an update on the CONTRIBUTING file because VS_code changes how to test it a bit. Check the steps below:

Let me know if it helps?

## How to test the changes 

1. Open your VS Code
2. Click on the tab View → Run
3. Click Launch Extension. This will open up another VS Code Editor
4. Make changes and it will reflected in the other editor that opened in step 3.

mariorodeghiero avatar Jun 17 '22 11:06 mariorodeghiero

@DennGuez a lot of improvements are coming on V2 for .ts, .tsx, and other languages. So I will close this issue soon.

mariorodeghiero avatar Oct 03 '22 06:10 mariorodeghiero

V2 published I hope it improves the styles.

mariorodeghiero avatar Oct 04 '22 19:10 mariorodeghiero