mirror of
https://github.com/papaya2k/obsidian-lectern-theme.git
synced 2026-07-22 05:00:27 +00:00
No description
| .github/workflows | ||
| LICENSE | ||
| manifest.json | ||
| README.md | ||
| screenshot.png | ||
| theme.css | ||
Lectern theme for Obsidian
A theme matching the default light and dark appearance of Lectern, a Qt6 markdown viewer: near-black/white chrome with a muted rainbow heading palette (blue H1, purple H2, gold H3, green H4, terracotta H5, gray H6).
Installation
Manual
- Download
manifest.jsonandtheme.cssfrom the latest release. - Copy both files into
<vault>/.obsidian/themes/Lectern/. - In Obsidian, go to Settings → Appearance → Themes, and select Lectern.
Community theme browser
Once published, search for "Lectern" under Settings → Appearance → Themes → Manage.
Colors
| Role | Dark | Light |
|---|---|---|
| Background | #191919 |
#ffffff |
| Text | #dcdcdc |
#1e1e1e |
| Link / accent | #64a0ff |
#145ac8 |
| H1 | #82b4ff |
#1e50b4 |
| H2 | #b496ff |
#6432b4 |
| H3 | #e6c864 |
#967814 |
| H4 | #82dcaa |
#148250 |
| H5 | #dca08c |
#a04632 |
| H6 | #aaaabe |
#646478 |
| Code background | #232830 |
#d2dae4 |
License
MIT, see LICENSE.
