High contrast B&W theme. Darker than the default dark mode, useful for OLED screens
Wikipedia OLED/High Contrast by DuckSleazzy

Details
AuthorDuckSleazzy
LicenseNo License
Categoryhttps://en.wikipedia.org/wiki
Created
Updated
Code size955 B
Code checksum914d688c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
buh??
Source code
/* ==UserStyle==
@name Wikipedia OLED/High Contrast
@version 20250218.17.06
@namespace https://userstyles.world/user/DuckSleazzy
@description High contrast B&W theme. Darker than the default dark mode, useful for OLED screens.
@author DuckSleazzy
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://en.wikipedia.org/wiki") {
/* ==UserStyle==
@name Wikipedia High contrast
@namespace Wikipedia High Contrast Dark Mode
@version 1.0.3
@description High contrast/OLED Dark Mode for Wikipedia when selecting the dark mode.
@author DuckSleazzy
@homepage github.com/DuckSleazzy
==/UserStyle== */
@media screen {
html.skin-theme-clientpref-night {
--color-inverted: #000;
--background-color-base: #000;
--border-color-inverted: #000;
--background-color-neutral-subtle: #000;
--background-color-interactive-subtle: #000;
}
}
}