feat: rebrand to MMD PDF, single corporate theme, and remove original text under an edit
- Services/PdfRedactText.cs: strip text whose origin falls inside a CoverAnnotation from the page content stream at save time, hooked into PdfBurn.DrawAnnotationsIntoDoc. Fixes edited values staying recoverable by text extraction. - Themes/MMD.xaml replaces all thirteen themes; picker and accent strip removed; no dark mode. - Rename KillerPDF -> MMD PDF across code, resources, packaging and locale strings; new icon. - Remove the upstream author credit and the in-app install button.
This commit is contained in:
@@ -1,586 +0,0 @@
|
||||
<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">
|
||||
<!-- The file picker's tree is a white sunken client area, so its chevron mask must match. -->
|
||||
<SolidColorBrush x:Key="TreeChevronMaskBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
|
||||
<sys:Double x:Key="GrainOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
<sys:Double x:Key="IconShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<sys:Double x:Key="WordmarkShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<!-- Text-stroke shadows behind button labels. Nulled, as on Light: any Effect
|
||||
rasterizes ClearType, so on a light surface the label just looks blurry. -->
|
||||
<x:Null x:Key="TextStroke"/>
|
||||
<x:Null x:Key="TextStrokeSoft"/>
|
||||
|
||||
<!-- Chrome the shared layer leaves to the app -->
|
||||
<SolidColorBrush x:Key="TextFooter" Color="#000000" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#808080" po:Freeze="True"/>
|
||||
<!-- A faint wash, NOT the base layer's SelectionBg - see the note in Sepulchre.xaml. A
|
||||
translucent BLACK rather than the white the dark themes use: 98SE's surfaces are
|
||||
#c0c0c0 and #ffffff, so a white wash would be invisible on both. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#004f00" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#a0a0a0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#08000000" 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="#66004f00" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#a0a0a0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
|
||||
<!-- 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="#009e99" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatNav" Color="#6a11cc" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatView" Color="#a316b5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatSearch" Color="#0077b3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatEdit" Color="#d1105a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatTabs" Color="#a67c00" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatHelp" Color="#128c07" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#004f00" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#3a7d44" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#003600" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#004f00" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#004f00" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<!-- The PDF canvas needs separation from the classic #c0c0c0 window face without turning
|
||||
white and competing with the pages themselves. This slightly deeper neutral frames white
|
||||
documents while keeping the application unmistakably in the Win98 palette. -->
|
||||
<SolidColorBrush x:Key="BgCanvas" Color="#aaaaaa" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<!-- 98SE communicates split-pane focus by shading the complete live pane, not by drawing
|
||||
the accent halo used by the rounded themes. The selected tab uses this same brush. -->
|
||||
<SolidColorBrush x:Key="FocusedPaneBrush" Color="#9f9f9f" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<!-- This is both the HWND/DWM outline and RootBorder's outermost pixel. On the right and
|
||||
bottom of a classic raised window the darkest line is the LAST, outside edge. -->
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#404040" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="FilenameBrush" Color="#e8e8e8" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#606060" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#004f00" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputEdgeBrush" Color="#00000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TextSelectionBrush" Color="#004f00" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<sys:Double x:Key="TextSelectionOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">1.0</sys:Double>
|
||||
|
||||
<sys:Double x:Key="EditorSelectionOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0.75</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="TextSelectionTextBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<sys:Boolean x:Key="EditorSelectionOverlay" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">True</sys:Boolean>
|
||||
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#000080" 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">0</CornerRadius>
|
||||
|
||||
<CornerRadius x:Key="PanelCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<CornerRadius x:Key="ControlCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<CornerRadius x:Key="SmallCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<CornerRadius x:Key="FlyoutCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<!-- UiKit.RadWindow: without this key the kit falls back to 7 and every code-built dialog
|
||||
(color picker, print preview) draws a rounded frame on the one theme that must be square. -->
|
||||
<CornerRadius x:Key="RadWindow" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<CornerRadius x:Key="RadCard" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<CornerRadius x:Key="RadControl" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<FontFamily x:Key="MenuFontFamily" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Microsoft Sans Serif</FontFamily>
|
||||
<FontFamily x:Key="UiFont" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Microsoft Sans Serif</FontFamily>
|
||||
<sys:Double x:Key="MenuFontSize" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">11</sys:Double>
|
||||
<Thickness x:Key="MenuItemPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">6,3,8,3</Thickness>
|
||||
|
||||
<CornerRadius x:Key="AccentSwatchCornerRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<LinearGradientBrush x:Key="TitleBarBrush" StartPoint="0,0" EndPoint="1,0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><GradientStop Color="#004000" Offset="0" /><GradientStop Color="#3a7d44" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
<sys:Double x:Key="PaneShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<sys:Double x:Key="BarShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<!-- Theme switches merge per-key in place, so a key missing here keeps the previous theme's
|
||||
value. This one was missing, which is why the header shadow survived a switch into 98SE
|
||||
and hung over the tab strip. -->
|
||||
<sys:Double x:Key="HeaderShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<sys:Double x:Key="FlyoutShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<sys:Double x:Key="ThemeRadioShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<sys:Double x:Key="AboutShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
<sys:Double x:Key="AboutIconShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
<Visibility x:Key="AboutCaptionVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Visible</Visibility>
|
||||
<Visibility x:Key="AboutModernCloseVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Collapsed</Visibility>
|
||||
<sys:Double x:Key="ShortcutShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
<sys:Double x:Key="ShortcutHeaderShadowOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
<Visibility x:Key="ShortcutCaptionVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Visible</Visibility>
|
||||
<Visibility x:Key="ShortcutModernHeaderVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Collapsed</Visibility>
|
||||
|
||||
<LinearGradientBrush x:Key="DialogTitleBarBrush" StartPoint="0,0" EndPoint="1,0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><GradientStop Color="#004000" Offset="0"/><GradientStop Color="#3a7d44" Offset="1"/></LinearGradientBrush>
|
||||
|
||||
<SolidColorBrush x:Key="FileDialogPaneBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="KeyboardKeyBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="SplitHostMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<sys:Double x:Key="SplitPaneGutterWidth" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">8</sys:Double>
|
||||
|
||||
<Thickness x:Key="WindowFrameThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">3</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="DialogFrameBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<!-- Overlay close button, classic face: MDL2 X glyph, black, bevel-sized (KillerScan's 98SE values). -->
|
||||
<sys:Double x:Key="AboutCloseWidth" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">18</sys:Double>
|
||||
<sys:Double x:Key="AboutCloseHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">16</sys:Double>
|
||||
<Thickness x:Key="AboutCloseMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,4,4,0</Thickness>
|
||||
<sys:String x:Key="AboutCloseGlyph" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib"></sys:String>
|
||||
<FontFamily x:Key="AboutCloseFont" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Segoe MDL2 Assets</FontFamily>
|
||||
<SolidColorBrush x:Key="AboutCloseFg" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="AboutCloseHoverFg" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<!-- The five directional rings below already draw the classic raised window edge. A uniform
|
||||
black outline over them turns every side into a heavy dark box. -->
|
||||
<Thickness x:Key="DialogFrameThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
<Thickness x:Key="DialogFramePadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">2</Thickness>
|
||||
<!-- Dialogs and the main window share KillerNotes' symmetric Win98 sizing frame. -->
|
||||
<Thickness x:Key="DialogWindowFrameThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">3</Thickness>
|
||||
<Thickness x:Key="DialogWindowFramePadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">5</Thickness>
|
||||
|
||||
<!-- Structural controls (tabs, scroll arrows and pane joins) remain one physical pixel.
|
||||
Buttons have their own 2px classic edge below so their depth cannot leak into tabs. -->
|
||||
<Thickness x:Key="BevelLightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="BevelDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<Thickness x:Key="ButtonBevelLightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">2,2,0,0</Thickness>
|
||||
<Thickness x:Key="ButtonBevelDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,2,2</Thickness>
|
||||
<Thickness x:Key="CheckSunkenDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
<Thickness x:Key="CheckSunkenLightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<Thickness x:Key="TabActiveBevelDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,0</Thickness>
|
||||
|
||||
<Thickness x:Key="TabInactiveBevelDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,0</Thickness>
|
||||
|
||||
<Thickness x:Key="TabStripeThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="TabBevelMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">-12,-4,-5,-4</Thickness>
|
||||
|
||||
<!-- The selected tab's dark right edge must reach the same strip/card seam as its light
|
||||
left edge. A -2 bottom stopped it two pixels early and made it dissolve into the band. -->
|
||||
<Thickness x:Key="TabActiveBevelDarkMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">-12,-4,-5,-4</Thickness>
|
||||
|
||||
<!-- Inner half of the selected tab's raised edge. The outer white edge is drawn by
|
||||
tabBevelLight; this inset face-color highlight continues the pane's second bevel
|
||||
pixel up the tab and across its top. -->
|
||||
<SolidColorBrush x:Key="TabActiveInnerBevelBrush" Color="#dfdfdf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<Thickness x:Key="TabActiveInnerBevelThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
<Thickness x:Key="TabActiveInnerBevelMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">-11,-3,-4,-4</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="TabSeamPatchBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ComboFieldBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ComboFieldHoverBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ComboPopupBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ComboButtonBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ComboButtonHoverBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<sys:Double x:Key="ComboButtonMinWidth" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">16</sys:Double>
|
||||
|
||||
<sys:Double x:Key="ComboButtonSize" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">18</sys:Double>
|
||||
|
||||
<!-- Print/file fields are 28px high: the classic arrow remains narrow but its face fills the
|
||||
26px interior instead of floating as an 18px square in the middle of the field. -->
|
||||
<sys:Double x:Key="ComboButtonHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">26</sys:Double>
|
||||
|
||||
<sys:Double x:Key="ZoomBoxHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">22</sys:Double>
|
||||
|
||||
<Thickness x:Key="ComboChevMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">5,-2,-6,-2</Thickness>
|
||||
|
||||
<Thickness x:Key="ComboChevGlyphMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<sys:String x:Key="ComboChevGlyph" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">6</sys:String>
|
||||
|
||||
<FontFamily x:Key="ComboChevFont" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Marlett</FontFamily>
|
||||
|
||||
<SolidColorBrush x:Key="ComboHighlightTextBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="TabFocusThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="TabFocusFirstThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="TabFocusLastThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="TabFocusOnlyThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="TabFocusPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">12,4,5,4</Thickness>
|
||||
|
||||
<Thickness x:Key="TabFocusFirstPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">12,4,5,4</Thickness>
|
||||
|
||||
<Thickness x:Key="TabFocusLastPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">12,4,5,4</Thickness>
|
||||
|
||||
<Thickness x:Key="TabFocusOnlyPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">12,4,5,4</Thickness>
|
||||
|
||||
<Thickness x:Key="TreePanePadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">2,0,0,0</Thickness>
|
||||
|
||||
|
||||
<sys:Double x:Key="TabChamfer" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">3</sys:Double>
|
||||
|
||||
<Thickness x:Key="TabPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">12,4,5,4</Thickness>
|
||||
|
||||
<Thickness x:Key="TabActivePadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">12,4,5,4</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="BevelLightBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="BevelDarkBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="DetailsPaneBorderThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<sys:Double x:Key="DetailsDividerWidth" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<Thickness x:Key="TabMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,5,0,1</Thickness>
|
||||
<!-- Leave the pane's outer gray pixel exposed when its first tab is behind the
|
||||
selected tab. The negative right margin preserves the shared tab seam. -->
|
||||
<Thickness x:Key="TabInactiveFirstMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,5,-1,1</Thickness>
|
||||
<!-- Reserve the strip's final pixel for the outer gray frame. The tab's own dark
|
||||
bevel then remains visible one pixel inside it instead of being clipped. -->
|
||||
<Thickness x:Key="TabInactiveLastMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,5,1,1</Thickness>
|
||||
<!-- The raised pane's visible light edge is its inner x pixel. Keep a first active tab on
|
||||
that same pixel so the line does not step sideways where the tab meets the pane. -->
|
||||
<Thickness x:Key="TabActiveFirstMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,3,0,0</Thickness>
|
||||
<Thickness x:Key="TabActiveLastMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,3,1,0</Thickness>
|
||||
<Thickness x:Key="TabActiveOnlyMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,3,1,0</Thickness>
|
||||
<Visibility x:Key="RetroTabJoinVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Visible</Visibility>
|
||||
<Visibility x:Key="RetroActiveTabOutlineVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Visible</Visibility>
|
||||
<sys:Double x:Key="TabBandHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">28</sys:Double>
|
||||
<Thickness x:Key="FooterStatusPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">10.5,0,12,0</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="TabRingIdleBrush" Color="Transparent" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TabActiveRingBrush" Color="Transparent" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="BarUnderlineThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<sys:Double x:Key="FooterHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">24</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="FrameOuterLightBrush" Color="#dfdfdf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="FrameOuterDarkBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="FrameOuterLightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="FrameOuterDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="FrameInnerLightBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="FrameInnerDarkBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<LinearGradientBrush x:Key="WindowFrameBrush" StartPoint="0,0" EndPoint="1,1" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><GradientStop Color="#cbcbcb" Offset="0" /><GradientStop Color="#bcbcbc" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
<Thickness x:Key="WindowFrameMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">2</Thickness>
|
||||
|
||||
<Thickness x:Key="WindowFramePadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">5,4,5,5</Thickness>
|
||||
|
||||
<FontFamily x:Key="FooterStatusFont" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Consolas</FontFamily>
|
||||
<FontFamily x:Key="FooterMetaFont" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Consolas</FontFamily>
|
||||
|
||||
<Thickness x:Key="TitleBarBleed" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="AboutCaptionMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">2,2,2,0</Thickness>
|
||||
|
||||
<Thickness x:Key="AboutContentMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">2,10,2,0</Thickness>
|
||||
|
||||
<FontFamily x:Key="DetailsNameFont" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Courier New</FontFamily>
|
||||
|
||||
<SolidColorBrush x:Key="MenuBevel2LightBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBevel2DarkBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="MenuBevel2LightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="MenuBevel2DarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="MenuBevelLightBrush" Color="#dfdfdf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBevelDarkBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="MenuBevelLightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="MenuBevelDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<Thickness x:Key="MenuBevelInnerMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1</Thickness>
|
||||
|
||||
<sys:Double x:Key="DialogStatusBarHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">24</sys:Double>
|
||||
|
||||
<Visibility x:Key="DialogStatusBarVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Visible</Visibility>
|
||||
|
||||
<Visibility x:Key="DialogInlineSelVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Collapsed</Visibility>
|
||||
|
||||
<Thickness x:Key="DialogContentMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">3,3,3,3</Thickness>
|
||||
|
||||
<Thickness x:Key="DialogRowMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">3,0,3,0</Thickness>
|
||||
|
||||
<Thickness x:Key="DialogFieldMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">3,4,3,0</Thickness>
|
||||
|
||||
<Thickness x:Key="DialogButtonsMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">3,4,3,4</Thickness>
|
||||
|
||||
<sys:Double x:Key="BarSepWidth" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">2</sys:Double>
|
||||
|
||||
<LinearGradientBrush x:Key="BarSepBrush" StartPoint="0,0" EndPoint="1,0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><GradientStop Color="#808080" Offset="0" /><GradientStop Color="#808080" Offset="0.5" /><GradientStop Color="#ffffff" Offset="0.5" /><GradientStop Color="#ffffff" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
<Thickness x:Key="FrameInnerMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1</Thickness>
|
||||
|
||||
<Thickness x:Key="FrameInnerLightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="FrameInnerDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<Thickness x:Key="SidebarPanelMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,2,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="SidebarInnerDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Visibility x:Key="SidebarInnerDarkVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Collapsed</Visibility>
|
||||
|
||||
<sys:Double x:Key="ScrollBarThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">16</sys:Double>
|
||||
|
||||
<CornerRadius x:Key="ScrollThumbRadius" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</CornerRadius>
|
||||
|
||||
<sys:Double x:Key="PaneCornerRadiusValue" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<sys:Double x:Key="BarCornerRadiusValue" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<Thickness x:Key="ScrollThumbMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="ScrollThumbMarginH" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="ScrollTrackBrush" Color="#dfdfdf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ScrollTrackBevelDark" Color="Transparent" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ScrollTrackBevelLight" Color="Transparent" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<sys:Double x:Key="ScrollArrowSize" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">16</sys:Double>
|
||||
|
||||
<!-- The pane overlaps the scrollbar's outermost top row. Draw the up-button bevel one
|
||||
pixel inside its own template instead of patching it above the pane afterward. -->
|
||||
<Thickness x:Key="ScrollArrowTopBevelMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,1,0,0</Thickness>
|
||||
|
||||
<!-- Raised Win98 panel edge. The markup crosses these historic key names against the
|
||||
opposite-side thicknesses, so the colors here intentionally produce white/face on the
|
||||
top-left and gray/black on the bottom-right. -->
|
||||
<SolidColorBrush x:Key="PaneBevelDarkBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBevelLightBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="PaneBevelLightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="PaneBevelDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="PaneBevelDark2Brush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBevelLight2Brush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<!-- Document clients are raised; the sidebar intentionally remains recessed. -->
|
||||
<SolidColorBrush x:Key="DocumentPaneBevelTopLeftBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="DocumentPaneBevelBottomRightBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="DocumentPaneBevelInnerTopLeftBrush" Color="#dfdfdf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<SolidColorBrush x:Key="DocumentPaneBevelInnerBottomRightBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="PaneBevel2LightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="PaneBevel2DarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<Thickness x:Key="PaneBevelInnerMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="PaneEdgeBrush" Color="#00000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="PaneOuterMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,-2,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="TabBarMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="PaneEdgeThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="FooterBevelDarkBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="FooterBevelLightBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="FooterCellLightThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">1,1,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="FooterCellDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,1</Thickness>
|
||||
|
||||
<Thickness x:Key="FooterCellMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,2,2,2</Thickness>
|
||||
|
||||
<Thickness x:Key="FooterCellPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">4,0,4,0</Thickness>
|
||||
|
||||
<Thickness x:Key="FooterPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,-2,0</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="TextFieldBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="RadioWellBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SidebarPaneBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SidebarRailBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ChipFaceBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ChipEdgeBrush" Color="#00000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ChipHoverBrush" Color="#dfdfdf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineFaceBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineTextBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SurfaceHoverBrush" Color="#dfdfdf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineHoverBrush" Color="#dfdfdf" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineHoverTextBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="BarEdgeBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<!-- The 98SE annotation bar is a docked toolbar band, not a floating card. Its surrounding
|
||||
toolbar and document pane already provide the edges, so an additional raised frame boxes
|
||||
the entire band and duplicates those boundaries. -->
|
||||
<Thickness x:Key="BarEdgeThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="BarEdgeDarkBrush" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="BarEdgeDarkThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<Thickness x:Key="BarPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="AboutPanelBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CaptionButtonBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CaptionCloseBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CaptionCloseHoverBrush" Color="#00000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CaptionHoverBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CaptionCloseHoverFgBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CaptionGlyphBrush" Color="#000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<sys:Double x:Key="TitleBarHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">22</sys:Double>
|
||||
|
||||
<Visibility x:Key="PlainTitleVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Visible</Visibility>
|
||||
|
||||
<Visibility x:Key="WordmarkVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Collapsed</Visibility>
|
||||
|
||||
<Visibility x:Key="GripDotsVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Collapsed</Visibility>
|
||||
|
||||
<Visibility x:Key="GripHatchVisibility" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Visible</Visibility>
|
||||
|
||||
<Thickness x:Key="RootBorderThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<sys:Double x:Key="CaptionButtonWidth" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">18</sys:Double>
|
||||
|
||||
<sys:Double x:Key="CaptionButtonHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">16</sys:Double>
|
||||
|
||||
<Thickness x:Key="CaptionButtonMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,1,0</Thickness>
|
||||
|
||||
<Thickness x:Key="CaptionCloseGap" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">2,0,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="CaptionButtonsMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,3,0</Thickness>
|
||||
|
||||
<Thickness x:Key="TitleTextMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,-1,0,0</Thickness>
|
||||
|
||||
<sys:Double x:Key="TitleWordmarkSize" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">11</sys:Double>
|
||||
|
||||
<sys:Double x:Key="TitleWordmarkBoldSize" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">14</sys:Double>
|
||||
|
||||
<sys:Double x:Key="WordmarkEmbossOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">1</sys:Double>
|
||||
|
||||
<FontFamily x:Key="ChromeFontFamily" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">Microsoft Sans Serif</FontFamily>
|
||||
|
||||
<sys:Double x:Key="TitleIconSize" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">16</sys:Double>
|
||||
|
||||
<Thickness x:Key="TitleIconMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0,0,4,0</Thickness>
|
||||
|
||||
<Thickness x:Key="TitleBarPadding" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">4,2,0,0</Thickness>
|
||||
|
||||
<Thickness x:Key="ContentPaneMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="SearchFieldBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ListPaneBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<sys:Double x:Key="EdgeFadeOpacity" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">0</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="OutlineRestBrush" Color="#00000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ButtonEdgeBrush" Color="#00000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="WindowEdgeBrush" Color="#00000000" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<Thickness x:Key="WindowEdgeThickness" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<sys:Boolean x:Key="UseDialogCaption" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">True</sys:Boolean>
|
||||
|
||||
<sys:Double x:Key="DialogTitleBarHeight" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">20</sys:Double>
|
||||
|
||||
<Thickness x:Key="DialogHaloMargin" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">0</Thickness>
|
||||
|
||||
<SolidColorBrush x:Key="BgFlyout" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SliderTrack" Color="#808080" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SortButtonBrush" Color="#c0c0c0" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +0,0 @@
|
||||
<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">
|
||||
<LinearGradientBrush x:Key="TitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#000080" Offset="0"/><GradientStop Color="#1084d0" Offset="1"/></LinearGradientBrush>
|
||||
<LinearGradientBrush x:Key="DialogTitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#000080" Offset="0"/><GradientStop Color="#1084d0" Offset="1"/></LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#000080"/><SolidColorBrush x:Key="PrimaryHoverBrush" Color="#1084d0"/><SolidColorBrush x:Key="PrimaryPressedBrush" Color="#000060"/><SolidColorBrush x:Key="OutlineBtnBrush" Color="#000080"/><SolidColorBrush x:Key="HeaderLineBrush" Color="#000080"/><SolidColorBrush x:Key="SelectionBg" Color="#000080"/><SolidColorBrush x:Key="SelectionAccent" Color="#000080"/><SolidColorBrush x:Key="RadioAccent" Color="#000080"/><SolidColorBrush x:Key="RowSelectedBrush" Color="#000080"/><SolidColorBrush x:Key="TextSelectionBrush" Color="#000080"/>
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +0,0 @@
|
||||
<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">
|
||||
<LinearGradientBrush x:Key="TitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#004000" Offset="0"/><GradientStop Color="#3a7d44" Offset="1"/></LinearGradientBrush>
|
||||
<LinearGradientBrush x:Key="DialogTitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#004000" Offset="0"/><GradientStop Color="#3a7d44" Offset="1"/></LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#004f00"/><SolidColorBrush x:Key="PrimaryHoverBrush" Color="#3a7d44"/><SolidColorBrush x:Key="PrimaryPressedBrush" Color="#003600"/><SolidColorBrush x:Key="OutlineBtnBrush" Color="#004f00"/><SolidColorBrush x:Key="HeaderLineBrush" Color="#004f00"/><SolidColorBrush x:Key="SelectionBg" Color="#004f00"/><SolidColorBrush x:Key="SelectionAccent" Color="#004f00"/><SolidColorBrush x:Key="RadioAccent" Color="#004f00"/><SolidColorBrush x:Key="RowSelectedBrush" Color="#004f00"/>
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +0,0 @@
|
||||
<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">
|
||||
<LinearGradientBrush x:Key="TitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#804000" Offset="0"/><GradientStop Color="#c07828" Offset="1"/></LinearGradientBrush>
|
||||
<LinearGradientBrush x:Key="DialogTitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#804000" Offset="0"/><GradientStop Color="#c07828" Offset="1"/></LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#804000"/><SolidColorBrush x:Key="PrimaryHoverBrush" Color="#a05000"/><SolidColorBrush x:Key="PrimaryPressedBrush" Color="#603000"/><SolidColorBrush x:Key="OutlineBtnBrush" Color="#804000"/><SolidColorBrush x:Key="HeaderLineBrush" Color="#804000"/><SolidColorBrush x:Key="SelectionBg" Color="#804000"/><SolidColorBrush x:Key="SelectionAccent" Color="#804000"/><SolidColorBrush x:Key="RadioAccent" Color="#804000"/><SolidColorBrush x:Key="RowSelectedBrush" Color="#804000"/><SolidColorBrush x:Key="TextSelectionBrush" Color="#804000"/>
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +0,0 @@
|
||||
<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">
|
||||
<LinearGradientBrush x:Key="TitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#402050" Offset="0"/><GradientStop Color="#8a5ca8" Offset="1"/></LinearGradientBrush>
|
||||
<LinearGradientBrush x:Key="DialogTitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#402050" Offset="0"/><GradientStop Color="#8a5ca8" Offset="1"/></LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#4b286d"/><SolidColorBrush x:Key="PrimaryHoverBrush" Color="#6e3f8f"/><SolidColorBrush x:Key="PrimaryPressedBrush" Color="#341b4d"/><SolidColorBrush x:Key="OutlineBtnBrush" Color="#4b286d"/><SolidColorBrush x:Key="HeaderLineBrush" Color="#4b286d"/><SolidColorBrush x:Key="SelectionBg" Color="#4b286d"/><SolidColorBrush x:Key="SelectionAccent" Color="#4b286d"/><SolidColorBrush x:Key="RadioAccent" Color="#4b286d"/><SolidColorBrush x:Key="RowSelectedBrush" Color="#4b286d"/><SolidColorBrush x:Key="TextSelectionBrush" Color="#4b286d"/>
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +0,0 @@
|
||||
<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">
|
||||
<LinearGradientBrush x:Key="TitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#680030" Offset="0"/><GradientStop Color="#b05070" Offset="1"/></LinearGradientBrush>
|
||||
<LinearGradientBrush x:Key="DialogTitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#680030" Offset="0"/><GradientStop Color="#b05070" Offset="1"/></LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#700038"/><SolidColorBrush x:Key="PrimaryHoverBrush" Color="#980050"/><SolidColorBrush x:Key="PrimaryPressedBrush" Color="#500028"/><SolidColorBrush x:Key="OutlineBtnBrush" Color="#700038"/><SolidColorBrush x:Key="HeaderLineBrush" Color="#700038"/><SolidColorBrush x:Key="SelectionBg" Color="#700038"/><SolidColorBrush x:Key="SelectionAccent" Color="#700038"/><SolidColorBrush x:Key="RadioAccent" Color="#700038"/><SolidColorBrush x:Key="RowSelectedBrush" Color="#700038"/><SolidColorBrush x:Key="TextSelectionBrush" Color="#700038"/>
|
||||
</ResourceDictionary>
|
||||
@@ -1,5 +0,0 @@
|
||||
<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">
|
||||
<LinearGradientBrush x:Key="TitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#006060" Offset="0"/><GradientStop Color="#00a0a0" Offset="1"/></LinearGradientBrush>
|
||||
<LinearGradientBrush x:Key="DialogTitleBarBrush" StartPoint="0,0" EndPoint="1,0" po:Freeze="True"><GradientStop Color="#006060" Offset="0"/><GradientStop Color="#00a0a0" Offset="1"/></LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#006060"/><SolidColorBrush x:Key="PrimaryHoverBrush" Color="#008080"/><SolidColorBrush x:Key="PrimaryPressedBrush" Color="#004848"/><SolidColorBrush x:Key="OutlineBtnBrush" Color="#006060"/><SolidColorBrush x:Key="HeaderLineBrush" Color="#006060"/><SolidColorBrush x:Key="SelectionBg" Color="#006060"/><SolidColorBrush x:Key="SelectionAccent" Color="#006060"/><SolidColorBrush x:Key="RadioAccent" Color="#006060"/><SolidColorBrush x:Key="RowSelectedBrush" Color="#006060"/><SolidColorBrush x:Key="TextSelectionBrush" Color="#006060"/>
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Black family - BLUE neon accent overlay. Fixed greens (InstallBtnBg, AccentLogo) come
|
||||
from Black.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#081a33" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#081a33" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#0A2C50" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#298DFF" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#081a33" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#298DFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#081a33" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#298DFF" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,27 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Black family - ORANGE neon accent overlay. The selection background is a bright orange (a
|
||||
near-black brown read as muddy), so SelectionFg is dark for legible text on it. Fixed greens
|
||||
(InstallBtnBg, AccentLogo) come from Black.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#332208" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#332208" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#FF910A" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#332208" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#FF910A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#332208" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#FF910A" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Black family - PURPLE neon accent overlay. Fixed greens (InstallBtnBg, AccentLogo) come
|
||||
from Black.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#200833" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#200833" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#250038" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#B829FF" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#200833" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#B829FF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#200833" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#B829FF" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,27 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Black family - RED neon accent overlay. The Black theme uses a colored selection
|
||||
foreground (not white), so SelectionFg is overridden here too. Fixed greens (InstallBtnBg,
|
||||
AccentLogo) come from Black.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#330909" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#330909" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#380000" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#FF2929" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#330909" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#FF2929" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#330909" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#FF2929" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Black family - TEAL neon accent overlay. Fixed greens (InstallBtnBg, AccentLogo) come
|
||||
from Black.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#0AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#0AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#0AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#0AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#0AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#0AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#08332e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#08332e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#003832" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#880AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#0AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#0AFFE7" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#08332e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#0AFFE7" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#08332e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#0AFFE7" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Dark family - BLUE accent overlay. Text keys are a lighter cyan-blue so they read on the
|
||||
dark panels; the selection-background keys stay deep navy. Fixed greens (InstallBtnBg,
|
||||
AccentLogo) come from Dark.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#0D1B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#0D1B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#1C3B5E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#5550AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#50AEE8" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#0D1B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#50AEE8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#0D1B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#50AEE8" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,28 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Dark family - ORANGE/amber accent overlay. Full accent nudged brighter than a pure
|
||||
hue-rotation (orange muddies at green's lightness). The selection background is a bright
|
||||
orange (a dark brown read as muddy), so SelectionFg is overridden to dark for legible text
|
||||
on it. Fixed greens (InstallBtnBg, AccentLogo) come from Dark.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#2A1D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#2A1D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#F29A28" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#E8962C" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#2A1D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#E8962C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#2A1D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#E8962C" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Dark family - PURPLE accent overlay. Text keys are a lighter lavender so they read on the
|
||||
dark panels; the selection-background keys stay deep violet. Fixed greens (InstallBtnBg,
|
||||
AccentLogo) come from Dark.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#1D0D2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#1D0D2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#411C5E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#B982E3" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#1D0D2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#B982E3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#1D0D2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#B982E3" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,25 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Dark family - RED accent overlay. Overrides only the accent-hue keys; everything
|
||||
neutral (and the fixed greens: InstallBtnBg, AccentLogo) comes from Dark.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#2A0D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#2A0D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#5E1C1C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#DD504B" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#2A0D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#DD504B" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#2A0D0D" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#DD504B" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,25 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Dark family - TEAL/turquoise accent overlay. Overrides only the accent-hue keys; everything
|
||||
neutral (and the fixed greens: InstallBtnBg, AccentLogo) comes from Dark.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#0D2B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#0D2B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#1C5E5C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#1C5E5C" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#1FB8A8" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#0D2B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#1FB8A8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#0D2B2A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#1FB8A8" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Light family - BLUE accent overlay. Accent is a true blue (readable on white, and the
|
||||
selected-page background with white text); the dim key is a pale tint for the highlight
|
||||
background. Fixed greens (InstallBtnBg, AccentLogo) come from Light.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#D6E8F5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#881D6CA5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#18608E" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#D6E8F5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#18608E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#D6E8F5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#18608E" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Light family - ORANGE accent overlay. Accent is a deep amber (readable on white, and the
|
||||
selected-page background with white text); the dim key is a pale tint for the highlight
|
||||
background. Fixed greens (InstallBtnBg, AccentLogo) come from Light.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#F8E5CE" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#C7710F" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#F8E5CE" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#C7710F" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#F8E5CE" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#C7710F" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Light family - PURPLE accent overlay. Accent is a deep violet (readable on white, and the
|
||||
selected-page background with white text); the dim key is a pale tint for the highlight
|
||||
background. Fixed greens (InstallBtnBg, AccentLogo) come from Light.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#EADBF5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#886A1DA5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#5A1690" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#EADBF5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#5A1690" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#EADBF5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#5A1690" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Light family - RED accent overlay. Accent is a deep red (readable on white, and the
|
||||
selected-page background with white text); the dim key is a pale tint for the highlight
|
||||
background. Fixed greens (InstallBtnBg, AccentLogo) come from Light.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#F5D6D6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#88931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#931A1A" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#F5D6D6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#931A1A" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#F5D6D6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#931A1A" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,26 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Light family - TEAL/turquoise accent overlay. Accent is a deep teal (readable on white, and
|
||||
the selected-page background with white text); the dim key is a pale tint for the highlight
|
||||
background. Fixed greens (InstallBtnBg, AccentLogo) come from Light.xaml. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#D5F1F0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#880D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#0D827E" po:Freeze="True"/>
|
||||
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#D5F1F0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#0D827E" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#D5F1F0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#0D827E" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,106 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- High contrast theme -->
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#000000" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#0a0a0a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#333333" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#333333" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#000000" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgRecentPanel" Color="#0a0a0a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgFlyout" Color="#060606" po:Freeze="True"/>
|
||||
<LinearGradientBrush x:Key="TabStripFadeBrush" StartPoint="0,0" EndPoint="0,1" po:Freeze="True">
|
||||
<GradientStop Offset="0.0" Color="#00000000"/>
|
||||
<GradientStop Offset="0.55" Color="#1f000000"/>
|
||||
<GradientStop Offset="1.0" Color="#82000000"/>
|
||||
</LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#121212" po:Freeze="True"/>
|
||||
<!-- #2a2a2a, matching AppBorderBrush below. #787878 is a mid-gray that reads as a light box
|
||||
drawn around every card, dialog and keycap on a theme whose whole point is black. The
|
||||
other four apps were corrected 2026-08-09; this one was missed. -->
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#2a2a2a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#00ff66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#00ff66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#00ff66" po:Freeze="True"/>
|
||||
<!-- Near-black, not white. This is the text ON a filled accent button, and every accent in
|
||||
the Black family is a neon: white on them measures 1.27 to 4.38 contrast (teal and green
|
||||
are the worst, effectively invisible), near-black measures 4.52 to 15.53. KillerScan,
|
||||
Killendar and KillerShell already use this exact value. -->
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#0a0a0a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#00ff66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#00ff66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#1a8f48" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AccentLogo" Color="#00ff66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InstallBtnBg" Color="#1a8f48" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#1c1c1c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DropBorder" Color="#1c1c1c" po:Freeze="True"/>
|
||||
<!-- Internal dividers stay near-black; the outer app frame remains visible
|
||||
against the OLED-black chrome. -->
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#1c1c1c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#2a2a2a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#003322" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#003322" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#003314" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SettingsOpenRowBg" Color="#333333" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#cccccc" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#cccccc" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#e6e6e6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="FilenameBrush" Color="#cccccc" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#aaaaaa" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextFooter" Color="#aaaaaa" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DangerRed" Color="#ff4444" po:Freeze="True"/>
|
||||
<!-- Match KillerNotes' caption close treatment. DangerRed remains the brighter
|
||||
Black-theme warning color; the title-bar hover uses the quieter family red. -->
|
||||
<SolidColorBrush x:Key="CaptionCloseHoverBrush" Color="#e04444" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgDragHandle" Color="#888888" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DragLine" Color="#313131" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#8800ff66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#00ff66" po:Freeze="True"/>
|
||||
<!-- Added for the kit components 2026-07-31. -->
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#000000" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#18FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#1c1c1c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#aaaaaa" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#383838" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SliderTrack" Color="#6e6e6e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#00ff66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgOverlay" Color="#CC000000" po:Freeze="True"/>
|
||||
<sys:Double x:Key="GrainOpacity">0.24</sys:Double>
|
||||
<sys:Double x:Key="IconShadowOpacity">0.9</sys:Double>
|
||||
<sys:Double x:Key="HeaderShadowOpacity">0.5</sys:Double>
|
||||
<sys:Double x:Key="PaneShadowOpacity">0.60</sys:Double>
|
||||
<sys:Double x:Key="BarShadowOpacity">0.38</sys:Double>
|
||||
<sys:Double x:Key="FlyoutShadowOpacity">0.55</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="BgCanvas" Color="#0d0d0d" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#003322" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#00ff66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#003322" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#00ff66" po:Freeze="True"/>
|
||||
|
||||
<!-- Shortcut keyboard view: category colors (Nav lightened a step so pure purple reads on black) -->
|
||||
<SolidColorBrush x:Key="KsCatFile" Color="#00fff9" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatTools" Color="#ffd319" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatEdit" Color="#ff2975" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatNav" Color="#a64dff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatView" Color="#f222ff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatSearch" Color="#00b3ff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatHelp" Color="#39ff14" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatOcr" Color="#ff901f" po:Freeze="True"/>
|
||||
|
||||
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="3" ShadowDepth="0.8" Direction="270" Opacity="0.7"/>
|
||||
|
||||
<!-- Keep the shared chrome geometry identical to KillerNotes. -->
|
||||
<CornerRadius x:Key="WindowCornerRadius">7</CornerRadius>
|
||||
<CornerRadius x:Key="PanelCornerRadius">6</CornerRadius>
|
||||
<CornerRadius x:Key="ControlCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="SmallCornerRadius">3</CornerRadius>
|
||||
<CornerRadius x:Key="FlyoutCornerRadius">0,0,4,4</CornerRadius>
|
||||
<CornerRadius x:Key="AccentSwatchCornerRadius">9</CornerRadius>
|
||||
<SolidColorBrush x:Key="TitleBarBrush" Color="#000000" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,93 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Blood: dark maroon chrome with a lighter maroon doc pane, warm cream text, white icons, heavy grain -->
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#2c1012" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#401d21" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#54201f" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#54201f" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#240c0d" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgRecentPanel" Color="#3e191b" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgFlyout" Color="#2e1214" po:Freeze="True"/>
|
||||
<LinearGradientBrush x:Key="TabStripFadeBrush" StartPoint="0,0" EndPoint="0,1" po:Freeze="True">
|
||||
<GradientStop Offset="0.0" Color="#00000000"/>
|
||||
<GradientStop Offset="0.55" Color="#1f000000"/>
|
||||
<GradientStop Offset="1.0" Color="#82000000"/>
|
||||
</LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#1e0a0b" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#401d1d" po:Freeze="True"/>
|
||||
<!-- Blood's current family accent is warm cream; the red remains the structural highlight. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#2c1012" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#e8485a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#cc1a2b" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AccentLogo" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InstallBtnBg" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#633030" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DropBorder" Color="#39191c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#633030" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#401d1d" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#44f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" po:Freeze="True"/>
|
||||
<!-- Open settings row uses the translucent-white SelectionBg (matches selected page/tool). -->
|
||||
<SolidColorBrush x:Key="SettingsOpenRowBg" Color="#44f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#fffde8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#e8cfc2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="FilenameBrush" Color="#b09e9c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#e2b58a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextFooter" Color="#a85a5a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DangerRed" Color="#ff6666" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgDragHandle" Color="#a87860" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DragLine" Color="#422225" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#aaf8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#fce6d2" po:Freeze="True"/>
|
||||
<!-- Added for the kit components 2026-07-31. -->
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#2c1012" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#18FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#633030" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#a8434f" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#552626" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SliderTrack" Color="#0c0405" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgOverlay" Color="#CC80000c" po:Freeze="True"/>
|
||||
<sys:Double x:Key="GrainOpacity">0.34</sys:Double>
|
||||
<sys:Double x:Key="IconShadowOpacity">1.0</sys:Double>
|
||||
<sys:Double x:Key="HeaderShadowOpacity">0.95</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="BgCanvas" Color="#4a1f20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#44f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#44f8c99e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#ffffff" po:Freeze="True"/>
|
||||
|
||||
<!-- Shortcut keyboard view: category colors -->
|
||||
<SolidColorBrush x:Key="KsCatFile" Color="#00fff9" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatTools" Color="#ffd319" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatEdit" Color="#ff2975" 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="KsCatHelp" Color="#39ff14" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatOcr" Color="#ff901f" po:Freeze="True"/>
|
||||
|
||||
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="3" ShadowDepth="0.8" Direction="270" Opacity="0.7"/>
|
||||
|
||||
<!-- Keep the shared chrome geometry identical to KillerNotes. -->
|
||||
<CornerRadius x:Key="WindowCornerRadius">7</CornerRadius>
|
||||
<CornerRadius x:Key="PanelCornerRadius">6</CornerRadius>
|
||||
<CornerRadius x:Key="ControlCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="SmallCornerRadius">3</CornerRadius>
|
||||
<CornerRadius x:Key="FlyoutCornerRadius">0,0,4,4</CornerRadius>
|
||||
<CornerRadius x:Key="AccentSwatchCornerRadius">9</CornerRadius>
|
||||
<SolidColorBrush x:Key="TitleBarBrush" Color="#240c0d" po:Freeze="True"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,91 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Cyanotic: dark blue-teal chrome with a lighter teal doc pane, warm cream text, white icons, heavy grain -->
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#00263a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#002e48" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#0a5478" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#0a5478" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#001a28" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgRecentPanel" Color="#053c5b" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgFlyout" Color="#02293e" po:Freeze="True"/>
|
||||
<LinearGradientBrush x:Key="TabStripFadeBrush" StartPoint="0,0" EndPoint="0,1" po:Freeze="True">
|
||||
<GradientStop Offset="0.0" Color="#00000000"/>
|
||||
<GradientStop Offset="0.55" Color="#1f000000"/>
|
||||
<GradientStop Offset="1.0" Color="#82000000"/>
|
||||
</LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#001624" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#183450" po:Freeze="True"/>
|
||||
<!-- The RGB themes take white as the accent and carry the hue in HeaderLineBrush. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#00263a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#3aa0d8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#3aa0d8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#1a7db0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AccentLogo" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InstallBtnBg" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#093250" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DropBorder" Color="#093250" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#183450" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#183450" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" po:Freeze="True"/>
|
||||
<!-- Open settings row uses the translucent-white SelectionBg (matches selected page/tool). -->
|
||||
<SolidColorBrush x:Key="SettingsOpenRowBg" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#fffde8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#e0d49a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#e0d49a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#c2d2dc" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="FilenameBrush" Color="#9ba3ac" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#c0aa68" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextFooter" Color="#4a88bb" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DangerRed" Color="#ff6666" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgDragHandle" Color="#4a7ea8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DragLine" Color="#113a58" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#aae0d49a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#f2ead0" po:Freeze="True"/>
|
||||
<!-- Added for the kit components 2026-07-31. -->
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#00263a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#18FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#183450" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#2f6f9c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#21466b" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SliderTrack" Color="#000d15" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#e0d49a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgOverlay" Color="#CC002d42" po:Freeze="True"/>
|
||||
<sys:Double x:Key="GrainOpacity">0.32</sys:Double>
|
||||
<sys:Double x:Key="IconShadowOpacity">1.0</sys:Double>
|
||||
<sys:Double x:Key="HeaderShadowOpacity">0.95</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="BgCanvas" Color="#0a4a6e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#ffffff" po:Freeze="True"/>
|
||||
|
||||
<!-- Shortcut keyboard view: category colors -->
|
||||
<SolidColorBrush x:Key="KsCatFile" Color="#00fff9" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatTools" Color="#ffd319" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatEdit" Color="#ff2975" 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="KsCatHelp" Color="#39ff14" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatOcr" Color="#ff901f" po:Freeze="True"/>
|
||||
|
||||
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="3" ShadowDepth="0.8" Direction="270" Opacity="0.7"/>
|
||||
|
||||
<!-- Corner radii. Every theme must define these (98SE is the square one); a theme missing
|
||||
them resolves to 0 and goes square everywhere. -->
|
||||
<CornerRadius x:Key="ControlCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="SmallCornerRadius">3</CornerRadius>
|
||||
<CornerRadius x:Key="FlyoutCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="AccentSwatchCornerRadius">9</CornerRadius>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,103 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- KillerTools dark/green theme -->
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#333333" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#3a3a3a" po:Freeze="True"/>
|
||||
<!-- BgHover was one key doing two jobs; split so a list row and a menu row can diverge. -->
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#404040" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#404040" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#1c1c1c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgRecentPanel" Color="#2f2f2f" po:Freeze="True"/>
|
||||
<!-- App-specific: the floating annotation/search/crop settings bars. Deliberately NOT
|
||||
MenuBackgroundBrush - those bars are a surface of their own, not a menu. -->
|
||||
<SolidColorBrush x:Key="BgFlyout" Color="#262626" po:Freeze="True"/>
|
||||
<LinearGradientBrush x:Key="TabStripFadeBrush" StartPoint="0,0" EndPoint="0,1" po:Freeze="True">
|
||||
<GradientStop Offset="0.0" Color="#00000000"/>
|
||||
<GradientStop Offset="0.55" Color="#1f000000"/>
|
||||
<GradientStop Offset="1.0" Color="#82000000"/>
|
||||
</LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#1e1e1e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#2e2e2e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#1ea54c" po:Freeze="True"/>
|
||||
<!-- Near-black, matching the Black family. This is the text ON a filled accent button, and
|
||||
Dark's accents are mid-tone rather than deep: white measures 2.38 to 3.94 across the six
|
||||
(blue, teal, orange and purple all under 3), near-black measures 5.32 to 8.83. -->
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#0a0a0a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AccentLogo" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InstallBtnBg" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#404040" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DropBorder" Color="#303030" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#3f3f3f" po:Freeze="True"/>
|
||||
<!-- Overrides PaneBorderBrush for the DWM window frame only. -->
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#3f3f3f" po:Freeze="True"/>
|
||||
<!-- AccentDim was one key doing two jobs; split so the faint selected-row tint and the
|
||||
pressed state of an outline button can diverge. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#0d2a18" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#0d2a18" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#1c5e38" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" po:Freeze="True"/>
|
||||
<!-- Background of an open settings row. Solid hover tint here; the RGB themes override it with their
|
||||
translucent-white SelectionBg so the accent row text reads on it like a selected page/tool. -->
|
||||
<SolidColorBrush x:Key="SettingsOpenRowBg" Color="#404040" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#e0e0e0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#a0a0a0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#a0a0a0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#b6b6b6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="FilenameBrush" Color="#a0a0a0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#6a6a6a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextFooter" Color="#6a6a6a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DangerRed" Color="#ef4444" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgDragHandle" Color="#555555" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DragLine" Color="#363636" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#551ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#1ea54c" po:Freeze="True"/>
|
||||
<!-- Added for the kit components 2026-07-31. -->
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#333333" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#18FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#2e2e2e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#707070" po:Freeze="True"/>
|
||||
<!-- Product extension used by the shared file-picker tree. -->
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#3d3d3d" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SliderTrack" Color="#505050" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgOverlay" Color="#BB000000" po:Freeze="True"/>
|
||||
<sys:Double x:Key="GrainOpacity">0.24</sys:Double>
|
||||
<sys:Double x:Key="IconShadowOpacity">0.9</sys:Double>
|
||||
<sys:Double x:Key="HeaderShadowOpacity">0.5</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="BgCanvas" Color="#3a3a3a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#0d2a18" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#1ea54c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#0d2a18" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#1ea54c" po:Freeze="True"/>
|
||||
|
||||
<!-- Shortcut keyboard view: category colors -->
|
||||
<SolidColorBrush x:Key="KsCatFile" Color="#00fff9" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatTools" Color="#ffd319" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatEdit" Color="#ff2975" 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="KsCatHelp" Color="#39ff14" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatOcr" Color="#ff901f" po:Freeze="True"/>
|
||||
|
||||
<!-- Stroke behind white-on-accent label text. Theme-varied because the effect rasterizes
|
||||
ClearType, so on light surfaces it is dialled back or the label reads blurry. -->
|
||||
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="3" ShadowDepth="0.8" Direction="270" Opacity="0.7"/>
|
||||
|
||||
<!-- Corner radii. Every theme must define these (98SE is the square one); a theme missing
|
||||
them resolves to 0 and goes square everywhere. -->
|
||||
<CornerRadius x:Key="ControlCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="SmallCornerRadius">3</CornerRadius>
|
||||
<CornerRadius x:Key="FlyoutCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="AccentSwatchCornerRadius">9</CornerRadius>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,103 +0,0 @@
|
||||
<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.32</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="#b5ad9e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#d8cfb5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#5c554c" po:Freeze="True"/>
|
||||
<!-- A faint wash, NOT the base layer's SelectionBg - see the note in Sepulchre.xaml.
|
||||
#44ffffff is what Blood, Greed and Cyanotic already use. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#148a7f72" 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="#66b8aa7c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55b8aa7c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#b8aa7c" 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="#b8aa7c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#c2b280" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#9a8f68" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#8a8a78" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#202321" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#b8aa7c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#c2b280" 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="#3b3f46" Offset="0" /><GradientStop Color="#50564b" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#514e48" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#403f3b" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#5a5c51" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#6b705c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#5c554c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#7a7f62" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#f2f4f3" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#d8cfb5" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#f2f4f3" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#b5ad9e" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#5f6258" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#6b705c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#f2f4f3" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#5c554c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#3b3f46" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#5c554c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#596554" 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="#3b3f46" Offset="0" /><GradientStop Color="#50564b" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,103 +0,0 @@
|
||||
<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="#5c527d" po:Freeze="True"/>
|
||||
<!-- A faint wash, NOT the base layer's SelectionBg - see the note in Sepulchre.xaml.
|
||||
#44ffffff is what Blood, Greed and Cyanotic already use. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44ffffff" 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="#66dd8500" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55dd8500" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#dd8500" 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="#dd8500" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#e29929" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#b47009" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#cf1020" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#dd8500" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#dd8500" 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="#641d25" Offset="0" /><GradientStop Color="#2f2853" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#3e3c50" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#343344" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#424151" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#8e101c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#5c527d" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#81423b" 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="#312958" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#dd8500" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#5c527d" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#24212b" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#5c527d" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#9c630e" 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="#641d25" Offset="0" /><GradientStop Color="#2f2853" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,103 +0,0 @@
|
||||
<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>
|
||||
@@ -1,91 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- Greed: dark emerald chrome with a lighter emerald doc pane, warm cream text, white icons, heavy grain -->
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#002e1c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#003824" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#00593a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#00593a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#002115" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgRecentPanel" Color="#05452c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgFlyout" Color="#02331f" po:Freeze="True"/>
|
||||
<LinearGradientBrush x:Key="TabStripFadeBrush" StartPoint="0,0" EndPoint="0,1" po:Freeze="True">
|
||||
<GradientStop Offset="0.0" Color="#00000000"/>
|
||||
<GradientStop Offset="0.55" Color="#1f000000"/>
|
||||
<GradientStop Offset="1.0" Color="#82000000"/>
|
||||
</LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#001e13" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#0f4a30" po:Freeze="True"/>
|
||||
<!-- The RGB themes take white as the accent and carry the hue in HeaderLineBrush. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#002e1c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#3fbf6f" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#3fbf6f" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#138a42" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AccentLogo" Color="#17b85a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InstallBtnBg" Color="#15803f" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#07371f" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DropBorder" Color="#07371f" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#0f4a30" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#0f4a30" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" po:Freeze="True"/>
|
||||
<!-- Open settings row uses the translucent-white SelectionBg (matches selected page/tool). -->
|
||||
<SolidColorBrush x:Key="SettingsOpenRowBg" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#fffde8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#e0d49a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#e0d49a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#cfd6c2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="FilenameBrush" Color="#a6a99a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#c0aa68" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextFooter" Color="#3a8a5a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DangerRed" Color="#ff6666" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgDragHandle" Color="#4a8a64" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DragLine" Color="#0f3f27" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#aae0d49a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#f2ead0" po:Freeze="True"/>
|
||||
<!-- Added for the kit components 2026-07-31. -->
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#002e1c" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#18FFFFFF" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#0f4a30" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#2a7a52" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#156140" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SliderTrack" Color="#00120b" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#e0d49a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgOverlay" Color="#CC003322" po:Freeze="True"/>
|
||||
<sys:Double x:Key="GrainOpacity">0.32</sys:Double>
|
||||
<sys:Double x:Key="IconShadowOpacity">1.0</sys:Double>
|
||||
<sys:Double x:Key="HeaderShadowOpacity">0.95</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="BgCanvas" Color="#0a5234" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#ffffff" po:Freeze="True"/>
|
||||
|
||||
<!-- Shortcut keyboard view: category colors -->
|
||||
<SolidColorBrush x:Key="KsCatFile" Color="#00fff9" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatTools" Color="#ffd319" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatEdit" Color="#ff2975" 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="KsCatHelp" Color="#39ff14" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatOcr" Color="#ff901f" po:Freeze="True"/>
|
||||
|
||||
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="3" ShadowDepth="0.8" Direction="270" Opacity="0.7"/>
|
||||
|
||||
<!-- Corner radii. Every theme must define these (98SE is the square one); a theme missing
|
||||
them resolves to 0 and goes square everywhere. -->
|
||||
<CornerRadius x:Key="ControlCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="SmallCornerRadius">3</CornerRadius>
|
||||
<CornerRadius x:Key="FlyoutCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="AccentSwatchCornerRadius">9</CornerRadius>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,97 +0,0 @@
|
||||
<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">
|
||||
|
||||
<!-- KillerTools light theme -->
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#f0f0f0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#e8e8e8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#b2b2b2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#b2b2b2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#dcdcdc" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgRecentPanel" Color="#d4d4d4" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgFlyout" Color="#cacaca" po:Freeze="True"/>
|
||||
<LinearGradientBrush x:Key="TabStripFadeBrush" StartPoint="0,0" EndPoint="0,1" po:Freeze="True">
|
||||
<GradientStop Offset="0.0" Color="#00000000"/>
|
||||
<GradientStop Offset="0.55" Color="#12000000"/>
|
||||
<GradientStop Offset="1.0" Color="#3c000000"/>
|
||||
</LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#c0c0c0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AccentLogo" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InstallBtnBg" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#a8a8a8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DropBorder" Color="#a8a8a8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#b0b0b0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#b0b0b0" po:Freeze="True"/>
|
||||
<!-- SelectionBg's color. This was #c8f5d8, the pale mint that belongs on a focused button
|
||||
(OutlinePressedBrush, next line) - as a selected-row fill it read as a highlighter stripe.
|
||||
Light's selection is DARK on light. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#c8f5d8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SettingsOpenRowBg" Color="#b2b2b2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#1a1a1a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#555555" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#555555" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#3a3a3a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="FilenameBrush" Color="#555555" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#666666" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextFooter" Color="#888888" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DangerRed" Color="#dc2626" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgDragHandle" Color="#707070" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DragLine" Color="#a0a0a0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#8818843d" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#1b5e20" po:Freeze="True"/>
|
||||
<!-- Added for the kit components 2026-07-31. -->
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#f0f0f0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#14000000" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#c0c0c0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#8a8a8a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#c2c2c2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SliderTrack" Color="#b0b0b0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgOverlay" Color="#99000000" po:Freeze="True"/>
|
||||
<sys:Double x:Key="GrainOpacity">0.34</sys:Double>
|
||||
<!-- Black icon shadow: invisible under the dark inactive glyphs, but shows under the SELECTED tool's
|
||||
white glyph on its accent background - so in practice only the active tool icon gets a shadow. -->
|
||||
<sys:Double x:Key="IconShadowOpacity">0.35</sys:Double>
|
||||
<!-- No shadow on the settings sub-headers in light mode (it muddied them); they read cleaner flat. -->
|
||||
<sys:Double x:Key="HeaderShadowOpacity">0</sys:Double>
|
||||
|
||||
<SolidColorBrush x:Key="BgCanvas" Color="#b8b8b8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#c8f5d8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#1b5e20" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#c8f5d8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#1b5e20" po:Freeze="True"/>
|
||||
|
||||
<!-- Shortcut keyboard view: category colors (darker to read on light keycaps) -->
|
||||
<SolidColorBrush x:Key="KsCatFile" Color="#009e99" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatTools" Color="#a67c00" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatEdit" Color="#d1105a" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatNav" Color="#6a11cc" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatView" Color="#a316b5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatSearch" Color="#0077b3" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatHelp" Color="#128c07" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatOcr" Color="#cc6a00" po:Freeze="True"/>
|
||||
|
||||
<!-- Dialled back on light surfaces - the effect rasterizes ClearType and a heavier stroke
|
||||
makes the label read blurry. -->
|
||||
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="2" ShadowDepth="0.6" Direction="270" Opacity="0.45"/>
|
||||
|
||||
<!-- Corner radii. Every theme must define these (98SE is the square one); a theme missing
|
||||
them resolves to 0 and goes square everywhere. -->
|
||||
<CornerRadius x:Key="ControlCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="SmallCornerRadius">3</CornerRadius>
|
||||
<CornerRadius x:Key="FlyoutCornerRadius">4</CornerRadius>
|
||||
<CornerRadius x:Key="AccentSwatchCornerRadius">9</CornerRadius>
|
||||
|
||||
</ResourceDictionary>
|
||||
+105
@@ -0,0 +1,105 @@
|
||||
<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">
|
||||
|
||||
<!-- MMD Steel Group corporate theme. The only theme this application ships.
|
||||
Palette is the Employee Portal's: C8102E red used sparingly, 23221E ink,
|
||||
F1F1EC platinum ground, FFFFFF paper. Square edges, no grain, no shadows. -->
|
||||
|
||||
<!-- Surfaces -->
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#f1f1ec" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#ecece6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#ecece6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#f1f1ec" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgRecentPanel" Color="#f1f1ec" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgFlyout" Color="#ffffff" po:Freeze="True"/>
|
||||
<LinearGradientBrush x:Key="TabStripFadeBrush" StartPoint="0,0" EndPoint="0,1" po:Freeze="True">
|
||||
<GradientStop Offset="0.0" Color="#0023221e"/>
|
||||
<GradientStop Offset="0.55" Color="#0c23221e"/>
|
||||
<GradientStop Offset="1.0" Color="#2223221e"/>
|
||||
</LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#d9d9d2" po:Freeze="True"/>
|
||||
|
||||
<!-- Accent. Red carries the active tool and the one primary action, nothing else. -->
|
||||
<SolidColorBrush x:Key="PrimaryBrush" Color="#c8102e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#ad0e28" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#920c21" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionAccent" Color="#c8102e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AccentLogo" Color="#c8102e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InstallBtnBg" Color="#f1f1ec" po:Freeze="True"/>
|
||||
|
||||
<!-- Borders -->
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#d9d9d2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DropBorder" Color="#b9b9b0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#d9d9d2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#d9d9d2" po:Freeze="True"/>
|
||||
|
||||
<!-- Selection: dark on light, the way the portal tables read. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#f6e0e4" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SettingsOpenRowBg" Color="#ecece6" po:Freeze="True"/>
|
||||
|
||||
<!-- Type -->
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#5c5a54" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="FilenameBrush" Color="#5c5a54" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#6f6d66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TextFooter" Color="#8b8880" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DangerRed" Color="#c8102e" po:Freeze="True"/>
|
||||
|
||||
<!-- Furniture -->
|
||||
<SolidColorBrush x:Key="BgDragHandle" Color="#b9b9b0" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="DragLine" Color="#d9d9d2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#5523221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#f1f1ec" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#0a23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#c9c9c1" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#d9d9d2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="SliderTrack" Color="#d9d9d2" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RadioAccent" Color="#c8102e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="BgOverlay" Color="#8823221e" po:Freeze="True"/>
|
||||
|
||||
<!-- Flat. No paper grain, no glyph shadows - this is an office tool. -->
|
||||
<sys:Double x:Key="GrainOpacity">0</sys:Double>
|
||||
<sys:Double x:Key="IconShadowOpacity">0</sys:Double>
|
||||
<sys:Double x:Key="HeaderShadowOpacity">0</sys:Double>
|
||||
|
||||
<!-- The workspace behind the page. Platinum, one step darker than the page itself. -->
|
||||
<SolidColorBrush x:Key="BgCanvas" Color="#e4e4de" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="#f6e0e4" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightTextBrushKey}" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}" Color="#ecece6" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}" Color="#23221e" po:Freeze="True"/>
|
||||
|
||||
<!-- Shortcut keyboard view. Graded ink rather than a rainbow; red marks editing only. -->
|
||||
<SolidColorBrush x:Key="KsCatFile" Color="#23221e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatTools" Color="#5c5a54" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatEdit" Color="#c8102e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatNav" Color="#6f6d66" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatView" Color="#8b8880" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatSearch" Color="#5c5a54" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatHelp" Color="#8b8880" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="KsCatOcr" Color="#6f6d66" po:Freeze="True"/>
|
||||
|
||||
<!-- No text stroke on a light corporate surface. -->
|
||||
<DropShadowEffect x:Key="TextStroke" Color="Black" BlurRadius="0" ShadowDepth="0" Direction="270" Opacity="0"/>
|
||||
|
||||
<!-- Square. The portal's chrome is square-edged; rounded corners are not MMD. -->
|
||||
<CornerRadius x:Key="ControlCornerRadius">0</CornerRadius>
|
||||
<CornerRadius x:Key="SmallCornerRadius">0</CornerRadius>
|
||||
<CornerRadius x:Key="FlyoutCornerRadius">0</CornerRadius>
|
||||
<CornerRadius x:Key="AccentSwatchCornerRadius">0</CornerRadius>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,103 +0,0 @@
|
||||
<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="#b6ad9e" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="MenuTextBrush" Color="#d8cfb5" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="TreeLineBrush" Color="#394742" po:Freeze="True"/>
|
||||
<!-- A faint wash, NOT the base layer's SelectionBg - see the note in Sepulchre.xaml.
|
||||
#44ffffff is what Blood, Greed and Cyanotic already use. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="OutlinePressedBrush" Color="#44ffffff" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="RowAltBrush" Color="#14f2f4f3" 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="#66ff6f91" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55ff6f91" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#ff6f91" 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="#ff6f91" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#ff86a2" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#e85e80" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#a0ffe6" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#292c31" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#ffb199" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#c2b280" 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="#563343" Offset="0" /><GradientStop Color="#365b58" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#3f4947" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#343b3d" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#4b5652" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#4a5154" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#394742" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#84525f" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TextBrush" Color="#f2f4f3" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MutedTextBrush" Color="#d8cfb5" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="ChromeTextBrush" Color="#f2f4f3" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="DimTextBrush" Color="#b6ad9e" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="RowHoverBrush" Color="#4b5b57" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#365b58" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#f2f4f3" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#394742" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#262b2d" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#394742" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#6b705c" 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="#563343" Offset="0" /><GradientStop Color="#365b58" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,105 +0,0 @@
|
||||
<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.28</sys:Double>
|
||||
<sys:Double x:Key="IconShadowOpacity">0.9</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="#756b79" po:Freeze="True"/>
|
||||
<!-- A faint wash, NOT the base layer's SelectionBg - see the note in Sepulchre.xaml.
|
||||
#44ffffff is what Blood, Greed and Cyanotic already use. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44ffffff" 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="#66ff6f91" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#55ff6f91" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#ff6f91" 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="#ff6f91" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="AccentLogo" Color="#ff6f91" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#ff86a2" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#e85e80" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#a0ffe6" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#292c31" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#ffb199" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#f9f871" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="BackgroundBrush" Color="#3b3642" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#34373e" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#554c5d" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#5c5364" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#756b79" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#756b79" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#756b79" 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="#a75167" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#ff6f91" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#292c31" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#756b79" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#4f413f" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#756b79" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#b2556c" 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>
|
||||
|
||||
<SolidColorBrush x:Key="TitleBarBrush" Color="#3b3642" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,106 +0,0 @@
|
||||
<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="#4d3d2b" po:Freeze="True"/>
|
||||
<!-- A faint wash for selected rows and pressed outline buttons, rather than a solid accent
|
||||
fill that would make the footer Install button look permanently pressed. -->
|
||||
<SolidColorBrush x:Key="RowSelectedBrush" Color="#44ffffff" 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="#664faaa8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbBrush" Color="#554faaa8" po:Freeze="True"/>
|
||||
<SolidColorBrush x:Key="ScrollThumbHoverBrush" Color="#4faaa8" 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="#4faaa8" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryHoverBrush" Color="#6bb8b6" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PrimaryPressedBrush" Color="#458d8c" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="HeaderLineBrush" Color="#292d2f" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OnPrimaryBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="OutlineBtnBrush" Color="#4faaa8" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputHoverBrush" Color="#4faaa8" 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="#25282b" Offset="0" /><GradientStop Color="#2c5458" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
<SolidColorBrush x:Key="SurfaceBrush" Color="#454039" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBrush" Color="#3a352f" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="TableHeaderBrush" Color="#48433e" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="CardBorderBrush" Color="#835a30" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="PaneBorderBrush" Color="#4d3d2b" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="AppBorderBrush" Color="#44585b" 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="#4faaa8" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
<!-- Selected-row text while hovered: RadioAccent here IS the hover teal, so the checked
|
||||
label vanished into its own highlight. -->
|
||||
<SolidColorBrush x:Key="RadioHoverFgBrush" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionBg" Color="#2d595d" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="SelectionFg" Color="#ffffff" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="InputBorderBrush" Color="#4d3d2b" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBackgroundBrush" Color="#242729" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuBorderBrush" Color="#4d3d2b" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" />
|
||||
|
||||
<SolidColorBrush x:Key="MenuHoverBrush" Color="#407b7b" 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="#25282b" Offset="0" /><GradientStop Color="#2c5458" Offset="1" /></LinearGradientBrush>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user