Skip to content

Commit

Permalink
Update colours.R
Browse files Browse the repository at this point in the history
normalise the colours a little
  • Loading branch information
vankesteren authored Nov 26, 2019
1 parent 2721af5 commit b6befff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/colours.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ firaPalette <- function(n = 5) {
#' @seealso \code{\link{firaPalette}}
#'
#' @export
firaCols <- c("#00008b", "#dd7373", "#499293", "#234c20", "#e2bd36")
firaCols <- c("#3030a3", "#dd7373", "#499293", "#30602d", "#e2bd36")

#' Fira discrete colour scales
#'
Expand Down

0 comments on commit b6befff

Please sign in to comment.