powered by
ANSI terminal color palettes sourced from the iterm2-color-schemes project. Each theme provides normal and bright variants.
pal_iterm( palette = iterm_palettes(), variant = c("normal", "bright"), alpha = 1 )
Palette name. See iterm_palettes() for available options.
iterm_palettes()
Variant of the palette. One of "normal", "bright".
"normal"
"bright"
Transparency level, a real number in (0, 1]. See alpha in grDevices::rgb() for details.
alpha
grDevices::rgb()
https://github.com/mbadolato/iTerm2-Color-Schemes
library("scales") show_col(pal_iterm("Rose Pine")(6)) show_col(pal_iterm("Rose Pine", variant = "bright", alpha = 0.7)(6))
Run the code above in your browser using DataLab