commit d0d5a389413eb1be0229e5181bef7bac211e0aaf
parent 363201ee6c8d22d00b0c7277cc07b6e01053b837
Author: Steven Atkinson <steven@atkinson.mn>
Date: Sun, 30 Apr 2023 20:29:14 -0700
Revert to standard color
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/NeuralAmpModeler/Colors.h b/NeuralAmpModeler/Colors.h
@@ -69,8 +69,8 @@ const iplug::igraphics::IColor NAM_3(255, 162, 178, 191); // Cadet Blue Crayola
// Evan Heritage theme colors
const iplug::igraphics::IColor NAM_0(0, 18, 17, 19); // Transparent
-// const iplug::igraphics::IColor NAM_THEMECOLOR(255, 80, 133, 232); // Azure
-const iplug::igraphics::IColor NAM_THEMECOLOR(255, 23, 190, 187); // Custom :)
+const iplug::igraphics::IColor NAM_THEMECOLOR(255, 80, 133, 232); // Azure
+// const iplug::igraphics::IColor NAM_THEMECOLOR(255, 23, 190, 187); // Custom :)
const iplug::igraphics::IColor NAM_THEMEFONTCOLOR(255, 242, 242, 242); // Dark White
// Misc