mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
17 lines
316 B
JavaScript
17 lines
316 B
JavaScript
const themeColors =
|
|
[
|
|
"#006412",
|
|
"#0000D3",
|
|
"#FF6403",
|
|
"#562C05",
|
|
"#DD0907",
|
|
"#F20884",
|
|
"#4700A5",
|
|
"#90713A",
|
|
"#1FB714",
|
|
"#02ABEA",
|
|
"#FBF305",
|
|
];
|
|
|
|
const chartDataLabelColor = "#ffffff";
|
|
const chartTitleColor = "#e18fdc"; |