Compare commits
2 Commits
ee36ee2e74
...
ba38692eeb
Author | SHA1 | Date | |
---|---|---|---|
ba38692eeb | |||
2340124c84 |
9
skins/Just Black/AtmGrouping.xaml
Normal file
9
skins/Just Black/AtmGrouping.xaml
Normal file
@ -0,0 +1,9 @@
|
||||
<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 Theme-->
|
||||
<SolidColorBrush x:Key="AtmHeaderBackground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="AtmHeaderTextBackground" Color="Black" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="InstrumentTextForeground" Color="White" po:Freeze="true"/>
|
||||
<SolidColorBrush x:Key="InstrumentTextBackground" Color="Black" po:Freeze="true"/>
|
||||
</ResourceDictionary>
|
37
skins/Just Black/BasicEntry.xaml
Normal file
37
skins/Just Black/BasicEntry.xaml
Normal file
@ -0,0 +1,37 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush x:Key="BasicEntry.UptickBackground" Color="DarkGreen" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="BasicEntry.UptickForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="BasicEntry.DowntickBackground" Color="DarkRed" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="BasicEntry.DowntickForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="BasicEntry.TextBoxBackground" Color="Transparent" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="BasicEntry.PositionQtyLongBackground" Color="LimeGreen" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="BasicEntry.PositionQtyShortBackground" Color="Red" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="BasicEntry.PnLBackground" Color="White" po:Freeze="true" />
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="BasicEntry.ButtonBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="BasicEntry.ActionButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="BasicEntry.BuyButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="BasicEntry.SellButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
</ResourceDictionary>
|
1054
skins/Just Black/BluePrint.xaml
Normal file
1054
skins/Just Black/BluePrint.xaml
Normal file
File diff suppressed because it is too large
Load Diff
59
skins/Just Black/ChartControl.xaml
Normal file
59
skins/Just Black/ChartControl.xaml
Normal file
@ -0,0 +1,59 @@
|
||||
<!-- Dark -->
|
||||
<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 po:Freeze="true" x:Key="ChartTrader.ButtonBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="ChartTrader.ActionButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="ChartTrader.BuyButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="ChartTrader.SellButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<SolidColorBrush x:Key="ChartControl.ChartBackground" Color="Black" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="ChartControl.ChartText" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="ChartControl.InactivePriceMarkersBackground" Color="LightGray" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="ChartControl.CrosshairLabelBackground" Color="LightGray" po:Freeze="true" />
|
||||
|
||||
<Pen x:Key="ChartControl.AxisPen" Brush="White" po:Freeze="true" Thickness="1"/>
|
||||
<Pen x:Key="ChartControl.CrosshairPen" Brush="White" po:Freeze="true" Thickness="1"/>
|
||||
<Pen x:Key="ChartControl.GridLineHPen" po:Freeze="true" Thickness="1">
|
||||
<Pen.Brush>
|
||||
<SolidColorBrush Color="Silver" Opacity="0.4" po:Freeze="true"></SolidColorBrush>
|
||||
</Pen.Brush>
|
||||
</Pen>
|
||||
<Pen x:Key="ChartControl.GridLineVPen" po:Freeze="true" Thickness="1">
|
||||
<Pen.Brush>
|
||||
<SolidColorBrush Color="Silver" Opacity="0.4" po:Freeze="true"></SolidColorBrush>
|
||||
</Pen.Brush>
|
||||
</Pen>
|
||||
<Pen x:Key="ChartControl.PanelSplitterPen" Brush="White" po:Freeze="true" Thickness="1"/>
|
||||
|
||||
<SolidColorBrush x:Key="ChartControl.DataBoxPanelLabelBackground" Color="#FF333333" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="ChartControl.DataBoxItemLabelBackground" Color="#FF666666" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="ChartControl.DataBoxBackground" Color="Black" po:Freeze="true" Opacity="0.759"/>
|
||||
<SolidColorBrush x:Key="ChartControl.DataBoxForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="ChartControl.DropHighlight" Color="CornflowerBlue" po:Freeze="true" Opacity="0.5"/>
|
||||
<SolidColorBrush x:Key="ChartControl.UpBrush" Color="LimeGreen" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="ChartControl.DownBrush" Color="Red" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="ChartControl.VolumetricText" Color="White" po:Freeze="true" />
|
||||
<Pen x:Key="ChartControl.Stroke" Brush="White" po:Freeze="true" Thickness="1"/>
|
||||
<Pen x:Key="ChartControl.Stroke2" Brush="White" po:Freeze="true" Thickness="1"/>
|
||||
</ResourceDictionary>
|
10
skins/Just Black/ControlCenter.xaml
Normal file
10
skins/Just Black/ControlCenter.xaml
Normal file
@ -0,0 +1,10 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush x:Key="LogGrid.InformationBackground" Color="Transparent" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="LogGrid.WarningBackground" Color="DarkGoldenrod" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="LogGrid.ErrorBackground" Color="Chocolate" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="LogGrid.AlertBackground" Color="Firebrick" po:Freeze="true" />
|
||||
|
||||
</ResourceDictionary>
|
12
skins/Just Black/DataSeries.xaml
Normal file
12
skins/Just Black/DataSeries.xaml
Normal file
@ -0,0 +1,12 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush x:Key="DataSeries.PriceMarkerBrush" Color="Black" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="DataSeries.ShortExecutionBrush" Color="Magenta" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="DataSeries.LongExecutionBrush" Color="DodgerBlue" po:Freeze="true" />
|
||||
|
||||
<Pen x:Key="DataSeries.PositionPenLoser" Brush="Crimson" Thickness="2" DashStyle="{x:Static DashStyles.Dot}"/>
|
||||
<Pen x:Key="DataSeries.PositionPenWinner" Brush="DarkGreen" Thickness="2" DashStyle="{x:Static DashStyles.Dot}"/>
|
||||
<Pen x:Key="DataSeries.TradingHoursPen" Brush="Silver" Thickness="1"/>
|
||||
</ResourceDictionary>
|
11
skins/Just Black/FxBoard.xaml
Normal file
11
skins/Just Black/FxBoard.xaml
Normal file
@ -0,0 +1,11 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush x:Key="FxBoard.UptickBackground" Color="Blue" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxBoard.UptickForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxBoard.DowntickBackground" Color="Red" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxBoard.DowntickForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxBoard.ButtonBackground" Color="#7F7F7F" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxBoard.ButtonForeground" Color="White" po:Freeze="true" />
|
||||
</ResourceDictionary>
|
38
skins/Just Black/FxPro.xaml
Normal file
38
skins/Just Black/FxPro.xaml
Normal file
@ -0,0 +1,38 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush x:Key="FxPro.TextBoxBackground" Color="Transparent" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxPro.PositionQtyLongBackground" Color="LimeGreen" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxPro.PositionQtyShortBackground" Color="Red" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxPro.PnLBackground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxPro.UptickBackground" Color="Blue" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxPro.UptickForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxPro.DowntickBackground" Color="Red" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxPro.DowntickForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="FxPro.ButtonForeground" Color="White" po:Freeze="true" />
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="FxPro.ButtonBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="FxPro.ActionButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="FxPro.BuyButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="FxPro.SellButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
</ResourceDictionary>
|
22
skins/Just Black/Level2.xaml
Normal file
22
skins/Just Black/Level2.xaml
Normal file
@ -0,0 +1,22 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush x:Key="Level2.L1Background" Color="Gray" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L2Background" Color="Orange" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L3Background" Color="Red" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L4Background" Color="LimeGreen" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L5Background" Color="Blue" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L6Background" Color="LemonChiffon" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L7Background" Color="Bisque" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L8Background" Color="LightSalmon" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L9Background" Color="LightSeaGreen" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.L10Background" Color="LightSteelBlue" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.MarketMakersBackground" Color="Black" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.MarketMakersForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.TextForeground" Color="Black" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.UptickForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.UptickBackground" Color="Transparent" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.DowntickForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="Level2.DowntickBackground" Color="Transparent" po:Freeze="true" />
|
||||
</ResourceDictionary>
|
15
skins/Just Black/MarketAnalyzer.xaml
Normal file
15
skins/Just Black/MarketAnalyzer.xaml
Normal file
@ -0,0 +1,15 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush po:Freeze="true" x:Key="ConditionBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="ConditionForeground" Color="White"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="MAGridForeground" Color="#FFFFFFFF"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="MAGridLines" Color="#FFFFFFFF"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="LabelRowBackground" Color="#00FFFFFF"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="LabelRowForeground" Color="#FFFFFFFF"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="RowChangeHighlightBackground" Color="Yellow"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="RowChangeHighlightForeground" Color="Black"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="MAGridTotalRowBackground" Color="#FF8F6200" />
|
||||
|
||||
</ResourceDictionary>
|
8
skins/Just Black/News.xaml
Normal file
8
skins/Just Black/News.xaml
Normal file
@ -0,0 +1,8 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush po:Freeze="true" x:Key="AlertBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="AlertForeground" Color="White"/>
|
||||
|
||||
</ResourceDictionary>
|
8
skins/Just Black/NinjaScriptWizard.xaml
Normal file
8
skins/Just Black/NinjaScriptWizard.xaml
Normal file
@ -0,0 +1,8 @@
|
||||
<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 Theme-->
|
||||
<SolidColorBrush x:Key="BackgroundWizard" Color="Black" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="BorderWizardInner" Color="#FFB2B2B2" po:Freeze="true"/>
|
||||
<SolidColorBrush x:Key="BorderWizardOuter" Color="#FF595959" po:Freeze="true"/>
|
||||
</ResourceDictionary>
|
22
skins/Just Black/OptionChain.xaml
Normal file
22
skins/Just Black/OptionChain.xaml
Normal file
@ -0,0 +1,22 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush x:Key="OptionChain.StrikeBackground" Color="Black" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="OptionChain.StrikeForeground" Color="White" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="OptionChain.HoverBrush" Color="LimeGreen" Opacity="0.5" po:Freeze="true"/>
|
||||
<SolidColorBrush x:Key="OptionChain.SelectionBrush" Color="DarkRed" Opacity="0.8" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="OptionChain.ItmBackground" Color="Blue" Opacity="0.3" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="OptionChain.ItmForeground" Color="#FFCCCCCC" Opacity="1" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="OptionChain.OtmBackground" Color="Transparent" Opacity="0.3" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="OptionChain.OtmForeground" Color="#FFCCCCCC" Opacity="1" po:Freeze="true" />
|
||||
|
||||
<SolidColorBrush x:Key="OptionChain.ItmLineBrush" Color="Brown" Opacity="0.8" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="OptionChain.PriceMarkerBrush" Color="Red" Opacity="1" po:Freeze="true" />
|
||||
|
||||
<SolidColorBrush x:Key="OptionChain.MinVolumeBrush" Color="Transparent" po:Freeze="true" />
|
||||
<SolidColorBrush x:Key="OptionChain.MaxVolumeBrush" Color="DarkGreen" Opacity="1" po:Freeze="true" />
|
||||
|
||||
<Pen x:Key="OptionChain.StrikeLadderPen" Brush="Gray" Thickness="1" po:Freeze="true" />
|
||||
<Pen x:Key="OptionChain.ItmLinePen" Brush="{StaticResource OptionChain.ItmLineBrush}" Thickness="2" po:Freeze="true" />
|
||||
</ResourceDictionary>
|
22
skins/Just Black/OrderTicket.xaml
Normal file
22
skins/Just Black/OrderTicket.xaml
Normal file
@ -0,0 +1,22 @@
|
||||
<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 po:Freeze="true" x:Key="OrderTicket.ButtonBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="OrderTicket.BuyButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="OrderTicket.SellButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
</ResourceDictionary>
|
127
skins/Just Black/SuperDom.xaml
Normal file
127
skins/Just Black/SuperDom.xaml
Normal file
@ -0,0 +1,127 @@
|
||||
<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:system="clr-namespace:System;assembly=mscorlib">
|
||||
<!-- Button Colors -->
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="SuperDom.ButtonBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="SuperDom.ActionButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="SuperDom.BuyButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush po:Freeze="true" x:Key="SuperDom.SellButtonsBackground" StartPoint="0.5,-0.05" EndPoint="0.5,0.66" >
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFB3B3B3"/>
|
||||
<GradientStop Color="#FF000000" Offset="1"/>
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<!-- Qty/Offset Modifier Colors -->
|
||||
<GradientStopCollection po:Freeze="true" x:Key="ModifierFlagBackgroundStops">
|
||||
<GradientStop Color="#FFFFFFFF" Offset="0"/>
|
||||
<GradientStop Color="#FFBDBDBD" Offset="0.66"/>
|
||||
</GradientStopCollection>
|
||||
|
||||
<LinearGradientBrush po:Freeze="true"
|
||||
x:Key="ModifierFlagBackgroundBrush"
|
||||
StartPoint="0.5,0"
|
||||
EndPoint="0.5,1"
|
||||
GradientStops="{StaticResource ModifierFlagBackgroundStops}" />
|
||||
<SolidColorBrush x:Key="ModifierFlagForeground"
|
||||
Color="Black"
|
||||
po:Freeze="true" />
|
||||
|
||||
<Color x:Key="colorOrderStateTriggerPending"> Yellow </Color>
|
||||
<Color x:Key="colorOrderTypeLimit"> Cyan </Color>
|
||||
<Color x:Key="colorOrderTypeMarketIfTouched"> SpringGreen </Color>
|
||||
<Color x:Key="colorOrderTypeStopLimit"> Violet </Color>
|
||||
<Color x:Key="colorOrderTypeStopMarket"> Pink </Color>
|
||||
<Color x:Key="colorProfitTarget"> Lime </Color>
|
||||
<Color x:Key="colorStopLoss"> Red </Color>
|
||||
|
||||
<Color x:Key="colorOrderDropShadow">White</Color>
|
||||
|
||||
<!-- Custom volume column brushes -->
|
||||
<SolidColorBrush po:Freeze="true"
|
||||
x:Key="brushVolumeColumnBackground"
|
||||
Color="CornflowerBlue" />
|
||||
|
||||
<SolidColorBrush po:Freeze="true"
|
||||
x:Key="immutableBrushVolumeColumnBackground"
|
||||
Color="CornflowerBlue" />
|
||||
|
||||
<SolidColorBrush po:Freeze="true"
|
||||
x:Key="brushVolumeColumnForeground"
|
||||
Color="#FFCCCCCC" />
|
||||
|
||||
<SolidColorBrush po:Freeze="true"
|
||||
x:Key="immutableBrushVolumeColumnForeground"
|
||||
Color="#FFCCCCCC" />
|
||||
|
||||
<!-- Price Ladder Colors -->
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushAskPriceForeground" Color="LimeGreen" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushBidPriceForeground" Color="Blue" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushBuyColumnBackground" Color="#FF333333" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushBuyColumnForeground" Color="#FFCCCCCC" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushDailyHighPriceBackground" Color="ForestGreen" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushDailyLowPriceBackground" Color="SteelBlue" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushEntryPriceBackground" Color="Sienna" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushHighlightBackground" Color="Navy" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushLastTradeBackground" Color="Yellow" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushPriceColumnBackground" Color="Black" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushPriceColumnForeground" Color="#FFCCCCCC" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushSellColumnBackground" Color="#FF333333" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushSellColumnForeground" Color="#FFCCCCCC" />
|
||||
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushAskPriceForeground" Color="LimeGreen" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushBidPriceForeground" Color="Blue" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushBuyColumnBackground" Color="#FF333333" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushBuyColumnForeground" Color="#FFCCCCCC" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushDailyHighPriceBackground" Color="ForestGreen" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushDailyLowPriceBackground" Color="SteelBlue" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushEntryPriceBackground" Color="Sienna" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushHighlightBackground" Color="Navy" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushLastTradeBackground" Color="Yellow" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushPriceColumnBackground" Color="Black" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushPriceColumnForeground" Color="#FFCCCCCC" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushSellColumnBackground" Color="#FF333333" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushSellColumnForeground" Color="#FFCCCCCC" />
|
||||
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushAskPriceAlternateForeground" Color="Blue" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="brushBidPriceAlternateForeground" Color="Red" />
|
||||
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushAskPriceAlternateForeground" Color="Blue" />
|
||||
<SolidColorBrush po:Freeze="true" x:Key="immutableBrushBidPriceAlternateForeground" Color="Red" />
|
||||
|
||||
<!-- Auto Hold Outline Color -->
|
||||
<Color po:Freeze="true" x:Key="brushHoldOutline">Red</Color>
|
||||
<system:Double x:Key="holdDropShadowRadius">15</system:Double>
|
||||
<system:Double x:Key="holdDropShadowOpacity">1</system:Double>
|
||||
|
||||
<!-- Order Flag Colors -->
|
||||
<LinearGradientBrush x:Key="TriggerPendingOrderStateFillBrush" StartPoint="0.5, -0.1" EndPoint="0.5, 0.5" po:Freeze="true">
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFFFFF00" Offset="0.0" />
|
||||
<GradientStop Color="#FFFFFFBF" Offset="0.99" />
|
||||
<GradientStop Color="#FFFFFF00" Offset="1.0" />
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
<LinearGradientBrush x:Key="PendingOrderStateFillBrush" StartPoint="0.5, -0.1" EndPoint="0.5, 0.5" po:Freeze="true">
|
||||
<LinearGradientBrush.GradientStops>
|
||||
<GradientStop Color="#FFFFA500" Offset="0.0" />
|
||||
<GradientStop Color="#FFFFE9BF" Offset="0.99" />
|
||||
<GradientStop Color="#FFFFA500" Offset="1.0" />
|
||||
</LinearGradientBrush.GradientStops>
|
||||
</LinearGradientBrush>
|
||||
</ResourceDictionary>
|
23
skins/Just Black/TimeAndSales.xaml
Normal file
23
skins/Just Black/TimeAndSales.xaml
Normal file
@ -0,0 +1,23 @@
|
||||
<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">
|
||||
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.AboveAskBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.AboveAskForeground" Color="Gold"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.AskForeground" Color="Crimson"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.AskBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.AtAskBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.AtAskForeground" Color="ForestGreen"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.AtBidBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.AtBidForeground" Color="Chocolate"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.BelowBidBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.BelowBidForeground" Color="DeepPink"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.BetweenBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.BetweenForeground" Color="Sienna"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.BidForeground" Color="Orange"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.BidBackground" Color="Transparent"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.BlockAlertForeground" Color="DeepSkyBlue"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.DailyHighForeground" Color="LimeGreen"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.DailyLowForeground" Color="Red"/>
|
||||
<SolidColorBrush po:Freeze="true" x:Key="TimeAndSales.MainBackground" Color="Transparent"/>
|
||||
</ResourceDictionary>
|
7
skins/README.md
Normal file
7
skins/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
## NinjaTrader Skins
|
||||
|
||||
## Just Black
|
||||
|
||||
![Just Black Skin Screenshot](./just_black_screenshot.png)
|
||||
|
||||
---
|
BIN
skins/just_black_screenshot.png
Normal file
BIN
skins/just_black_screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Loading…
Reference in New Issue
Block a user