tripal / olivero_dark_switch
A Drupal extension module which provides dark theme for Olivero and a toggle to change it.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:drupal-module
pkg:composer/tripal/olivero_dark_switch
Requires
- php: ^8.2
- drupal/core: ^10.4 || ^11.1
- drush/drush: ^13.6
- tripal/tripal: ^4.0-alpha1
README
This module will provide a dark switch toggle for the Olivero theme and associated CSS to make this work.
How to use this module
- First install this module using composer:
composer require tripal/olivero_dark_switch:v1.0.0
- Next place the "Olivero Dark Switch" block in the "Highlighted" region and set the float option to "Right".
- Now when you load the main site, there will be a dark theme toggle button.
Screenshots
The following screenshots show this module in action on Drupal 11 where it was configured as mentioned above.
Light | Dark |
---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Development
You can either run a container directly as shown below OR USE VSCODE DEVCONTAINER.
docker run --publish=9000:80 --name=darkswitch -tid --volume=$(pwd):/var/www/drupal/web/modules/contrib/olivero_dark_switch tripalproject/tripaldocker:latest