summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-28 12:45:42 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-28 12:45:42 -0700
commit2d24779b6226f6f9757abe565307d2956b375c0d (patch)
tree92b09cf28b7bae2c216a000c13f8211129537497 /color.h
parentdad3c5d9db5c5ccecf972c405c9b53c82d5ee1a8 (diff)
downloadsubsurface-2d24779b6226f6f9757abe565307d2956b375c0d.tar.gz
Make heartrate grid less confusing
Having all the grid lines in the same color made things visually confusing. To clean this up a little make the heartrate lines a light gray color. Fixes #484 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'color.h')
-rw-r--r--color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/color.h b/color.h
index fea8bab84..d4870e14b 100644
--- a/color.h
+++ b/color.h
@@ -38,6 +38,7 @@
#define BLACK1_LOW_TRANS QColor::fromRgbF(0.0, 0.0, 0.0, 0.75)
#define BLACK1_HIGH_TRANS QColor::fromRgbF(0.0, 0.0, 0.0, 0.25)
#define TUNDORA1_MED_TRANS QColor::fromRgbF(0.3, 0.3, 0.3, 0.5)
+#define MED_GRAY_HIGH_TRANS QColor::fromRgbF(0.5, 0.5, 0.5, 0.25)
#define MERCURY1_MED_TRANS QColor::fromRgbF(0.9, 0.9, 0.9, 0.5)
#define CONCRETE1_LOWER_TRANS QColor::fromRgbF(0.95, 0.95, 0.95, 0.9)
#define WHITE1_MED_TRANS QColor::fromRgbF(1.0, 1.0, 1.0, 0.5)