diff options
author | Daan Debie <d.debie@thenewmotion.com> | 2015-02-21 23:16:27 +0100 |
---|---|---|
committer | Daan Debie <d.debie@thenewmotion.com> | 2015-02-21 23:16:27 +0100 |
commit | 524cfb091d7d3993f81091f0cba9e194951a17a6 (patch) | |
tree | 54c01c855e9994fbbfcf40b34cfb2552a020ae52 /pelican-bootstrap3/static/css/pygments/vim.css | |
parent | 6ce5bf4fae4d65ad9696d5d8f98ec93c4a1f3021 (diff) | |
download | pelican-themes-524cfb091d7d3993f81091f0cba9e194951a17a6.tar.gz |
Updated pelican-bootstrap3 to latest version
Diffstat (limited to 'pelican-bootstrap3/static/css/pygments/vim.css')
-rw-r--r-- | pelican-bootstrap3/static/css/pygments/vim.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pelican-bootstrap3/static/css/pygments/vim.css b/pelican-bootstrap3/static/css/pygments/vim.css index 7c8c17e..02f5bf3 100644 --- a/pelican-bootstrap3/static/css/pygments/vim.css +++ b/pelican-bootstrap3/static/css/pygments/vim.css @@ -1,7 +1,8 @@ .highlight pre .hll { background-color: #222222 } -.highlight pre, .highlighttable pre { background: #000000; color: #cccccc } +.highlight pre { background: #000000; color: #cccccc } .highlight pre .c { color: #000080 } /* Comment */ .highlight pre .err { color: #cccccc; border: 1px solid #FF0000 } /* Error */ +.highlight pre .esc { color: #cccccc } /* Escape */ .highlight pre .g { color: #cccccc } /* Generic */ .highlight pre .k { color: #cdcd00 } /* Keyword */ .highlight pre .l { color: #cccccc } /* Literal */ @@ -48,6 +49,7 @@ .highlight pre .nv { color: #00cdcd } /* Name.Variable */ .highlight pre .ow { color: #cdcd00 } /* Operator.Word */ .highlight pre .w { color: #cccccc } /* Text.Whitespace */ +.highlight pre .mb { color: #cd00cd } /* Literal.Number.Bin */ .highlight pre .mf { color: #cd00cd } /* Literal.Number.Float */ .highlight pre .mh { color: #cd00cd } /* Literal.Number.Hex */ .highlight pre .mi { color: #cd00cd } /* Literal.Number.Integer */ |