sindresorhus / github-markdown-css

The minimal amount of CSS to replicate the GitHub Markdown style
https://sindresorhus.com/github-markdown-css
MIT License
7.98k stars 2.1k forks source link

More colors in code ? #73

Closed nguxx closed 4 years ago

nguxx commented 4 years ago

Hi, I use your css happily with the plugin MarkdownPreview. It lacks a little bit of colors. print gets no specific color for exemple

a = input("Entrez un premier nombre : ")
b = input("Entrez un deuxième nombre : ")
resultat = f"Le résultat de l'addition de {a} avec {b} est égal à {a + b}"
print(resultat)

It would be great get it more colorfull like you see it above Thanx

sindresorhus commented 4 years ago

The syntax highlighting quality is up to your Markdown renderer not this package. Also this CSS is generated from the GitHub CSS.

nguxx commented 4 years ago

Do you know why I have more colors if I open a file directly in Chromium or here in GitHub (with Chromium too) than if I open it from MardownPreview and GitHub CSS in the same Chromium (more dull) ?