Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggsci
Type: Package
Title: Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'
Version: 4.0.0
Version: 4.1.0
Authors@R: c(
person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0250-5673")),
Expand Down
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# ggsci 4.1.0

## Improvements

- Synchronize the iTerm color palettes with upstream (#72).

This update adds 8 new palettes to `iterm_palettes()`: Hot Dog Stand
variations, Matte Black, Poimandres variations, and Selenized Black.
These palettes are now usable by `pal_iterm()`, `scale_color_iterm()`,
and `scale_fill_iterm()`.

Additionally, the color values for 40+ existing iTerm palettes have been
updated to match the latest upstream color specifications.

## Documentation

- Add the [ggsci iterm palettes microsite](https://nanx.me/ggsci-iterm/) link
to `vignette("ggsci")` (#70). This microsite helps users preview all iTerm
color palettes available in ggsci.

# ggsci 4.0.0

## New features
Expand Down