Skip to content

Fork of Microsoft's VSE that allows you to add or make new color themes for Visual Studio. Supports VS 2022! Not backwards compatible.

License

Notifications You must be signed in to change notification settings

dragnilar/VS-ColorThemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork contains a version intended for Visual Studio 2022

  • This fork specifically was made to provide a version that supports VS 2022. It does not support any of the prior versions and it does not add any new functionality.
  • You can either build this using VS 2019, VS 2022 or download the VSIX package from the Releases Page.
  • I most likely will not try to merge this back into the original branch since Microsoft seems to have officially abandoned it.

Using this Extension

  1. Download and install the extension
  2. Restart Visual Studio
  3. Navigate to Tools > Options > Environment > General and select your color theme:

Steps to create a custom theme for Visual Studio 2022 (in case you don't like the ones that come with this extension)

  1. Prerequisite:
  1. Go to Tools -> Customize Colors (CTE extension), or File -> New -> Project and create a VSTheme Project (CTD extension).
  2. Hover over the original theme you want to edit and click on 'Create Copy of Theme'.
  3. Hover over the Custom Theme you created, and click on 'Edit Theme'.
  4. Edit the colors to create a new custom theme.
  5. Build the project, it should output a VSIX file in your bin folder.
  6. Copy the VSIX file so you have a backup of it.
  7. Rename the VSIX file to .zip and unzip it. You can also open it up using an archive manager such as 7Zip.
  8. Edit the following 3 files: extension.vsixmanifest, catalog.json, manifest.json
  9. In extension.vsixmanifest, you need to change the upper bound supported version from 17 to 18 in the InstallationTarget and Prerequisite elements. Also for the installation target, you need to add the subnode for ProductArchitcture and give it the value amd64. UpdateManifest
  10. In catalog.json and manifest.json, change the two spots that specify the upper supported version from 17 to 18. UpdateCatalogAndManifestJson
  11. Zip the folder you edited in the files within just now into a .zip folder. Rename the .zip file to .vsix.
  12. Open the VSIX file and run it. If everything was done correctly, the VSIX installer should see Visual Studio 2022 Preview and install your theme for you.

About

Fork of Microsoft's VSE that allows you to add or make new color themes for Visual Studio. Supports VS 2022! Not backwards compatible.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rich Text Format 97.5%
  • C# 2.5%