aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css/pygments/monokai.css
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/static/css/pygments/monokai.css')
-rw-r--r--pelican-bootstrap3/static/css/pygments/monokai.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/pelican-bootstrap3/static/css/pygments/monokai.css b/pelican-bootstrap3/static/css/pygments/monokai.css
index 0db9cea..49e01cf 100644
--- a/pelican-bootstrap3/static/css/pygments/monokai.css
+++ b/pelican-bootstrap3/static/css/pygments/monokai.css
@@ -1,5 +1,5 @@
.highlight pre .hll { background-color: #49483e }
-.highlight pre, .highlighttable pre { background: #272822; color: #f8f8f2 }
+.highlight pre { background: #272822; color: #f8f8f2 }
.highlight pre .c { color: #75715e } /* Comment */
.highlight pre .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight pre .k { color: #66d9ef } /* Keyword */
@@ -11,8 +11,11 @@
.highlight pre .cp { color: #75715e } /* Comment.Preproc */
.highlight pre .c1 { color: #75715e } /* Comment.Single */
.highlight pre .cs { color: #75715e } /* Comment.Special */
+.highlight pre .gd { color: #f92672 } /* Generic.Deleted */
.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gi { color: #a6e22e } /* Generic.Inserted */
.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #75715e } /* Generic.Subheading */
.highlight pre .kc { color: #66d9ef } /* Keyword.Constant */
.highlight pre .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight pre .kn { color: #f92672 } /* Keyword.Namespace */
@@ -38,6 +41,7 @@
.highlight pre .nv { color: #f8f8f2 } /* Name.Variable */
.highlight pre .ow { color: #f92672 } /* Operator.Word */
.highlight pre .w { color: #f8f8f2 } /* Text.Whitespace */
+.highlight pre .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight pre .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight pre .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight pre .mi { color: #ae81ff } /* Literal.Number.Integer */