Skip to content

How to Find Colors.

Alex Simons edited this page Apr 18, 2022 · 1 revision

Hide and Seek Master

1. Run Visual Studio In Debug Mode

2. Enable Select Element

image

3. Click Item to Inspect

image

4. Open Live Visual Tree in Visual Studio

image

5. Hover Over and find package specific information in tree

image

6. Find Package in VS installation

Mine is found here C:\Program Files\Microsoft Visual Studio\2022\Community

image

7. Inspect Resources.dll

The xaml layout junk is most likely there.

image

8. Update Colors

EnvironmentColors.FileTabParentTextBrushKey tells me to update FileTabParentText in the Environment category of the theme color

https://github.com/doki-theme/doki-theme-visualstudio/blob/8cee3f04e29d23c1adf51aaa521dfa0b37b6e7cd/buildSrc/assets/templates/DokiDark.vstheme.template#L3084

https://github.com/doki-theme/doki-theme-visualstudio/blob/8cee3f04e29d23c1adf51aaa521dfa0b37b6e7cd/buildSrc/assets/templates/DokiDark.vstheme.template#L5429