wpfthemedesigner-400298-edit-theme-in-xaml.md
The Theme Designer allows you to customize a theme, create or edit templates and styles, and assign a theme’s colors to elements. You can edit source files in the Theme Designer’s CodeView or an external text editor.
Use the Search Bar in the Solution Explorer window to find an element in the source files.
Enable Inspect Element , hold Ctrl+Shift and left-click an element in the Preview Window. The Theme Designer highlights the element in the CodeView window.
Right-click an item in the Individual Colors window and select Navigate to XAML to navigate to the line where this element is declared.
Follow the steps below to use the CodeView window to change an element’s color:
The following animation illustrates how to use the CodeView window to change an element’s palette colors:
Important
Theme elements have an auto-generated cs:id attribute that is required for updates. Do not copy or edit this attribute because it can cause color binding errors.
Follow the steps below to open theme source files in an external text editor:
Note
If you modify any file(s) opened in the Theme Designer in an external application, the Theme Designer asks you to reload the file(s).
You can edit a theme solution in Microsoft Visual Studio. The theme solution (.sln) file is in the Your_Theme_Folder.td\Sources folder.
Note
Visual Studio cannot build theme solutions. Use the Theme Designer to build a theme and preview theme changes.