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",
"Value": false
},
"pdfjs.viewerCssTheme": {
"pdfjs.forcePageColors": {
"Status": "default",
"Type": "number",
"Value": 2
"Type": "boolean",
"Value": true
},
"pdfjs.pageColorsBackground": {
"Status": "default",
"Type": "string",
"Value": "#000000"
},
"pdfjs.pageColorsForeground": {
"Status": "default",
"Type": "string",
"Value": "#ffb700"
},
"privacy.userContext.enabled": {
"Status": "locked",