Otto.Theme.WPF 1.0.1

dotnet add package Otto.Theme.WPF --version 1.0.1
NuGet\Install-Package Otto.Theme.WPF -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Otto.Theme.WPF" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Otto.Theme.WPF --version 1.0.1
#r "nuget: Otto.Theme.WPF, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Otto.Theme.WPF as a Cake Addin
#addin nuget:?package=Otto.Theme.WPF&version=1.0.1

// Install Otto.Theme.WPF as a Cake Tool
#tool nuget:?package=Otto.Theme.WPF&version=1.0.1

Otto.Theme - Simple WPF Dark Theme

Just a simple WPF dark theme inspired by Discord and little bit of JetBrain's Rider

Nuget

Get it from Nuget

Install-Package Otto.Theme.WPF

Preview

https://user-images.githubusercontent.com/17864005/116119676-fa674100-a6be-11eb-8452-4890f07b949e.MP4

Usage

  • App.xaml should look like this :
<Application
    x:Class="Otto.Theme.Demo.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:Otto.Theme.Demo"
    StartupUri="MainWindow.xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/Otto.Theme.Dark;component/Themes/SkinDefault.xaml" />
                <ResourceDictionary Source="pack://application:,,,/Otto.Theme.Dark;component/Themes/Theme.xaml" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>
  • MainWindow.xaml :
<kt:DarkWindow
    x:Class="Otto.Theme.Demo.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:kt="clr-namespace:Otto.Theme.Controls;assembly=Otto.Theme"
    Title="Keytrap's Dark Theme for WPF"
    Width="970"
    Height="562"
    Style="{StaticResource GlowWindow}"
    mc:Ignorable="d" >
    <Grid>

    </Grid>
</kt:DarkWindow>
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 321 4/26/2021
1.0.0 261 4/26/2021