summaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2013-03-26 20:59:07 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-03-26 12:12:54 -0700
commit578851bef35eb25c6cfadb4c94d3528f954ca3b5 (patch)
treeb52bc9f86abcba2d5fbd3804c3dbcce6079322f4 /profile.c
parent826401a39c3591d462b7766eb6ede15515839669 (diff)
downloadsubsurface-578851bef35eb25c6cfadb4c94d3528f954ca3b5.tar.gz
Color print: Show SAC lines in a color different from white
Also make the profile border color the same as the depth grid color. Fixes #97 Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/profile.c b/profile.c
index 28bfeacef..788996d67 100644
--- a/profile.c
+++ b/profile.c
@@ -125,8 +125,8 @@ static const color_t profile_color[] = {
[DEPTH_TOP] = {{MERCURY1_MED_TRANS, WHITE1_MED_TRANS, MERCURY1_MED_TRANS}},
[TEMP_TEXT] = {{GOVERNORBAY2, BLACK1_LOW_TRANS, GOVERNORBAY2}},
[TEMP_PLOT] = {{ROYALBLUE2_LOW_TRANS, BLACK1_LOW_TRANS, ROYALBLUE2_LOW_TRANS}},
- [SAC_DEFAULT] = {{WHITE1, BLACK1_LOW_TRANS, WHITE1}},
- [BOUNDING_BOX] = {{WHITE1, BLACK1_LOW_TRANS, WHITE1}},
+ [SAC_DEFAULT] = {{WHITE1, BLACK1_LOW_TRANS, FORESTGREEN1}},
+ [BOUNDING_BOX] = {{WHITE1, BLACK1_LOW_TRANS, TUNDORA1_MED_TRANS}},
[PRESSURE_TEXT] = {{KILLARNEY1, BLACK1_LOW_TRANS, KILLARNEY1}},
[BACKGROUND] = {{SPRINGWOOD1, BLACK1_LOW_TRANS, SPRINGWOOD1}},
[CEILING_SHALLOW] = {{REDORANGE1_HIGH_TRANS, REDORANGE1_HIGH_TRANS, REDORANGE1_HIGH_TRANS}},