Skip to content

Commit

Permalink
🎨 New colors
Browse files Browse the repository at this point in the history
- Changed primary and accent colors
- Changed some button colors
- Updated packages
  • Loading branch information
database64128 committed Jul 14, 2020
1 parent 016c930 commit 3efdf4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AboutDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Style="{StaticResource MaterialDesignHeadline6TextBlock}"
TextWrapping="Wrap"
VerticalAlignment="Center">
About - v1.1 Build 20200708
About - v1.1 Build 20200714
</TextBlock>
<TextBlock Grid.Row="1"
Grid.Column="1"
Expand Down
2 changes: 1 addition & 1 deletion App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<materialDesign:BundledTheme BaseTheme="Light" PrimaryColor="DeepPurple" SecondaryColor="Lime" />
<materialDesign:CustomColorTheme BaseTheme="Light" PrimaryColor="#3d5afe" SecondaryColor="#00c853" />
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
Expand Down
4 changes: 4 additions & 0 deletions Home.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,15 @@
materialDesign:ButtonProgressAssist.IsIndicatorVisible="{Binding FreezeButton}"
materialDesign:ButtonProgressAssist.IsIndeterminate="True"
Style="{StaticResource MaterialDesignRaisedAccentButton}"
Foreground="White"
Command="{Binding ListFormats}">_List Formats</Button>
<Button
x:Name="abortButton"
Margin="8 0 8 0"
Style="{StaticResource MaterialDesignRaisedDarkButton}"
Background="Red"
BorderBrush="Red"
Foreground="White"
Command="{Binding AbortDl}">_Abort</Button>
</StackPanel>
<StackPanel Orientation="Horizontal">
Expand Down
4 changes: 2 additions & 2 deletions youtube-dl-wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MaterialDesignThemes" Version="3.2.0-ci1755" />
<PackageReference Include="PeanutButter.TinyEventAggregator" Version="1.2.374" />
<PackageReference Include="MaterialDesignThemes" Version="3.2.0-ci1773" />
<PackageReference Include="PeanutButter.TinyEventAggregator" Version="1.2.375" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3efdf4e

Please sign in to comment.