There was an error while loading. Please reload this page.
1 parent b419f80 commit bdb4531Copy full SHA for bdb4531
1 file changed
src/lib/browse/schemes/colors.ts
@@ -1,10 +1,12 @@
1
export let atfFundingProgrammes = {
2
- ATF2: "#66c2a5",
3
- "ATF2 or ATF3": "#fc8d62",
4
- ATF3: "#8da0cb",
5
- ATF4: "#e78ac3",
6
- ATF4E: "#a6d854",
7
- ATF5: "purple",
+ ATF2: "#1b9e77",
+ "ATF2 or ATF3": "#d95f02",
+ ATF3: "#7570b3",
+ ATF4: "#e7298a",
+ ATF4E: "#66a61e",
+ ATF5: "#e6ab02",
8
+ CATF: "#a6761d",
9
+ IST: "#666666",
10
};
11
12
export let currentMilestones = {
0 commit comments