What Syntax Highlighter does Bootstrap use? #41041
-
Hi. I know this isn't exactly a question/issue about Bootstrap, but I just really want to know. To be specific, the Syntax Highlighter used on the Bootstrap website. Here's an example of what I'm talking about, where the code on the page is highlighted really nicely. What Syntax highlighter is used, and what theme for the Syntax Highlighter is used (if there is one). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Skrillx13 |
Beta Was this translation helpful? Give feedback.
Hi @Skrillx13
Our documentation is built with Hugo which uses Chroma as syntax highlighter (source: https://gohugo.io/content-management/syntax-highlighting/)
Then, we override the style with this site/assets/scss/_syntax.scss file for light and dark mode, based on Bootstrap color palette.