Dark Theme For Graph Control (#1106)
* Added dark them to graph control, started dark theme for the controls on the graph * Dark theme for graphing mode updated to use event model, diagnostics added, cleaned up code that wasn't needed * Updated prepare-release-internalonly.yaml internal package version * Updated Theme Settings properties, removed version change, other small changes from PR feedback> * Updated the localSettings check and updated the GraphTheme event to send bool instead of string * Updated the equation line color to change with the graph theme * Rebased onto master and issues created during the rebase * Updates per code review feedback * Update settings properties to just have IsMatchAppTheme property and updated the high contrast settings for the graph control * Match version to current in master * Updated per PR feedback * Fix resetting the m_lastLineColorIndex to only happen when reassignColors is true * Changed second if to else if in the OnPropertyChanged method * fixed control button and equation line colors
This commit is contained in:
@@ -72,20 +72,20 @@
|
||||
<SolidColorBrush x:Key="AppChromeAcrylicOperatorFlyoutBackgroundBrush" Color="#FF2F2F2F"/>
|
||||
<SolidColorBrush x:Key="AppControlTransparentButtonBackgroundBrush" Color="Transparent"/>
|
||||
|
||||
<SolidColorBrush x:Key="EquationBrush1" Color="#FF0063B1"/>
|
||||
<SolidColorBrush x:Key="EquationBrush2" Color="#FF00B7C3"/>
|
||||
<SolidColorBrush x:Key="EquationBrush3" Color="#FF6600CC"/>
|
||||
<SolidColorBrush x:Key="EquationBrush4" Color="#FF107C10"/>
|
||||
<SolidColorBrush x:Key="EquationBrush5" Color="#FF00CC6A"/>
|
||||
<SolidColorBrush x:Key="EquationBrush6" Color="#FF008055"/>
|
||||
<SolidColorBrush x:Key="EquationBrush7" Color="#FF58595B"/>
|
||||
<SolidColorBrush x:Key="EquationBrush8" Color="#FFE81123"/>
|
||||
<SolidColorBrush x:Key="EquationBrush9" Color="#FFE3008C"/>
|
||||
<SolidColorBrush x:Key="EquationBrush10" Color="#FFB31564"/>
|
||||
<SolidColorBrush x:Key="EquationBrush11" Color="#FFFFB900"/>
|
||||
<SolidColorBrush x:Key="EquationBrush12" Color="#FFF7630C"/>
|
||||
<SolidColorBrush x:Key="EquationBrush13" Color="#FF8E562E"/>
|
||||
<SolidColorBrush x:Key="EquationBrush14" Color="#FF000000"/>
|
||||
<SolidColorBrush x:Key="EquationBrush1" Color="#4D92C8"/>
|
||||
<SolidColorBrush x:Key="EquationBrush2" Color="#4DCDD5"/>
|
||||
<SolidColorBrush x:Key="EquationBrush3" Color="#A366E0"/>
|
||||
<SolidColorBrush x:Key="EquationBrush4" Color="#58A358"/>
|
||||
<SolidColorBrush x:Key="EquationBrush5" Color="#4DDB97"/>
|
||||
<SolidColorBrush x:Key="EquationBrush6" Color="#4DA688"/>
|
||||
<SolidColorBrush x:Key="EquationBrush7" Color="#8A8B8C"/>
|
||||
<SolidColorBrush x:Key="EquationBrush8" Color="#EF5865"/>
|
||||
<SolidColorBrush x:Key="EquationBrush9" Color="#EB4DAF"/>
|
||||
<SolidColorBrush x:Key="EquationBrush10" Color="#CA5B93"/>
|
||||
<SolidColorBrush x:Key="EquationBrush11" Color="#FFCE4D"/>
|
||||
<SolidColorBrush x:Key="EquationBrush12" Color="#F99255"/>
|
||||
<SolidColorBrush x:Key="EquationBrush13" Color="#B0896D"/>
|
||||
<SolidColorBrush x:Key="EquationBrush14" Color="#FFFFFF"/>
|
||||
<SolidColorBrush x:Key="DividerBrush" Color="#60FFFFFF"/>
|
||||
</ResourceDictionary>
|
||||
<ResourceDictionary x:Key="Light">
|
||||
|
||||
Reference in New Issue
Block a user