"typst-preview.invertColors": {
"description": "Invert colors of the preview (useful for dark themes without cost). Please note you could see the origin colors when you hover elements in the preview.",
"type": "string",
"enum": [
"never",
"auto",
"always"
],
"default": "never",
"enumDescriptions": [
"Disable color inversion of the preview",
"Invert colors smartly by detecting dark/light themes in browser environment or by `typst query` your document",
"Always invert colors of the preview"
]
}
It inverts all color of items, but when you hover on images, they are back to origin color to help read content inside.
The `typst query` your document in auto is not implemented but I want to leave it in the initial feature PR, to remind users you can wait for a feature to disable it for specific templates (documents).
Provides an option:
It inverts all color of items, but when you hover on images, they are back to origin color to help read content inside.
The
`typst query` your document
in auto is not implemented but I want to leave it in the initial feature PR, to remind users you can wait for a feature to disable it for specific templates (documents).