From 934a75b93d7baf69ad04cc67578200cbe944da44 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 28 Dec 2020 18:58:17 +0100 Subject: [PATCH] Update syntax highlighting style sheet. --- static/monokai.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/monokai.css b/static/monokai.css index 726963a..d10cfcc 100644 --- a/static/monokai.css +++ b/static/monokai.css @@ -1,5 +1,5 @@ .highlight .tok-hll { background-color: #49483e } -.highlight { background: #272822; color: #f8f8f2 } +.highlight { background: #272822; color: #f8f8f2 } .highlight .tok-c { color: #75715e } /* Comment */ .highlight .tok-err { color: #960050; background-color: #1e0010 } /* Error */ .highlight .tok-k { color: #66d9ef } /* Keyword */ @@ -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 */