-
![screenshot-1711756597](https://github.com/Akuli/porcupine/assets/18505570/bdc7b4f3-fe87-47e4-a88d-9cf1b2dac359)
It would be better to say "Color theme for editing" and "Color theme for output o…
Akuli updated
4 weeks ago
-
Depending on the terminal color scheme, the syntax highlighting can be either wonderful, or entirely illegible.
The color theme should be configurable by the user. [Rich.Syntax](https://rich.readth…
-
Various builtin pygments styles are missing, for example default and stata. I can of course generate them for my own application using style.py, but I would rather avoid having to do so, since maintai…
-
I cannot use the flag pygments_style when using the sphinx-book-theme.
Here is a minimal example
```python
# conf.py
extensions = ['myst_parser']
html_theme='sphinx_book_theme'
pygments_style…
-
Since this sphinx theme resembles mdbook default theme very much, would you consider developing a pygments style similar to mdbook's to make the doc pages look more consistent.
-
**Describe the bug**
There is a lot of conflicting information as to how to add custom pygments styles to Sphinx docs to be found online and in Sphinx theme issues, many of which seem to work for s…
-
Hello,
When trying to adjust the PYGMENTS_STYLE in pelicanconf.py to any of the options [here](https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3#pygments)
The changes do no…
-
A lot of styles are included in pygments, including solarized-dark (https://pygments.org/styles/).
Instead of putting the entire style code into coloring.py, you can just do something like this:
…
-
When `listing engine=minted`, `\tcbusetemplisting` may call `\usemintedstyle` (see code line 36 below) in the current group which then changes "global" minted style.
https://github.com/T-F-S/tcolor…
-
When using parens in CSS calc expressions, pygments erroneously applies an "error" highlighting to nested parens.
Here's a minimal test case:
```css
html {
scroll-padding-top: calc(2 * (1rem…