Skip to content

Commit

Permalink
Merge pull request #12 from CMAP-REPOS/update_logo
Browse files Browse the repository at this point in the history
Update to current palette
  • Loading branch information
dlcomeaux authored Feb 13, 2023
2 parents 23894b7 + 476b770 commit 3b97056
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions data-raw/generate_package_logo.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ devtools::load_all()

# Define CMAP colors
cmap_colors <- sort(c(
blue_dk = "#0f3e8b",
green_dk = "#7dc242",
red_dk = "#d93636",
gold_dk = "#cca62b",
blue_lt = "#73c9e3",
green_lt = "#c7de75",
red_lt = "#e5a872",
gold_lt = "#e6d170"
blue_dk = "#1e478e",
green_dk = "#3e6730",
red_dk = "#ca3428",
gold_dk = "#d3b42b",
blue_lt = "#ade0ee",
green_lt = "#6dae4f",
gold_lt = "#e6daaf"
))

# Create simplified geodata for logo map
Expand Down
Binary file modified man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/logo_notext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b97056

Please sign in to comment.