theme-converter-for-vs icon indicating copy to clipboard operation
theme-converter-for-vs copied to clipboard

CLI tool that allows you to convert your VS Code color theme to a VS 2022 color theme.

Results 14 theme-converter-for-vs issues
Sort by recently updated
recently updated
newest added

I'm using the One Dark Pro and there are various contrast issues that are not present in the Visual Studio Code version. I'm not sure if it is an issue...

**Describe the bug** The converted theme has the wrong colors compared to Visual Studio Code. Most of the tokens are colored differently and the brackets are colored instead of default...

**Describe the bug** Observe the selected line in Visual Studio 2022 and notice it contains a border around it. **To Reproduce** Steps to reproduce the behavior: 1. Open Visual Studio...

**Describe the bug** Most of converted themes from Theme pack like Abyss or Dark+ are not working correctly anymore. **Expected behavior** Work as on previous verisons? **Environment (please complete the...

So then, Visual Studio Code uses a single `json` file format to define themes while Visual Studio uses no less than FIVE different file formats: `vssettings`, `vstheme`, `xml`, `pkgdef`, and...

I attempted to convert [Black Ocean](https://github.com/Zamerick/black-ocean/blob/master/themes/black-ocean-color-theme.json) theme from vscode following the instructions in the repo. I used "Administrator: Developer Command Prompt for VS 2022" in order to build ThemeConverter. I...

I received an [issue](https://github.com/fisheva/Eva-Theme/issues/91). The user wants to distinguish the background color of the button being clicked from the background color after clicking. In order to realize this feature, I...

VS 2019 theme -> VS Code theme. Convert the VS2019 registry settings e.g. `[$RootKey$\Themes\{d016fd24-5710-4580-b430-d028ca98ba03}] @="VS2019 Green" "Name"="VS2019 Green" [$RootKey$\Themes\{d016fd24-5710-4580-b430-d028ca98ba03}\ACDCOverview] "Data"=hex:81,01,00,00,0b,00,00,00,01,00,00,00,c6,7a,88,c8,60,3c,09,42...` to json file for VSCode.