We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc67e50 commit 29a44b3Copy full SHA for 29a44b3
docs/src/changes.rst
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.24.0
5
+------
6
+
7
+Improved the colours used for syntax highlighting whilst in dark mode (one of
8
+the blue colours was too dark). Thanks to @superstes for reporting this issue.
9
10
+-------------------------------------------------------------------------------
11
12
0.23.0
13
------
14
piccolo_theme/__init__.py
@@ -5,7 +5,7 @@
from sphinx.application import Sphinx
-__VERSION__ = "0.23.0"
+__VERSION__ = "0.24.0"
def setup(app: 'Sphinx') -> t.Dict:
0 commit comments