-
Notifications
You must be signed in to change notification settings - Fork 0
/
Constants.xaml
107 lines (97 loc) · 6.02 KB
/
Constants.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<!--Edit for Logo Font-->
<FontFamily x:Key="LogoFont">Copperplate Gothic</FontFamily>
<sys:Double x:Key="LogoSize">34</sys:Double>
<sys:Double x:Key="FontSizeSmall">12</sys:Double>
<sys:Double x:Key="FontSize">14</sys:Double>
<sys:Double x:Key="FontSizeLarge">15</sys:Double>
<sys:Double x:Key="FontSizeLarger">20</sys:Double>
<sys:Double x:Key="FontSizeLargest">29</sys:Double>
<FontFamily x:Key="FontFamily">Arial</FontFamily>
<Thickness x:Key="PopupBorderThickness">0.5</Thickness>
<Thickness x:Key="ControlBorderThickness">1</Thickness>
<sys:Double x:Key="EllipseBorderThickness">1</sys:Double>
<CornerRadius x:Key="ControlCornerRadius">2</CornerRadius>
<Color x:Key="BlackColor">#FF000000</Color>
<Color x:Key="WhiteColor">#FFFFFFFF</Color>
<Color x:Key="TextColor">#FFFFFF</Color>
<Color x:Key="TextColorDarker">#FF626164</Color>
<Color x:Key="TextColorDark">#FF000000</Color>
<Color x:Key="MainColor">#FF262B33</Color>
<Color x:Key="MainColorDark">#FF2C3139</Color>
<Color x:Key="HoverColor">#247BA0</Color>
<Color x:Key="GlyphColor">#55CDFF</Color>
<Color x:Key="HighlightGlyphColor">#696773</Color>
<Color x:Key="PopupBackgroundColor">#171e26</Color>
<Color x:Key="PopupBorderColor">Transparent</Color>
<Color x:Key="BackgroundToneColor">#2C3A67</Color>
<Color x:Key="GridItemBackgroundColor">#151e3d</Color>
<Color x:Key="PanelSeparatorColor">#662C3A67</Color>
<Color x:Key="WindowBackgroundColor">#FF262F39</Color>
<!-- darklinkpower ExtraMetadata plugin -->
<sys:Boolean x:Key="UseAbsoluteExtraMetadataPath">true</sys:Boolean>
<sys:String x:Key="ExtraMetadataPath">C:\Users\azure\AppData\Roaming\Playnite</sys:String>
<sys:Double x:Key="MaxLogoWidth">500</sys:Double>
<sys:Double x:Key="MaxLogoHeight">200</sys:Double>
<!--End Extrametadata plugin-->
<SolidColorBrush x:Key="ControlBackgroundBrush" Color="Transparent" />
<SolidColorBrush x:Key="TextBrush" Color="{DynamicResource TextColor}" />
<SolidColorBrush x:Key="TextBrushDarker" Color="{DynamicResource TextColorDarker}" />
<SolidColorBrush x:Key="TextBrushDark" Color="{DynamicResource TextColorDark}" />
<SolidColorBrush x:Key="NormalBrush" Color="{DynamicResource MainColor}" />
<SolidColorBrush x:Key="NormalBrushDark" Color="{DynamicResource MainColorDark}" />
<SolidColorBrush x:Key="NormalBorderBrush" Color="#FF2658A6" />
<SolidColorBrush x:Key="HoverBrush" Color="{DynamicResource HighlightGlyphColor}" />
<LinearGradientBrush x:Key="GlyphBrush" StartPoint="0.5,0" EndPoint="0.5,1">
<GradientStop Color="#FF628BBE" Offset="0"/>
<GradientStop Color="#FF3D73B7" Offset="1"/>
</LinearGradientBrush>
<LinearGradientBrush x:Key="PlayButtonBrush" EndPoint="1,1" MappingMode="RelativeToBoundingBox" StartPoint="0,0">
<GradientStop Color="#FF18B04E" Offset="1"/>
<GradientStop Color="#FF50C832" Offset="0"/>
</LinearGradientBrush>
<LinearGradientBrush x:Key="GroupBrush" EndPoint="1,1" MappingMode="RelativeToBoundingBox" StartPoint="0,0">
<GradientStop Color="#292f3b" Offset="0"/>
<GradientStop Color="#242930" Offset="1"/>
</LinearGradientBrush>
<SolidColorBrush x:Key="HighlightGlyphBrush" Color="#8755CDFF"/>
<SolidColorBrush x:Key="PopupBorderBrush" Color="{DynamicResource PopupBorderColor}" />
<SolidColorBrush x:Key="TooltipBackgroundBrush" Color="#4c515a" />
<SolidColorBrush x:Key="ButtonBackgroundBrush" Color="#00FFFFFF" />
<SolidColorBrush x:Key="GridItemBackgroundBrush" Color="{DynamicResource GridItemBackgroundColor}" />
<SolidColorBrush x:Key="PanelSeparatorBrush" Color="Transparent"/>
<SolidColorBrush x:Key="PopupBackgroundBrush" Color="#3c4047" />
<SolidColorBrush x:Key="ExpanderBackgroundBrush" Color="#FF252B38" />
<SolidColorBrush x:Key="PositiveRatingBrush" Color="#78ffa0" />
<SolidColorBrush x:Key="NegativeRatingBrush" Color="#ff6b6b" />
<SolidColorBrush x:Key="MixedRatingBrush" Color="#fffca1" />
<SolidColorBrush x:Key="WindowBackgourndBrush" Color="{DynamicResource WindowBackgroundColor}"/>
<Visibility x:Key="ShowGameActivityTop">Visible</Visibility>
<Visibility x:Key="ShowHLTBData">Visible</Visibility>
<Visibility x:Key="ShowAchievements">Visible</Visibility>
<Visibility x:Key="ShowAchievementsTimeline">Visible</Visibility>
<Visibility x:Key="ShowAchievementsList">Visible</Visibility>
<Visibility x:Key="ShowAchievementsTop">Visible</Visibility>
<Visibility x:Key="ShowAchievementsProgress">Visible</Visibility>
<Visibility x:Key="ShowAchievementsUnlocked">Visible</Visibility>
<Visibility x:Key="ShowAchievementsLocked">Visible</Visibility>
<sys:Boolean x:Key="ShowGradient">True</sys:Boolean>
<sys:Boolean x:Key="SelectGameActivity">True</sys:Boolean>
<sys:Boolean x:Key="SelectScreenshotView">True</sys:Boolean>
<HorizontalAlignment x:Key="LogoHorizontalAlignment">Left</HorizontalAlignment>
<VerticalAlignment x:Key="LogoVerticalAlignment">Bottom</VerticalAlignment>
<LinearGradientBrush x:Key="ContextBrush" EndPoint="1,1" MappingMode="RelativeToBoundingBox" StartPoint="0,0">
<GradientStop Color="#235dce" Offset="1"/>
<GradientStop Color="#3a9cee" Offset="0"/>
</LinearGradientBrush>
<LinearGradientBrush x:Key="PlayButtonHover" EndPoint="1,1" MappingMode="RelativeToBoundingBox" StartPoint="0,0">
<GradientStop Color="#70d61e" Offset="0"/>
<GradientStop Color="#38be3c" Offset="1"/>
</LinearGradientBrush>
<LinearGradientBrush x:Key="ContextHover" EndPoint="1,1" MappingMode="RelativeToBoundingBox" StartPoint="0,0">
<GradientStop Color="#47bfff" Offset="0"/>
<GradientStop Color="#3081e0" Offset="1"/>
</LinearGradientBrush>
</ResourceDictionary>