mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-23 01:37:14 +01:00
bekkalokk/mediawiki: add dark mode support
This commit is contained in:
@@ -130,6 +130,12 @@ in {
|
|||||||
$wgVectorDefaultSidebarVisibleForAnonymousUser = true;
|
$wgVectorDefaultSidebarVisibleForAnonymousUser = true;
|
||||||
$wgVectorResponsive = true;
|
$wgVectorResponsive = true;
|
||||||
|
|
||||||
|
# Experimental dark mode support for Vector 2022
|
||||||
|
$wgVectorNightMode['beta'] = true;
|
||||||
|
$wgVectorNightMode['logged_out'] = true;
|
||||||
|
$wgVectorNightMode['logged_in'] = true;
|
||||||
|
$wgDefaultUserOptions['vector-theme'] = 'os';
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
$wgEmergencyContact = "${cfg.passwordSender}";
|
$wgEmergencyContact = "${cfg.passwordSender}";
|
||||||
$wgUseTeX = false;
|
$wgUseTeX = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user