watchos_colour_palettes: watchOS Color Palette

watchos_dark_palR Documentation

watchOS Color Palette

Description

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:

  • scale_colour_watchos_dark

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)


amirmasoudabdol/sfthemes documentation built on July 5, 2022, 5:36 p.m.