openSUSE/MirrorCache

Dark theme support

Aperta

#409 aperta il 14 set 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Perl (22 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (49 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Dark theme support can be added via openSUSE Chameleon design system

Currently, we use a local, slimmed down copy of the Chameleon CSS code, which works well with what MirrorCache renders. See these places in the code for the current implementation:

Consider using upstream Chameleon which has style definition for dark theme via

<link rel="stylesheet" href="https://static.opensuse.org/chameleon-3.0/dist/css/chameleon.css" />

.. making sure it does not break anything that gets rendered from the templates.

Guida contributor