Skip to contents

Set of color palettes based on watchOS System Colors. General information about each palette can be found in the colors vignette.

Usage

watchos_dark_pal(order = "contrast")

Arguments

order

Indicates the order of colors in the palette

Details

These functions are ideal for accessing the raw color values, and can be used within functions where raw color values are needed, e.g., plot. In order to use them with ggplot functions, you must utilize one of the followings:

Note

  • We recommend paining this palette with dark themes, as the high base brightness of colors may make them hard to distinguish in light themes

Examples


library(scales)

 scales::show_col(watchos_dark_pal(order = "default")(10),
                  borders = NA, labels = FALSE)

 scales::show_col(watchos_dark_pal(order = "contrast")(10),
                  borders = NA, labels = FALSE)