Skip to content

Commit 60af675

Browse files
committed
update colors
see #922 (comment)
1 parent 7900525 commit 60af675

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

sqlpage/apexcharts.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ sqlpage_chart = (() => {
1212
}
1313

1414
const tblrColors = [
15-
["blue", "#0054a6", "#6fb0e8"],
16-
["red", "#b71c1c", "#e06666"],
17-
["green", "#2fb344", "#5dc973"],
18-
["pink", "#d6336c", "#e05a8c"],
19-
["purple", "#ae3ec9", "#c264d9"],
20-
["orange", "#7a3214", "#ff8a3d"],
21-
["cyan", "#17a2b8", "#40b9cc"],
22-
["teal", "#0ca678", "#2dc08e"],
23-
["yellow", "#a69600", "#ffb733"],
24-
["indigo", "#4263eb", "#7085f0"],
25-
["azure", "#4299e1", "#6ab0e8"],
26-
["gray", "#555555", "#e0e0e0"],
15+
["blue", "#0066FF", "#3399FF"],
16+
["red", "#FF0000", "#FF6666"],
17+
["green", "#00CC00", "#66FF66"],
18+
["pink", "#FF1493", "#FF69B4"],
19+
["purple", "#ae3ec9", "#ae3ec9"],
20+
["orange", "#f76707", "#FFA500"],
21+
["cyan", "#00CED1", "#40E0D0"],
22+
["teal", "#008080", "#20B2AA"],
23+
["yellow", "#FFD700", "#FFFF00"],
24+
["indigo", "#4B0082", "#6F00FF"],
25+
["azure", "#007FFF", "#1E90FF"],
26+
["gray", "#AAAAAA", "#AAAAAA"],
2727
["black", "#000000", "#000000"],
28-
["white", "#ffffff", "#ffffff"],
28+
["white", "#E9E9E9", "#F5F5F5"],
2929
];
3030
const colorNames = Object.fromEntries(
3131
tblrColors.flatMap(([name, dark, light]) => [

0 commit comments

Comments
 (0)