From 902eafd9da1cb87291149cc449830655f644c5ab Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 4 Feb 2025 08:57:32 -0700
Subject: [PATCH] adjust colors

---
 .../nshmp-template/styles/_variables.scss     | 21 +++----------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/projects/nshmp-template/styles/_variables.scss b/projects/nshmp-template/styles/_variables.scss
index 3ed5741..2fda668 100644
--- a/projects/nshmp-template/styles/_variables.scss
+++ b/projects/nshmp-template/styles/_variables.scss
@@ -40,31 +40,16 @@ $form-field-padding-bottom: calc($form-caption-line-height + 4px);
  Light colors: https://noeldelgado.github.io/shadowlord/#fcfcfc
  Dark colors: https://noeldelgado.github.io/shadowlord/#242525
 */
-// $nshmp-surface-container: light-dark(#e3e3e3, #242525);
-// $nshmp-surface-container-low: light-dark(#fefefe, #1f1f1f);
-// $nshmp-surface-container-high: light-dark(#fcfcfc, #454646);
-// $nshmp-surface-container-highest: light-dark(#e3e3e3,#666666);
-// $nshmp-surface-container-bright: light-dark(#cacaca, #878787);
-
-$nshmp-surface-container: light-dark(#e3e3e3, #222222);
-$nshmp-surface-container-low: light-dark(#fefefe, #1d1d1d);
+$nshmp-surface-container: light-dark(#efefef, #1b1b1b);
+$nshmp-surface-container-low: light-dark(#fdfdfd, #1d1d1d);
 $nshmp-surface-container-high: light-dark(#fcfcfc, #313131);
-$nshmp-surface-container-highest: light-dark(#e3e3e3,#515151);
+$nshmp-surface-container-highest: light-dark(#d6d6d6,#515151);
 $nshmp-surface-container-bright: light-dark(#b0b0b0, #727272);
 $nshmp-surface-container-extra-bright: light-dark(#8b8b8b, #939393);
 
-// $nshmp-surface-container: light-dark(#e3e3e3, #414141);
-// $nshmp-surface-container-low: light-dark(#fefefe, #373737);
-// $nshmp-surface-container-high: light-dark(#fcfcfc, #5e5e5e);
-// $nshmp-surface-container-highest: light-dark(#e3e3e3,#7a7a7a);
-// $nshmp-surface-container-bright: light-dark(#b0b0b0, #979797);
-// $nshmp-surface-container-extra-bright: light-dark(#8b8b8b, #b3b3b3);
-
 // Material 3 main colors
 $usgs-dark-blue: light-dark(#00264c, #264767) !default;
 $nshmp-primary-color: light-dark(#00264c, #4d6782) !default;
-// $usgs-dark-blue: #00264c;
-// $nshmp-primary-color: #00264c;
 $nshmp-secondary-color: $nshmp-surface-container-high !default;
 $nshmp-error-color: #f44336 !default;
 $nshmp-on-primary-color: #fefefe;
-- 
GitLab