This theme is meant for OLED displays but it should work well for Extreme Dynamic Range (XDR) displays as well.
Luxxle × OLED Pro Deep Black Dark Theme by greatday
Details
Authorgreatday
LicenseMIT
Categoryluxxle.com
Created
Updated
Size777 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This style gets rid of junk on the front and SERP pages and makes it darker. It assumes you have a Dark Theme selected in your OS or the browser. Requests and fixes welcome in comments.
Source code
/* ==UserStyle==
@name OLED Pro Deep Black for luxxle.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author GoodDay
==/UserStyle== */
@-moz-document domain("luxxle.com") {
:root {
--lux-black: #000;
--lux-dark-grey: #000;
--lux-dark-black: #000;
--lux-middle-grey: #000;
--lux-white: #e2e2e2;
}
.space, .adBlockPopUp, .browserExtensionNoticeLink, .bottomFeedbackText {
display: none !important;
}
.mainSectionWrapper, .resultsSection {
background: var(--lux-black);
background-color: var(--lux-black);
}
.searchBox, .searchBoxIndex {
border: 1px solid var(--lux-white);
}
}