panr / hugo-theme-terminal

A simple, retro theme for Hugo
MIT License
1.96k stars 737 forks source link

Feature Request: Add auto-switch between light/dark mode #471

Open confusedkernel opened 1 year ago

confusedkernel commented 1 year ago

I'm currently trying to implement the light/dark mode setting based on some javascript, but it'd be nice to have the light/dark mode function native to the theme!

I'm wondering if it's possible to implement it so that you can add lines in config.toml such as colorscheme = dark/light/auto to switch between different modes?