@model BTCPayServer.Services.ThemeSettings @{ ViewData.SetActivePageAndTitle(ServerNavPages.Theme, "Theme"); } @section PageFootContent { }

@ViewData["PageTitle"]

Custom theme

Use the default Light or Dark Themes, or provide a CSS theme file below.

@if (!ViewContext.ModelState.IsValid) {
}