From 4d55aaff373346d04f1342cacddfbe3dbf73055a Mon Sep 17 00:00:00 2001 From: Martin Barker Date: Fri, 24 Feb 2023 03:20:39 +0000 Subject: [PATCH] Added Theme colours so it's on Twitch Brand --- TwitchDesktopNotifications/ManageIgnores.xaml | 61 +++++++++++++++++-- .../ManageIgnores.xaml.cs | 60 +++++++++++++++++- TwitchDesktopNotifications/Program.cs | 3 + .../ReconnectionNeeded.xaml | 9 +-- .../ReconnectionNeeded.xaml.cs | 56 +++++++++++++++++ 5 files changed, 179 insertions(+), 10 deletions(-) diff --git a/TwitchDesktopNotifications/ManageIgnores.xaml b/TwitchDesktopNotifications/ManageIgnores.xaml index 70d8831..c7db6a9 100644 --- a/TwitchDesktopNotifications/ManageIgnores.xaml +++ b/TwitchDesktopNotifications/ManageIgnores.xaml @@ -6,10 +6,61 @@ xmlns:local="clr-namespace:TwitchDesktopNotifications" xmlns:core="clr-namespace:TwitchDesktopNotifications.Core" mc:Ignorable="d" - Title="Twitchy: Ignored Streamers" Height="435" Width="395" ResizeMode="CanResizeWithGrip"> + Title="Twitchy: Ignored Streamers" Height="435" Width="395" ResizeMode="CanResizeWithGrip" Background="#FF333333"> + + + + + + + + @@ -29,7 +80,7 @@ Grid.Column="1" Grid.RowSpan="1" Grid.Row="3" CanUserResizeColumns="False" - x:Name="dgrdIgnore" ItemsSource="{Binding StreamersToIgnore}" AutoGenerateColumns="False" CanUserAddRows="False" RowHeaderWidth="0" HeadersVisibility="Column"> + x:Name="dgrdIgnore" ItemsSource="{Binding StreamersToIgnore}" AutoGenerateColumns="False" CanUserAddRows="False" RowHeaderWidth="0" HeadersVisibility="Column" Background="#FF333333"> @@ -48,8 +99,8 @@ -