diff --git a/docs/index.html b/docs/index.html
index e57f335..5cb31af 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1744,7 +1744,7 @@
function getChartTheme() {
const theme = getRef('theme_toggle').value
const textColor = window.getComputedStyle(document.body).getPropertyValue('--text-color')
- const accentColor = window.getComputedStyle(document.body).getPropertyValue('--accent-color')
+ const accentColor = theme === 'dark' ? '#a4b3ff' : '#516beb'
return {
chart: {
layout: {