openSUSE/MirrorCache

Dark theme support

Open

#409 opened on Sep 14, 2023

 (0 comments) (0 reactions) (0 assignees)Perl (22 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (49 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide