Changeset: f83b736fb062 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f83b736fb062
Modified Files:
        clients/mapiclient/tomograph.c
Branch: Feb2013
Log Message:

Pick better printable colors


diffs (18 lines):

diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -535,12 +535,12 @@ fixed_colors[] = {
        { 0, 0, "algebra", "thetajoin", "darkblue" },
        { 0, 0, "algebra", "thetasubselect", "lightgreen" },
        { 0, 0, "algebra", "tinter", "seagreen" },
-       { 0, 0, "algebra", "*", "lightgreen" },
+       { 0, 0, "algebra", "*", "green" },
        { 0, 0, "batcalc", "dbl", "deeppink" },
        { 0, 0, "batcalc", "lng", "deeppink" },
        { 0, 0, "batcalc", "hash", "coral" },
        { 0, 0, "batcalc", "ifthenelse", "plum" },
-       { 0, 0, "batcalc", "*", "lightyellow" },
+       { 0, 0, "batcalc", "*", "yellow" },
        { 0, 0, "bat", "append", "salmon" },
        { 0, 0, "bat", "insert", "salmon" },
        { 0, 0, "bat", "mergecand", "orange" },
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to