% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ggplot_theme.R
\name{theme_nhm}
\alias{theme_nhm}
\title{NHM ggplot2 theme}
\usage{
theme_nhm(palette = "default", base_size = 14)
}
\arguments{
\item{palette}{Character. Passed to \code{\link{nhm_colours}}.}

\item{base_size}{Base font size in points.}
}
\value{
A \code{ggplot2::theme} object.
}
\description{
A ggplot2 theme matching the NHM dark dashboard style. Works well
inside \code{nhm_panel()} in Shiny apps.
}
