Skip to content

Commit

Permalink
Fix reversed mixed and super colors
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Jul 6, 2021
1 parent 7e8fc6e commit dcf643e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-raw/cpr_cols.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ cpr_endem_cols <- c(
"paleo" = "#7DCCFF", # blue (microshades)
"neo" = "#F09163", # orange (microshades)
"not significant" = "#ffffcc", # off-white (colorbrewer)
"mixed" = "#CC79A7", # light purple (microshades)
"super" = "#E794C1" # dark purple (microshades)
"mixed" = "#E794C1", # light purple (microshades)
"super" = "#CC79A7" # dark purple (microshades)
)

usethis::use_data(cpr_endem_cols, overwrite = TRUE)
Binary file modified data/cpr_endem_cols.rda
Binary file not shown.

0 comments on commit dcf643e

Please sign in to comment.