firefox: fix pdf dark mode

This commit is contained in:
Aminda Suomalainen 2024-05-14 11:49:17 +03:00
parent 0a9767bf38
commit ae0e3beb9a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 13 additions and 3 deletions

View File

@ -336,10 +336,20 @@
"Type": "boolean", "Type": "boolean",
"Value": false "Value": false
}, },
"pdfjs.viewerCssTheme": { "pdfjs.forcePageColors": {
"Status": "default", "Status": "default",
"Type": "number", "Type": "boolean",
"Value": 2 "Value": true
},
"pdfjs.pageColorsBackground": {
"Status": "default",
"Type": "string",
"Value": "#000000"
},
"pdfjs.pageColorsForeground": {
"Status": "default",
"Type": "string",
"Value": "#ffb700"
}, },
"privacy.userContext.enabled": { "privacy.userContext.enabled": {
"Status": "locked", "Status": "locked",