MainWindow: AllowsTransparency set to True

WindowIntelopHelper: Added accent handling
SettingsWindow: Added combobox with accent selector to Theme tab (not functional yet)
Languages: Added entries for accent colors (all are in english for now)

[TEMP] Blur and Accent themes experiments
[TEMP] blur set in mainwindow on load.
This commit is contained in:
Boris Makogonyuk
2015-11-10 00:51:22 +01:00
parent c456ef9118
commit f24a6f0e3c
11 changed files with 197 additions and 2 deletions

View File

@@ -199,7 +199,20 @@
</ComboBox.ItemTemplate>
</ComboBox>
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0 2">
<TextBlock Text="{DynamicResource windowsAccents}"/>
<ComboBox Width="100">
<ComboBox.Items>
<ComboBoxItem Content="None"/>
<ComboBoxItem Content="Accent"/>
<ComboBoxItem Content="Accent Blur"/>
<ComboBoxItem Content="Blur"/>
</ComboBox.Items>
</ComboBox>
</StackPanel>
</StackPanel>
</Grid>
</Grid>