Skip to contents

A five-color green-to-red ramp with its luminance range lifted so it still reads on a near-black background. The default palette in gt_color_ranks() is built for white paper, and its mid-tones collapse into a dark ground. Pass this instead when using gt_theme_midnight() or gt_theme_terminal().

Usage

pal_midnight

Format

A character vector of five hex colors, running best to worst.

Examples

if (FALSE) { # \dontrun{
gt::gt(head(airquality, 10)) %>%
  gt_theme_midnight() %>%
  gt_color_ranks(Temp, palette = pal_midnight)
} # }