@tauon it is actually css:

@media(prefers-color-scheme: dark) { html { background-color: #2c2525; color: #f8f8f8; } }