Why `window.matchMedia(‘(prefers-color-scheme: dark)’).matches` returns `false` in Ubuntu Dark Mode

I’m using Ubuntu trying to get preferred them the use matchMedia but it always returns false for this query.

window.matchMedia('(prefers-color-scheme: dark)').matches // false