We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db37333 commit f058571Copy full SHA for f058571
1 file changed
src/display/blender/blender.js
@@ -9,6 +9,7 @@ class Blender {
9
this.foreground = new Color(theme.foreground);
10
this.gradient = this.background.range(this.foreground);
11
this.dark = this.background.lightness < this.foreground.lightness;
12
+ this.forceInversion = !!theme.invertImages;
13
14
this.fullPageImageDetected = false;
15
0 commit comments