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

@ -1,5 +1,5 @@
.highlight .tok-hll { background-color: #49483e } .highlight .tok-hll { background-color: #49483e }
.highlight { background: #272822; color: #f8f8f2 } .highlight { background: #272822; color: #f8f8f2 }
.highlight .tok-c { color: #75715e } /* Comment */ .highlight .tok-c { color: #75715e } /* Comment */
.highlight .tok-err { color: #960050; background-color: #1e0010 } /* Error */ .highlight .tok-err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .tok-k { color: #66d9ef } /* Keyword */ .highlight .tok-k { color: #66d9ef } /* Keyword */
@ -16,6 +16,8 @@
.highlight .tok-gd { color: #f92672 } /* Generic.Deleted */ .highlight .tok-gd { color: #f92672 } /* Generic.Deleted */
.highlight .tok-ge { font-style: italic } /* Generic.Emph */ .highlight .tok-ge { font-style: italic } /* Generic.Emph */
.highlight .tok-gi { color: #a6e22e } /* Generic.Inserted */ .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-gs { font-weight: bold } /* Generic.Strong */
.highlight .tok-gu { color: #75715e } /* Generic.Subheading */ .highlight .tok-gu { color: #75715e } /* Generic.Subheading */
.highlight .tok-kc { color: #66d9ef } /* Keyword.Constant */ .highlight .tok-kc { color: #66d9ef } /* Keyword.Constant */