-
Notifications
You must be signed in to change notification settings - Fork 9
/
theme.yaml
38 lines (31 loc) · 879 Bytes
/
theme.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
bar_chart_colors:
# reordered IBM Palette: https://davidmathlogic.com/colorblind/#%23648FFF-%23785EF0-%23DC267F-%23FE6100-%23FFB000
# cooler colors for CRuby, warmer colors for YJIT
- '#648FFF'
- '#785EF0'
- '#FFB000'
- '#DC267F'
- '#FE6100'
# For the ruby bar charts, specify the order so that colors are consistent
# even when not all rubies are present.
ruby_bar_chart_color_order:
- prev_ruby_no_jit
- prod_ruby_no_jit
- prev_ruby_yjit
- prod_ruby_with_yjit
axis_color: &axis_color "#000"
background_color: &background_color "#fff"
text_color: "#111"
text_on_bar_color: *background_color
legend_box_attrs:
stroke: none
legend_text_attrs:
style: "text-shadow: 0 0 1px #000;"
bar_text_attrs:
style: "text-shadow: 0 0 1px #fff;"
bar_text_background_attrs:
fill: "#fffa"
stddev_marker_attrs:
stroke-dasharray: "1,0.5"
stroke: "#333c"