Expression Theme

Inspired by Microsoft Expression Blend with a sleek, designer-focused aesthetic.


Installation

dotnet add package Dirkster.AvalonDock.Themes.Expression

Usage

Expression Dark

using AvalonDock.Themes;

dockManager.Theme = new ExpressionDarkTheme();

Expression Light

dockManager.Theme = new ExpressionLightTheme();