Problem/Motivation
I see the light config option in the theme settings.
But it always stays dark.
Am I doing anything wrong?
Issue fork rigel-3535606
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
baldwinlouie commented@transmitter, Currently the light config options do not seem to work. I will look at implementing a
Lightversion.Comment #3
baldwinlouie commentedComment #5
baldwinlouie commented@yas, please review and try out this patch. This adds the ability to toggle from Dark to Light mode.
On the
/admin/appearance/settings/rigelpage, in theRigelsection, the Theme dropdown now has a "Light" option.The Light theme looks like this:

Comment #6
yas@baldwinlouie
Thank you for adding the new light color theme. I’ll merge the patch into
7.xand8.x; and close this issue as Fixed.Comment #9
yasComment #11
transmitter commentedHow could I install it?
Does it need to be added via some patch or similar?
Or when will it be available with a standard Drupal upgrade?
Comment #12
baldwinlouie commented@transmitter, Please download and install the theme as you usually do. After enabling the theme, go to
/admin/appearance/settings/rigel, at the bottom there is aRigelsection. You can change light/dark there.HTH
Comment #13
transmitter commented@baldwinlouie that's what I assumed.
But I only have dark there as an option.
Do I need to patch it or similar?
I've got this version:
8.0.0-beta1 released 2 May 2025
which seems to be the latest - but your fix came afterwards?
Comment #14
baldwinlouie commented@transmitter Please download/checkout the dev version for now. I haven't had time to make a release for this issue yet.
I will do so soon.
Comment #15
baldwinlouie commented@transmitter, I've released 8.0.0-beta2. It will contain this fix.
https://www.drupal.org/project/rigel/releases/8.0.0-beta2
Comment #16
transmitter commentedNice, looks very good, thanks :)