argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.54k stars 5.35k forks source link

Theme support auto mode #20105

Open linghaoSu opened 4 days ago

linghaoSu commented 4 days ago

Summary

The Appearance Settings theme supports 'Auto mode, which will follow the OS theme settings.

Motivation

Wants the theme to be set automatically and to automatically change to a darker colour at night like the OS theme. related comment

Suggestions

Browsers have matchMedia to help use listen to OS theme changes

todaywasawesome commented 3 days ago

Great idea and should be easy!

bianbbc87 commented 2 days ago

That's a good idea, and I want to contribute to this issue 😃

linghaoSu commented 2 days ago

That's a good idea, and I want to contribute to this issue 😃

@bianbbc87 I've implemented a pr for this enhancement. 🤔

https://github.com/argoproj/argo-cd/pull/20080