We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9b80e commit c557f24Copy full SHA for c557f24
debug_toolbar/static/debug_toolbar/css/toolbar.css
@@ -37,7 +37,7 @@
37
38
@media (prefers-color-scheme: dark) {
39
:root {
40
- --djdt-font-color: #8393a7;
+ --djdt-font-color: #f8f8f2;
41
--djdt-background-color: #1e293bff;
42
--djdt-panel-content-background-color: #0f1729ff;
43
--djdt-panel-title-background-color: #242432;
docs/changes.rst
@@ -17,6 +17,7 @@ Pending
17
* Avoided reinitializing the staticfiles storage during instrumentation.
18
* Avoided a "forked" Promise chain in the rebound ``window.fetch`` function
19
with missing exception handling.
20
+* Fixed the pygments code highlighting when using dark mode.
21
22
5.0.1 (2025-01-13)
23
------------------
0 commit comments