81 packages tagged with “dark”
The Xamarin.Forms MaterialFrame aims at delivering out of the box modern popular theming such as: * Light * Dark * Acrylic * AcrylicBlur The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView: * Light * ExtraLight * Dark On Android, the blur is implemented thanks to the RealtimeBlurView from Tu Yimin (mmin18). Mandatory initialization on iOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.iOS.iOSMaterialFrameRenderer.Init(); Mandatory initialization on macOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.macOS.macOSMaterialFrameRenderer.Init(); Mandatory initialization on UWP: var rendererAssemblies = new[] { typeof(UWPMaterialFrameRenderer).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);
Dark themed dashboard for Hangfire
Annotation class for Elemental Programming: provides Dark element.
Annotation class for Elemental Programming: provides Dark and Light element.
A .NET Standard library for the Dark Sky weather API.
Provides a .Net implementation of a WPF color picker control supporting HSV and RGB.
This package provides the functionality to utilize the features of Syncfusion® WPF Material Dark theme and more.
A WPF Library that implement an easy way to use Mica material without WinUI.
A WPF theme which will make an application look like Blend
Toggly.FeatureManagement extends Microsoft.FeatureManagement with extensions to handle feature state changes, Decorate and register services that are injected when a feature is on, feature usage tracking, and integration with toggly.io
The MAUI MaterialFrame aims at delivering out of the box modern popular theming such as: * Light * Dark * Acrylic * AcrylicBlur The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView: * Light * ExtraLight * Dark On Android, the blur is implemented with StackBlur algorithm - a pure C# implementation that works on all Android versions including 15+ with 16KB page size. ## Installation * In Core project, in `MauiProgram.cs`: ```csharp public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() .UseSharpnadoMaterialFrame(loggerEnabled: false); } ```
The ThemeManager class provides static methods to be used during app initialization to force the app's resources to appear as the Dark or Light theme.
Provides a RavenDB implementation for feature snapshot storage. The application falls back to snapshot storage if it can't reach toggly.io
MLib is a set of WPF theming libraries based on MahApps.Metro and MUI
Adds filters for Browser Family, Browser Language, Country, OS and User Claims and a default implementation for HTTP context targeting that support users and groups
Functionality for adding custom .css to Hangfire dashboard, comes with two predefined themes.
Implements a Window theming control for Dirkster.MLib but can also be used with other theming libraries since there are no technical dependencies to MLib.
Visual Studio dark theme for Cauldron WPF
Enable native Windows dark mode for your WPF and Windows Forms title bars.
WPF dark theme and controls for .NET Core and .NET Framework
Single C# (Source) file version - the ThemeManager class provides static methods to be used during app initialization to force the app's resources to appear as the Dark or Light theme.
Toggly.Metrics.SystemMetrics extends the Toggly feature management library by adding support for capturing performance metrics. Capture performance counters, giving you valuable insights into the performance of your application.
An extension of MicaWPF that adds dependency injection support.
Theme Manager for Windows and Windows Phone Store Apps
Implements a WPF/MVVM Control libray (with backend) that manages a Most Recently Used list of files.
Maya .Net Dark Scheme for WPF http://around-the-corner.typepad.com/
Provides a .Net implementation of a WPF drop down button control.
Package Description
Featureflow dotnet client API allows you to add runtime feature management and rollout control to your .net application. Find out more at www.featureflow.io and docs.featureflow.io