No description
Find a file
2026-07-07 16:02:51 -04:00
.github/workflows Auto-attach manifest.json and theme.css on version-tag push 2026-07-07 16:02:51 -04:00
LICENSE Initial Lectern theme for Obsidian 2026-07-07 15:10:59 -04:00
manifest.json Bump version to 1.0.1 2026-07-07 15:50:18 -04:00
README.md Add theme screenshot 2026-07-07 15:34:56 -04:00
screenshot.png Add theme screenshot 2026-07-07 15:34:56 -04:00
theme.css Initial Lectern theme for Obsidian 2026-07-07 15:10:59 -04:00

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).

Screenshot

Installation

Manual

  1. Download manifest.json and theme.css from the latest release.
  2. Copy both files into <vault>/.obsidian/themes/Lectern/.
  3. 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.