Skip to content

Commit

Permalink
name to hex color in parmap
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Jun 9, 2020
1 parent bea7604 commit 6f6e65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/parmap.R
Expand Up @@ -17,8 +17,8 @@
#' layoutLayer()
parmap <- function(name, ...){
x <- list(
brutal = c(bg = "white", fg = "#3b4252"),
ink = c(bg = "navajowhite", fg = "blue"),
brutal = c(bg = "#FFFFFF", fg = "#3b4252"),
ink = c(bg = "#FFDEAD", fg = "#0000FF"),
dark = c(bg = "#2E3947", fg = "#7E848C"),
deepblue = c(bg = "#002E49", fg = "#CCCCCC"),
royal = c(bg = "#2D2D3B", fg = "#DACEC4"),
Expand Down

0 comments on commit 6f6e65d

Please sign in to comment.