From 33a3f85f0954c69931c1fbf31d28868f889ccd6a Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 5 Mar 2021 22:19:07 +0000
Subject: [PATCH] Testing

---
 include/plot.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/plot.h b/include/plot.h
index c1986163..503e8203 100644
--- a/include/plot.h
+++ b/include/plot.h
@@ -10,6 +10,7 @@
 #include <vector>
 
 namespace plot {
+  const int kArgonneBlue   = TColor::GetColor(0x1f, 0x77, 0xb4); // not really
 
   const int kMpBlue   = TColor::GetColor(0x1f, 0x77, 0xb4);
   const int kMpOrange = TColor::GetColor(0xff, 0x7f, 0x0e);
-- 
GitLab