Discrete scales (scale_colour_sketch(), scale_fill_sketch()) use
sketch_palette(); the continuous variants (*_sketch_c()) use a
paper-to-ink blue gradient. They pair with theme_sketch() and the sketch
geoms but work with any ggplot2 layer.
Character vector of aesthetics this scale works with.
interpolate
Discrete scales only. When there are more than eight
levels, interpolate the eight-colour sketch_palette() into one colour per
level (the default) instead of recycling.