Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 28, 2020
1 parent 93b2594 commit 75784e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/scale_color_bluebrown.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ bluebrown_colors <- function(...) {

bluebrown_palettes <- list(
`full` = bluebrown_colors(),
`contrast` = bluebrown_colors("lightblue", "blue", "darkblue", "grey", "darkbrown", "brown", "lightbrown")
`contrast` = bluebrown_colors("lightblue", "blue", "darkblue", "grey", "darkbrown", "brown", "lightbrown"),
`rainbow` = bluebrown_colors("darkblue", "blue", "lightblue", "grey", "lightbrown", "brown", "darkbrown")
)


Expand Down

0 comments on commit 75784e5

Please sign in to comment.