summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-07 13:00:16 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-07 13:00:16 -0800
commitb08b32af2c6c34fb0b17a6479b72e27a6301027b (patch)
treed48cfeb67063e6064328dbee5a30bfac472861e4 /color.h
parent02103978ec89cc5538254cac82afc20e2084c004 (diff)
downloadsubsurface-b08b32af2c6c34fb0b17a6479b72e27a6301027b.tar.gz
CVS import UI: mark the column names in blue as well
And make the bubbles slightly larger. 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 4def4f18c..7938e59a6 100644
--- a/color.h
+++ b/color.h
@@ -51,6 +51,7 @@
#define ROYALBLUE2 QColor::fromRgbF(0.2, 0.2, 0.9, 1)
#define ROYALBLUE2_LOW_TRANS QColor::fromRgbF(0.2, 0.2, 0.9, 0.75)
#define AIR_BLUE QColor::fromRgbF(0.25, 0.75, 1.0, 1)
+#define AIR_BLUE_TRANS QColor::fromRgbF(0.25, 0.75, 1.0, 0.5)
// Yellows / BROWNS
#define SPRINGWOOD1 QColor::fromRgbF(0.95, 0.95, 0.9, 1)