summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-06-23 15:50:16 +0200
committerBenjamin Otte <otte@redhat.com>2010-06-23 15:50:16 +0200
commiteb7b5a9970032f434cbe55eb095e01309fe838b8 (patch)
treee51262a0d5be4cec8aa5c267eeecd97818e73d0b
parente43f0b4c1ae0985f6c8616a21327859383ad157c (diff)
perf-chart: predefine some more colors
-rw-r--r--perf/cairo-perf-chart.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/perf/cairo-perf-chart.c b/perf/cairo-perf-chart.c
index c098bfc9..3f9c5a9b 100644
--- a/perf/cairo-perf-chart.c
+++ b/perf/cairo-perf-chart.c
@@ -275,7 +275,9 @@ static struct color predefined_colors[] = {
{ 204./255, 0, 0 },
{ 237./255, 212./255, 0 },
{ 115./255, 210./255, 22./255 },
- { 114./255, 159./255, 207./255 }
+ { 114./255, 159./255, 207./255 },
+ { 255./255, 171./255, 24./255 },
+ { 99./255, 229./255, 179./255 }
};
static cairo_bool_t