diff --git a/0_config.R b/0_config.R index 7e90f4ac567aea0c3e73494973c1c8308be1617d..118c839be63ee116631f9eb1442dde1d429ab94c 100644 --- a/0_config.R +++ b/0_config.R @@ -17,11 +17,16 @@ p0_targets <- list( ) ), tar_target( - # Create a tibble to define color palette for postive and negatively correlated associated dimensions + # Create a tibble to define color palette for dimensions p0_viz_config_pal, tibble( - pal_positive = "Oranges", - pal_neg = "Blues" + demographic_characteristics = "#092836", + exposure = "#FFA601", + health = "#EE5775", + land_tenure = "#1C695E", + living_conditions = "#7A5195", + risk_perception = "#FF774A", + socioeconomic_status = "#2A468F" ) ) ) \ No newline at end of file