From 00500e0945654046477ba6cec439bb0d907e3f70 Mon Sep 17 00:00:00 2001
From: elmeraa <eazadpour@usgs.gov>
Date: Tue, 28 May 2024 15:30:43 -0700
Subject: [PATCH] add cols for dimensions in pipeline

---
 0_config.R | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/0_config.R b/0_config.R
index 7e90f4a..118c839 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
-- 
GitLab