JC5114 downloadsChange PDF page background color for better reading experience. Supports presets, custom templates, and pattern overlays.
Change PDF page background color in Obsidian — with patterns, templates, and zero CSS knowledge required.
Obsidian's built-in PDF viewer renders pages on a bright white canvas. Long reading sessions cause eye strain, especially in low-light environments.
While you can tweak PDF background colors with CSS snippets or the PDF++ plugin, both require technical know-how and only support solid colors. FleurPDF tint fills the gap: a dedicated, GUI-first plugin that makes PDF reading comfortable for everyone.
One click to switch between carefully curated colors:
| Preset | Color | Best For |
|---|---|---|
| None | #FFFFFF |
Default |
| Eye Green | #C7EDCC |
Extended reading |
| Warm Yellow | #F5EED6 |
Warm, cozy feel |
| Cream | #F5F0E1 |
Neutral warmth |
| Sky Blue | #D6EBF5 |
Cool, calm focus |
| Parchment | #E8DCC5 |
Vintage documents |
| Rose Beige | #F0E0D6 |
Soft, feminine |
| Ink Gray | #E8E8E0 |
Minimal, professional |
| Dark | #2C2C2C |
Night reading |
Add texture to your PDF pages with 8 pattern types:
Each pattern has adjustable spacing, size, color, and opacity.
Create and manage your own templates:
Open the sidebar to switch between presets and custom templates in one click. Includes a Reset button (returns to None) and a Settings shortcut.
mix-blend-mode temporarily disabled during drag for smooth GPU renderingThe plugin uses mix-blend-mode: multiply to make the original PDF white transparent, then applies your chosen background color underneath. This approach preserves all PDF content (text, images, annotations) without modifying the source file.
For dark backgrounds, it automatically switches to mix-blend-mode: screen for correct color inversion.
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/fleurpdf-tint/ in your vault| Feature | FleurPDF tint | PDF++ | Theme Quick Switch | CSS Snippet |
|---|---|---|---|---|
| GUI color picker | Yes | No | No | No |
| Pattern overlay | Yes (8 types) | No | No | Manual |
| Custom templates | Yes | No | No | No |
| Sidebar quick switch | Yes | No | No | No |
| No CSS knowledge needed | Yes | No | Partial | No |
| Real-time preview | Yes | Yes | No | No |
Inspired by the PaperCraft plugin's template management pattern and texture design.
MIT © gibsonchan-5