-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #681 from xxMUROxx/feature/AccentColors
Added new Accent colors
- Loading branch information
Showing
25 changed files
with
667 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Color x:Key="HighlightDarkColor">#FFF0A30A</Color> | ||
<Color x:Key="HighlightLightColor">#FFF0A30A</Color> | ||
|
||
<Color x:Key="AccentColor">#CCF0A30A</Color> | ||
<!--60%--> | ||
<Color x:Key="AccentColor2">#99F0A30A</Color> | ||
<!--40%--> | ||
<Color x:Key="AccentColor3">#66F0A30A</Color> | ||
<!--20%--> | ||
<Color x:Key="AccentColor4">#33F0A30A</Color> | ||
|
||
<LinearGradientBrush x:Key="BrandingBrush" EndPoint="0.001,0.5" StartPoint="1.002,0.5"> | ||
<GradientStop Color="{DynamicResource HighlightDarkColor}" Offset="0"/> | ||
<GradientStop Color="#FFD4D115" Offset="1"/> | ||
</LinearGradientBrush> | ||
|
||
<SolidColorBrush x:Key="AccentColorBrush" | ||
Color="{StaticResource AccentColor}" /> | ||
|
||
<SolidColorBrush x:Key="AccentSelectedColorBrush" | ||
Color="White" /> | ||
|
||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Color x:Key="HighlightDarkColor">#FF825A2C</Color> | ||
<Color x:Key="HighlightLightColor">#FF825A2C</Color> | ||
|
||
<Color x:Key="AccentColor">#CC825A2C</Color> | ||
<!--60%--> | ||
<Color x:Key="AccentColor2">#99825A2C</Color> | ||
<!--40%--> | ||
<Color x:Key="AccentColor3">#66825A2C</Color> | ||
<!--20%--> | ||
<Color x:Key="AccentColor4">#33825A2C</Color> | ||
|
||
<LinearGradientBrush x:Key="BrandingBrush" EndPoint="0.001,0.5" StartPoint="1.002,0.5"> | ||
<GradientStop Color="{DynamicResource HighlightDarkColor}" Offset="0"/> | ||
<GradientStop Color="#FFD4D115" Offset="1"/> | ||
</LinearGradientBrush> | ||
|
||
<SolidColorBrush x:Key="AccentColorBrush" | ||
Color="{StaticResource AccentColor}" /> | ||
|
||
<SolidColorBrush x:Key="AccentSelectedColorBrush" | ||
Color="White" /> | ||
|
||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Color x:Key="HighlightDarkColor">#FF0050EF</Color> | ||
<Color x:Key="HighlightLightColor">#FF0050EF</Color> | ||
|
||
<Color x:Key="AccentColor">#CC0050EF</Color> | ||
<!--60%--> | ||
<Color x:Key="AccentColor2">#990050EF</Color> | ||
<!--40%--> | ||
<Color x:Key="AccentColor3">#660050EF</Color> | ||
<!--20%--> | ||
<Color x:Key="AccentColor4">#330050EF</Color> | ||
|
||
<LinearGradientBrush x:Key="BrandingBrush" EndPoint="0.001,0.5" StartPoint="1.002,0.5"> | ||
<GradientStop Color="{DynamicResource HighlightDarkColor}" Offset="0"/> | ||
<GradientStop Color="#FFD4D115" Offset="1"/> | ||
</LinearGradientBrush> | ||
|
||
<SolidColorBrush x:Key="AccentColorBrush" | ||
Color="{StaticResource AccentColor}" /> | ||
|
||
<SolidColorBrush x:Key="AccentSelectedColorBrush" | ||
Color="White" /> | ||
|
||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Color x:Key="HighlightDarkColor">#FFA20025</Color> | ||
<Color x:Key="HighlightLightColor">#FFA20025</Color> | ||
|
||
<Color x:Key="AccentColor">#CCA20025</Color> | ||
<!--60%--> | ||
<Color x:Key="AccentColor2">#99A20025</Color> | ||
<!--40%--> | ||
<Color x:Key="AccentColor3">#66A20025</Color> | ||
<!--20%--> | ||
<Color x:Key="AccentColor4">#33A20025</Color> | ||
|
||
<LinearGradientBrush x:Key="BrandingBrush" EndPoint="0.001,0.5" StartPoint="1.002,0.5"> | ||
<GradientStop Color="{DynamicResource HighlightDarkColor}" Offset="0"/> | ||
<GradientStop Color="#FFD4D115" Offset="1"/> | ||
</LinearGradientBrush> | ||
|
||
<SolidColorBrush x:Key="AccentColorBrush" | ||
Color="{StaticResource AccentColor}" /> | ||
|
||
<SolidColorBrush x:Key="AccentSelectedColorBrush" | ||
Color="White" /> | ||
|
||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Color x:Key="HighlightDarkColor">#FF1BA1E2</Color> | ||
<Color x:Key="HighlightLightColor">#FF1BA1E2</Color> | ||
|
||
<Color x:Key="AccentColor">#CC1BA1E2</Color> | ||
<!--60%--> | ||
<Color x:Key="AccentColor2">#991BA1E2</Color> | ||
<!--40%--> | ||
<Color x:Key="AccentColor3">#661BA1E2</Color> | ||
<!--20%--> | ||
<Color x:Key="AccentColor4">#331BA1E2</Color> | ||
|
||
<LinearGradientBrush x:Key="BrandingBrush" EndPoint="0.001,0.5" StartPoint="1.002,0.5"> | ||
<GradientStop Color="{DynamicResource HighlightDarkColor}" Offset="0"/> | ||
<GradientStop Color="#FFD4D115" Offset="1"/> | ||
</LinearGradientBrush> | ||
|
||
<SolidColorBrush x:Key="AccentColorBrush" | ||
Color="{StaticResource AccentColor}" /> | ||
|
||
<SolidColorBrush x:Key="AccentSelectedColorBrush" | ||
Color="White" /> | ||
|
||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | ||
<Color x:Key="HighlightDarkColor">#FF008A00</Color> | ||
<Color x:Key="HighlightLightColor">#FF008A00</Color> | ||
|
||
<Color x:Key="AccentColor">#CC008A00</Color> | ||
<!--60%--> | ||
<Color x:Key="AccentColor2">#99008A00</Color> | ||
<!--40%--> | ||
<Color x:Key="AccentColor3">#66008A00</Color> | ||
<!--20%--> | ||
<Color x:Key="AccentColor4">#33008A00</Color> | ||
|
||
<LinearGradientBrush x:Key="BrandingBrush" EndPoint="0.001,0.5" StartPoint="1.002,0.5"> | ||
<GradientStop Color="{DynamicResource HighlightDarkColor}" Offset="0"/> | ||
<GradientStop Color="#FFD4D115" Offset="1"/> | ||
</LinearGradientBrush> | ||
|
||
<SolidColorBrush x:Key="AccentColorBrush" | ||
Color="{StaticResource AccentColor}" /> | ||
|
||
<SolidColorBrush x:Key="AccentSelectedColorBrush" | ||
Color="White" /> | ||
|
||
|
||
</ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.