diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-31 23:39:46 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-31 23:39:46 (GMT) |
commit | 83f34aa4f856201ac4fab3509707e012c1f984f8 (patch) | |
tree | a3fd769de16eacaf7fd7fcd0bade712c364bf101 /Tools/msi/bundle/Default.thm | |
parent | 4640b300e32fda6f2a5fffc54de9d6e0cd5941d2 (diff) | |
download | cpython-83f34aa4f856201ac4fab3509707e012c1f984f8.zip cpython-83f34aa4f856201ac4fab3509707e012c1f984f8.tar.gz cpython-83f34aa4f856201ac4fab3509707e012c1f984f8.tar.bz2 |
Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes.
Diffstat (limited to 'Tools/msi/bundle/Default.thm')
-rw-r--r-- | Tools/msi/bundle/Default.thm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Tools/msi/bundle/Default.thm b/Tools/msi/bundle/Default.thm index aac71ab..d5e1969 100644 --- a/Tools/msi/bundle/Default.thm +++ b/Tools/msi/bundle/Default.thm @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <Theme xmlns="http://wixtoolset.org/schemas/thmutil/2010"> - <Window Background="ffff00" Width="640" Height="382" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window> - <Font Id="0" Height="-12" Weight="500">Segoe UI</Font> - <Font Id="1" Height="-24" Weight="500">Segoe UI</Font> - <Font Id="2" Height="-22" Weight="500" Foreground="666666">Segoe UI</Font> - <Font Id="3" Height="-12" Weight="500">Segoe UI</Font> - <Font Id="4" Height="-12" Weight="500" Foreground="ff0000" Underline="yes">Segoe UI</Font> - <Font Id="5" Height="-12" Weight="500" Foreground="666666">Segoe UI</Font> + <Window Width="640" Height="382" HexStyle="100a0000" FontId="0">#(loc.Caption)</Window> + <Font Id="0" Height="-12" Weight="500" Foreground="000000" Background="ffffff">Segoe UI</Font> + <Font Id="1" Height="-24" Weight="500" Foreground="000000" Background="ffffff">Segoe UI</Font> + <Font Id="2" Height="-22" Weight="500" Foreground="808080" Background="ffffff">Segoe UI</Font> + <Font Id="3" Height="-12" Weight="500" Foreground="000000" Background="ffffff">Segoe UI</Font> + <Font Id="4" Height="-12" Weight="500" Foreground="ff0000" Background="ffffff" Underline="yes">Segoe UI</Font> + <Font Id="5" Height="-12" Weight="500" Foreground="808080" Background="ffffff">Segoe UI</Font> <Page Name="Help"> <Text X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.HelpHeader)</Text> |