Update syntax highlighting style sheet.

This commit is contained in:
tastytea 2020-12-28 18:58:17 +01:00
parent 1daa772f5a
commit 934a75b93d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@
.highlight .tok-gd { color: #f92672 } /* Generic.Deleted */
.highlight .tok-ge { font-style: italic } /* Generic.Emph */
.highlight .tok-gi { color: #a6e22e } /* Generic.Inserted */
.highlight .tok-go { color: #66d9ef } /* Generic.Output */
.highlight .tok-gp { color: #f92672; font-weight: bold } /* Generic.Prompt */
.highlight .tok-gs { font-weight: bold } /* Generic.Strong */
.highlight .tok-gu { color: #75715e } /* Generic.Subheading */
.highlight .tok-kc { color: #66d9ef } /* Keyword.Constant */