-
Syntax highlighting should be done based on my chosen theme. You have hardcoded colors in here, goldenrod for example.
-
Hi,
I wanted to render an EPUB of trpl2 with colored cargo output like this:
I made a simple edit to [syntax.rs](https://github.com/lise-henry/crowbook/blob/master/src/lib/syntax.rs) to achieve …
Irvel updated
7 years ago
-
In the default dark VSCode color theme (dark+), symbol literals like `:test` appear as plain white, with no special syntax highlighting. They are highlighted in other color themes, though.
-
I see that CFBuilder support was added back in 2011 (if I'm reading the other comments / issues correctly). But the plugin does not appear to work correctly with Coldfusion Builder 2016. I installed…
-
While using this plugin with my colorscheme I do not get highlighted html inside of the .js file. Instead I get a strange rendering of the brackets.
![image](https://user-images.githubusercontent.c…
-
The Python syntax highlighting uses primarily just white and the theme color for nearly everything, which makes Python code hard to read. For example, defined function calls, method calls, variables, …
ghost updated
7 years ago
-
Related: marp-team/marp#103, #194
Let's start to think new architecture for code highlight toward Marp Core v4.
## CSS variables based coloring
highlight.js based highlighting has high…
yhatt updated
2 months ago
-
Version: 1.26.1
Commit: 796abbdf5fdd341e3528e30a6b777c93e115eb02
Date: 2021-02-24T23:37:01.966Z
VS Code: 1.48.0
Electron: 9.4.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
…
-
Running list of design / eng improvements for the docs sites:
**Theme / Figures**
- [x] Update theme to sphinx-immaterial #889([Designs for mkdocs version of this theme](https://www.figma.com/desi…
-
The `\VERB` environment as implemented in the pandoc defaults template does not apply the background specified in the skylighting theme, resulting in potentially unreadable code if syntax highlighting…