104 lines
8.7 KiB
XML
104 lines
8.7 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:po="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
|
|
xmlns:sys="clr-namespace:System;assembly=mscorlib">
|
|
|
|
<sys:Double x:Key="GrainOpacity">0.3</sys:Double>
|
|
<sys:Double x:Key="IconShadowOpacity">1.0</sys:Double>
|
|
|
|
<!-- Text-stroke shadows behind button labels. -->
|
|
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="3" ShadowDepth="0.8" Direction="270" Opacity="0.7"/>
|
|
<DropShadowEffect x:Key="TextStrokeSoft" Color="Black" BlurRadius="2" ShadowDepth="0.6" Direction="270" Opacity="0.45"/>
|
|
|
|
<!-- Chrome the shared layer leaves to the app -->
|
|
<SolidColorBrush x:Key="TextFooter" Color="#b4b6b1" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="MenuTextBrush" Color="#d7d7cf" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="TreeLineBrush" Color="#096366" po:Freeze="True"/>
|
|
<!-- Ectoplasm treats selection as a solid statement: its signature sickly yellow,
|
|
paired with the shared contract's near-black SelectionFg. -->
|
|
<SolidColorBrush x:Key="RowSelectedBrush" Color="#ead900" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#44ffffff" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="RowAltBrush" Color="#18ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<!-- Resting accent edge: the accent at 40%, for a lip that reads as accent-colored
|
|
without claiming to be the live thing. The active tab of the UNFOCUSED pane. -->
|
|
<SolidColorBrush x:Key="TabEdgeBrush" Color="#66ead900" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55ead900" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#ead900" po:Freeze="True"/>
|
|
|
|
<!-- Shortcut categories. One color per group, shared by the list headings and the
|
|
keyboard map's keycap borders (KeyboardMapOverlay.cs). -->
|
|
<SolidColorBrush x:Key="KsCatFile" Color="#00fff9" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="KsCatNav" Color="#8c1eff" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="KsCatView" Color="#f222ff" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="KsCatSearch" Color="#00b3ff" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="KsCatEdit" Color="#ff2975" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="KsCatTabs" Color="#ffd319" po:Freeze="True"/>
|
|
<SolidColorBrush x:Key="KsCatHelp" Color="#39ff14" po:Freeze="True"/>
|
|
|
|
<SolidColorBrush x:Key="PrimaryBrush" Color="#ead900" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#eddf29" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#beb109" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="HeaderLineBrush" Color="#bd00c6" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#1e1f22" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#ead900" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="InputHoverBrush" Color="#ead900" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<LinearGradientBrush x:Key="BackgroundBrush" StartPoint="0,0.5" EndPoint="1,0.5" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><GradientStop Color="#5e1764" Offset="0" /><GradientStop Color="#25232b" Offset="1" /></LinearGradientBrush>
|
|
|
|
<SolidColorBrush x:Key="SurfaceBrush" Color="#314548" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="PaneBrush" Color="#293c3f" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="TableHeaderBrush" Color="#384a4c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="CardBorderBrush" Color="#109fa3" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="PaneBorderBrush" Color="#096366" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="AppBorderBrush" Color="#7e0685" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="TextBrush" Color="#f4f4f0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="MutedTextBrush" Color="#d7d7cf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="ChromeTextBrush" Color="#fafaf6" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="DimTextBrush" Color="#b4b6b1" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="RowHoverBrush" Color="#25232c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="SelectionBg" Color="#ead900" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="SelectionFg" Color="#1e1f22" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="InputBorderBrush" Color="#096366" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#383838" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="MenuBorderBrush" Color="#096366" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<SolidColorBrush x:Key="MenuHoverBrush" Color="#6f6f6f" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
|
|
|
<CornerRadius x:Key="WindowCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">7</CornerRadius>
|
|
|
|
<CornerRadius x:Key="PanelCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">6</CornerRadius>
|
|
|
|
<CornerRadius x:Key="ControlCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">4</CornerRadius>
|
|
|
|
<CornerRadius x:Key="SmallCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">3</CornerRadius>
|
|
|
|
<CornerRadius x:Key="FlyoutCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">4</CornerRadius>
|
|
|
|
<CornerRadius x:Key="AccentSwatchCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">9</CornerRadius>
|
|
|
|
<LinearGradientBrush x:Key="TitleBarBrush" StartPoint="0,0.5" EndPoint="1,0.5" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><GradientStop Color="#5e1764" Offset="0" /><GradientStop Color="#25232b" Offset="1" /></LinearGradientBrush>
|
|
|
|
</ResourceDictionary>
|