File: README.md

package info (click to toggle)
python-pdoc 15.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,192 kB
  • sloc: python: 8,013; javascript: 1,156; makefile: 18; sh: 3
file content (9 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# 🌒 pdoc dark mode

[**Demo**](https://pdoc.dev/docs/dark-mode/demo.html)

This is an example showing how to style pdoc in dark mode using custom stylesheets.
pdoc defines all colors as CSS variables, so we only need to adjust pdoc's color scheme (`theme.css`)
and pygments' syntax highlighting theme (`syntax-highlighting.css`).

Run `cd examples/dark-mode && pdoc -t . pdoc` to see it in action!