# Hangfire.Dashboard.Dark **Repository Path**: LucasDot/Hangfire.Dashboard.Dark ## Basic Information - **Project Name**: Hangfire.Dashboard.Dark - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hangfire.Dashboard.Dark [![Build Status](https://vip32.visualstudio.com/Hangfire.Dashboard.Dark/_apis/build/status/vip32.Hangfire.Dashboard.Dark?branchName=master)](https://vip32.visualstudio.com/Hangfire.Dashboard.Dark/_build/latest?definitionId=6&branchName=master) [![NuGet](https://img.shields.io/nuget/v/Hangfire.Dashboard.Dark.svg)](https://www.nuget.org/packages/Hangfire.Dashboard.Dark/) Hangfire.Dashboard.Dark shows the hangfire dashboard in a beautiful dark theme. ## Features - [Darkly](http://bootswatch.com/darkly/) ![dashboard](dashboard1.png) ## Setup In .NET Core's Startup.cs: ```c# public void ConfigureServices(IServiceCollection services) { services.AddHangfire(config => { ... config.UseDarkDashboard(); }); } ``` Otherwise, ```c# GlobalConfiguration.Configuration ... .UseDarkDashboard(); ``` ![dashboard](dashboard2.png)