argoproj / argo-cd

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

Dark Mode: Add a configuration setting to enable it #18524

Open thiagowfx opened 3 months ago

thiagowfx commented 3 months ago

Summary

Pingback: https://github.com/argoproj/argo-cd/issues/4722#issuecomment-2104325475

It would be nice if we could declaratively / programmatically configure a new instance of ArgoCD to be deployed with the dark theme ON by default.

Motivation

Enable dark mode out-of-the-box for consistency with other applications that have a dark-theme by default (e.g. Grafana) / branding.

Proposal

The ArgoCD helm chart already has configs.styles. We could add a new configs.darkThemeEnabled toggle there, or similar. Or perhaps expose a config setting in one of the config maps.

laiminhtrung1997 commented 3 months ago

Waiting for that can be implemented...