Skip to content

Commit

Permalink
added bright red economist color
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnold committed Sep 22, 2012
1 parent 47a721b commit 2c629d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/ggplotJrnoldPalettes.R
Expand Up @@ -61,7 +61,9 @@ ggplotJrnoldPalettes <- {
## bg : d5e4eb
## bgdk : c3d6df
x$economist$bg <-
c(ebg = "#d5e4eb", edkbg = "#c3d6df")
c(ebg = "#d5e4eb", # Bluish gray
edkbg = "#c3d6df", # Darker bluish-gray
red = "#ed111a", # Bright red rectangle and highlights)
## From png 20120818_AMC820.png
## blue_gray = 6794a7
## blue_dark = 014d64
Expand Down

0 comments on commit 2c629d6

Please sign in to comment.