Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Color Revolution

Aperta
#100 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@dz4k ci sta già lavorando.

Dal 12/6/2025.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

enhancement visual

All default colors should be generated from the accent color using relative color syntax (lch(from)).

For light and dark themes, use the light-dark() function instead of media queries.

Headline feature for V2.

Prototype implementation in feat-relative-colors git branch, needs aesthetic polishing and a detailed map of the API breakage.

Problem: CSS variables seem to be call-by-value rather than call-by-name, so if a child element changes accent color, the other colors don't change to match. The prototype works around this by setting the relative color variables on the * selector, recalculating them on every element. This works, but makes it fiddly to override the formulas and it's probably slow. Possible solution with @container style() queries?

Thought: The fact that a colorway can be defined from a single color effectively makes colorways obsolete. - Missing Roadmap

More discussion in the Color Revolution Discord thread

Lingua principale
CSS
Stelle
798
Fork
29
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di bigskysoftware/missing

Tutte le issue di bigskysoftware/missing

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.