Skip to content

Oikura588/VS-ColorThemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Steps to create a custom theme for this project

  1. Prerequisite: Install the Color Themes Editor extension for Visual Studio 2017 (https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.VisualStudio2017ColorThemeEditor).

  2. Go to Tools -> Customize Colors.

  3. Hover over the original theme you want to edit and click on 'Create Copy of Theme'.

  4. Hover over the Custom Theme you created, and click on 'Edit Theme'.

  5. Edit the colors to create a new custom theme.

  6. Click on the Export Theme icon at the top and save the new theme as a vstheme. Then rename the file to xml.

  7. Create a fork of the repo for your theme and add the file within the Themes folder.

  8. Also update:

    a. The ThemeRegistration.pkgdef file (Please add entries in alphabetical order and rootkey token from the GUID of the xml file)

    b. The VSColorThemes.csproj file (include the theme file to the project)

    c. The source.extension.manifest (don’t update the version – just add to the assets)

  9. Open a pull request and sign the Contributor License Agreement. We'll work with you to get it merged :)

Packages

 
 
 

Languages

  • Rich Text Format 97.5%
  • C# 2.5%