lyxtsinghua80 downloadsQuickly switch between light, dark, follow-system, and eye-care themes, with gentler PDF reading.
One-click theme switching and eye-care reading for Obsidian, with extra care for PDF reading.
This plugin exists to remove one of the most annoying parts of daily Obsidian use: diving into Settings every time you want to switch between light mode, dark mode, follow-system mode, and a softer reading mode.
It is especially useful if you:
This plugin gives you a fast, visible control surface directly inside Obsidian:
light, dark, system, and eye-careIn short: fewer clicks, less eye strain, faster switching, and a better PDF reading experience.
Click the ribbon icon to switch between light mode and dark mode without opening Settings.
Use the status bar to switch Obsidian back to system-follow mode whenever you want.
Turn on a softer reading palette for long reading sessions.
When eye-care mode is on in light theme, the PDF page background becomes a soft green tone instead of pure white, making PDF reading feel much gentler.
The plugin also adds commands, so you can bind your own hotkeys if you want.
The plugin adds these commands:
亮色/暗色切换切换到亮色切换到暗色切换到跟随系统切换护眼模式You can assign hotkeys from Obsidian's Hotkeys settings if you prefer keyboard-based switching.
After enabling the plugin, you will get:
sun-moon ribbon icon on the left sidebar浅 for light mode深 for dark mode系 for follow-system mode护 for eye-care modeThis is the easiest way to let early users try the plugin before it appears in the official community plugin browser.
Add beta plugin.lyxTsinghua/obsidian-theme-quick-switch
.obsidian/plugins/theme-quick-switch/
manifest.json
main.js
styles.css
Settings -> Community plugins.Restricted mode if it is enabled.Theme Quick Switch and enable it.If you are comfortable working with files:
.obsidian/plugins/.theme-quick-switch.manifest.json, main.js, and styles.css into that folder.Community plugins.浅 in the status bar for light mode深 for dark mode系 for follow-system mode护 to toggle eye-care modeIf you want Obsidian to mostly follow your OS but still keep a quick reading mode:
系 as your default护 on when reading for a long timeThis plugin is designed to improve PDF reading comfort:
Some scanned or image-based PDFs may not react as nicely as text-based PDFs, because the PDF page is rendered as a canvas. In those cases, the result may still vary depending on the file itself.
1.5.0 or latertheme-quick-switch/
├─ manifest.json
├─ main.js
├─ styles.css
├─ versions.json
└─ README.md
lyxtheme-quick-switch0.1.0theme-quick-switchmanifest.json is directly inside that folderRestricted mode is turned offYou can ignore the eye-care button and simply use 系 as your default control.
MIT