diff options
author | Justin Mayer <entroP@gmail.com> | 2017-02-28 11:31:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-28 11:31:30 -0800 |
commit | ef412e6bd0a9e0e93bb3ae377725b41c63d49a49 (patch) | |
tree | ba7eddb71d7777e02fac7633b2cd86224b29341c /ops/static/css/pygement.css | |
parent | adaa0c62ac0230ee7a168524554d9176c57a48a4 (diff) | |
parent | 1f3170df75d42d1cab8860080d0c254fb1d9355e (diff) | |
download | pelican-themes-ef412e6bd0a9e0e93bb3ae377725b41c63d49a49.tar.gz |
Merge pull request #496 from kosmgco/master
Rename Coding-Now theme to Ops
Diffstat (limited to 'ops/static/css/pygement.css')
-rw-r--r-- | ops/static/css/pygement.css | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/ops/static/css/pygement.css b/ops/static/css/pygement.css new file mode 100644 index 0000000..3064c45 --- /dev/null +++ b/ops/static/css/pygement.css @@ -0,0 +1,164 @@ +.highlight .hll { + background-color: #ffffcc +} + +.highlight { + background: #ffffff; +} + +.highlight .c { + color: #FF0000; + font-style: italic +} + +/* Comment */ +.highlight .k { + color: #0000FF +} + +/* Keyword */ +.highlight .ch { + color: #FF0000; + font-style: italic +} + +/* Comment.Hashbang */ +.highlight .cm { + color: #FF0000; + font-style: italic +} + +/* Comment.Multiline */ +.highlight .cp { + color: #FF0000; + font-style: italic +} + +/* Comment.Preproc */ +.highlight .cpf { + color: #FF0000; + font-style: italic +} + +/* Comment.PreprocFile */ +.highlight .c1 { + color: #FF0000; + font-style: italic +} + +/* Comment.Single */ +.highlight .cs { + color: #FF0000; + font-style: italic +} + +/* Comment.Special */ +.highlight .kc { + color: #0000FF +} + +/* Keyword.Constant */ +.highlight .kd { + color: #0000FF +} + +/* Keyword.Declaration */ +.highlight .kn { + color: #0000FF +} + +/* Keyword.Namespace */ +.highlight .kp { + color: #0000FF +} + +/* Keyword.Pseudo */ +.highlight .kr { + color: #0000FF +} + +/* Keyword.Reserved */ +.highlight .kt { + color: #0000FF +} + +/* Keyword.Type */ +.highlight .s { + color: #009C00 +} + +/* Literal.String */ +.highlight .nc { + color: #007575 +} + +/* Name.Class */ +.highlight .nd { + color: #CC00A3 +} + +/* Name.Decorator */ +.highlight .nf { + color: #C34E00 +} + +/* Name.Function */ +.highlight .sb { + color: #009C00 +} + +/* Literal.String.Backtick */ +.highlight .sc { + color: #009C00 +} + +/* Literal.String.Char */ +.highlight .sd { + color: #009C00 +} + +/* Literal.String.Doc */ +.highlight .s2 { + color: #009C00 +} + +/* Literal.String.Double */ +.highlight .se { + color: #009C00 +} + +/* Literal.String.Escape */ +.highlight .sh { + color: #009C00 +} + +/* Literal.String.Heredoc */ +.highlight .si { + color: #009C00 +} + +/* Literal.String.Interpol */ +.highlight .sx { + color: #009C00 +} + +/* Literal.String.Other */ +.highlight .sr { + color: #009C00 +} + +/* Literal.String.Regex */ +.highlight .s1 { + color: #009C00 +} + +/* Literal.String.Single */ +.highlight .ss { + color: #009C00 +} + +/* Literal.String.Symbol */ +.highlight { + border: 1px solid #E1E1E1; + margin-bottom: 20px; +} |