diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-20 18:32:30 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-20 18:32:30 +0530 |
| commit | f6bf81d4eec63e9a268f0aa5abb8b0f6e1fbac77 (patch) | |
| tree | d2de548cb0d64417fa0726bdc77e643c32bb4874 /README.md | |
| parent | 2afd85294fcbbca71118e9f870e56b53d6af9954 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -23,9 +23,8 @@ set `--accent-color` to your preferred accent color. ## Syntax highlighting -Install `catppuccin[pygments]` from pip (along with other dependencies as -defined in cgit's manual). Place `syntax-highlighting.py` at -`/usr/lib/cgit/filters/syntax-highlighting.py` +Install the `pygments` package (`python3-pygments` on debian) and +place `syntax-highlighting.py` at `/usr/lib/cgit/filters/syntax-highlighting.py` Find these lines in `syntax-highlighting.py`: |