| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | |
| 4 | |
| 5 | <Theme> |
| 6 | <Font Id="0" Height="-48" Weight="700" Foreground="$windowtext">Consolas</Font> |
| 7 | <Font Id="1" Height="-12" Weight="700" Foreground="$windowtext" Background="$window">Consolas</Font> |
| 8 | <Window Width="220" Height="200" FontId="0" Caption="Theme Viewer"> |
| 9 | <TreeView Name="Tree" X="0" Y="0" Width="0" Height="0" FontId="1" Visible="yes" FullRowSelect="yes" HasButtons="yes" AlwaysShowSelect="yes" HasLines="yes" LinesAtRoot="yes"/> |
| 10 | </Window> |
| 11 | </Theme> |