admin管理员组

文章数量:1392116

I'm used to coding in Flutter with Android Studio. Recently, I discovered Cursor (which is built on top of VS Code) and want to switch to it. However, I'm having trouble replicating my old color scheme.

The problem is that the exported color scheme file isn't readable by VS Code. Also, VS code using different tags.

Btw. I'm open to stick with android studio if there's a way to use cursor plogin.

  1. I searched the VS Code store for themes, but I don't like Dracula, and the others are too overwhelming (I prefer a simple color scheme without too many bright colors).

  2. I exported the color scheme from Android Studio in .vcls format.

  3. I used vsce to create a new extension.

  4. I asked Google Gemini to convert the .vcls file to JSON, but most colors were still off.

本文标签: flutterimporting COLOR SCHEME from Android Studio to VSCodeStack Overflow