Skip to content

Conversation

andoriyaprashant
Copy link
Member

Description

This PR resolves the dark mode conflict with Pygments syntax highlighting in Django Debug Toolbar. The issue was caused by the font color --djdt-font-color: #8393a7;, which made the text less readable.

Fixes #2096

Checklist:

  • I have added the relevant tests for this change.
  • I have added an item to the Pending section of docs/changes.rst.
@matthiask
Copy link
Member

If you check the test run you'll find the following information:

 copying assets: done writing output... [ 9%] architecture writing output... [ 18%] changes changes.rst:7: : Spell check: Pygments: Fix Dark Mode Conflict in Pygments. Writing /home/runner/work/django-debug-toolbar/django-debug-toolbar/docs/_build/spelling/changes.spelling writing output... [ 27%] checks writing output... [ 36%] commands writing output... [ 45%] configuration 

The spell checker doesn't like "Pygments" it seems. I have pushed an update and am waiting for the CI rerun.

@matthiask
Copy link
Member

@matthiask matthiask merged commit c557f24 into django-commons:main Mar 19, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants