Skip to main content
A newer version of this page is available. .

Edit a Theme in XAML

  • 2 minutes to read

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.

Find an Element in XAML

  • Use the Search Bar in the Solution Explorer window to find an element in the source files.

    Solution Window

  • 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.

Change a Palette Color in the CodeView Window

Follow the steps below to use the CodeView window to change an element’s color:

  1. Build your theme if it is not built yet.
  2. Use the Inspect Element tool to find the element’s declaration.
  3. The $ sign before the color value means that the color is bound to the palette. Enter the color’s name after the $ sign to change this element’s color.
  4. Click Save in the Ribbon or use Ctrl+S to save the file. The Theme Designer applies the changes to your theme and updates the Preview window.

The following animation illustrates how to use the CodeView window to change an element’s palette colors:

Inspect Element - Edit XAML

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.

Open a Theme XAML File in an External Text Editor

Follow the steps below to open theme source files in an external text editor:

  1. Right-click a XAML file in the Solution Explorer window.
  2. Select Show in explorer to navigate to this file’s folder in the Windows File Explorer.
  3. Open the file in an external text editor.

Solution Window

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).

Open a Theme Solution in Microsoft Visual Studio

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.