Skip to contents

Renders a sample hex sticker to preview a theme's colors.

Usage

hexmakr_preview_theme(theme = "stats", mode = "dark")

Arguments

theme

Character. Theme name, one of names(hexmakr_themes()).

mode

Character. Either "dark" (default) or "light".

Value

A ggplot object (invisibly). Also prints the plot.

Details

Preview a theme

Examples

# \donttest{
hexmakr_preview_theme("stats")

hexmakr_preview_theme("genomics", mode = "light")

# }