Skip to content

Commit

Permalink
Merge pull request #10 from oliviaAB/main
Browse files Browse the repository at this point in the history
Updated logo colours
  • Loading branch information
oliviaAB authored Oct 29, 2023
2 parents 193ada0 + 25dc3ad commit ef42717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data-raw/make_logo.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ hidecan_plot <- hidecan_plot(
axis.text.y = element_blank(),
axis.ticks.y = element_blank(),
legend.position = "none",
strip.background.x = element_rect(fill = "#6cc3c6"),
strip.background.x = element_rect(fill = "#136c68"),
strip.text.x = element_text(
margin = margin(0, 0, 0, 0),
color = NA
Expand All @@ -53,8 +53,8 @@ hidecan_plot <- hidecan_plot(
) +
theme_transparent()

col_border <- "#399093"
col_background <- "#ceebec"
col_border <- "#0f5753"
col_background <- "#d4f7f6"
sticker(
hidecan_plot,
package = "hidecan",
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.

0 comments on commit ef42717

Please sign in to comment.