aboutsummaryrefslogtreecommitdiffstats
path: root/gum
diff options
context:
space:
mode:
authorChris Howie <me@chrishowie.com>2013-06-21 16:06:25 +0000
committerChris Howie <me@chrishowie.com>2013-06-21 16:06:25 +0000
commit889e642a29b182c9fffbf8e8f1c1813b0819c887 (patch)
treedae01792a6e1a48bab15ad42937a17000182455a /gum
parentf160085e5290b3d937925a921d7891382619e59e (diff)
downloadpelican-themes-889e642a29b182c9fffbf8e8f1c1813b0819c887.zip
pelican-themes-889e642a29b182c9fffbf8e8f1c1813b0819c887.tar.gz
pelican-themes-889e642a29b182c9fffbf8e8f1c1813b0819c887.tar.bz2
Add syntax highlighting for Gum theme
Diffstat (limited to 'gum')
-rw-r--r--gum/static/pygment.css205
-rw-r--r--gum/templates/base.html1
2 files changed, 206 insertions, 0 deletions
diff --git a/gum/static/pygment.css b/gum/static/pygment.css
new file mode 100644
index 0000000..fdd056f
--- /dev/null
+++ b/gum/static/pygment.css
@@ -0,0 +1,205 @@
+.hll {
+background-color:#eee;
+}
+.c {
+color:#408090;
+font-style:italic;
+}
+.err {
+border:1px solid #FF0000;
+}
+.k {
+color:#007020;
+font-weight:bold;
+}
+.o {
+color:#666666;
+}
+.cm {
+color:#408090;
+font-style:italic;
+}
+.cp {
+color:#007020;
+}
+.c1 {
+color:#408090;
+font-style:italic;
+}
+.cs {
+background-color:#FFF0F0;
+color:#408090;
+}
+.gd {
+color:#A00000;
+}
+.ge {
+font-style:italic;
+}
+.gr {
+color:#FF0000;
+}
+.gh {
+color:#000080;
+font-weight:bold;
+}
+.gi {
+color:#00A000;
+}
+.go {
+color:#303030;
+}
+.gp {
+color:#C65D09;
+font-weight:bold;
+}
+.gs {
+font-weight:bold;
+}
+.gu {
+color:#800080;
+font-weight:bold;
+}
+.gt {
+color:#0040D0;
+}
+.kc {
+color:#007020;
+font-weight:bold;
+}
+.kd {
+color:#007020;
+font-weight:bold;
+}
+.kn {
+color:#007020;
+font-weight:bold;
+}
+.kp {
+color:#007020;
+}
+.kr {
+color:#007020;
+font-weight:bold;
+}
+.kt {
+color:#902000;
+}
+.m {
+color:#208050;
+}
+.s {
+color:#4070A0;
+}
+.na {
+color:#4070A0;
+}
+.nb {
+color:#007020;
+}
+.nc {
+color:#0E84B5;
+font-weight:bold;
+}
+.no {
+color:#60ADD5;
+}
+.nd {
+color:#555555;
+font-weight:bold;
+}
+.ni {
+color:#D55537;
+font-weight:bold;
+}
+.ne {
+color:#007020;
+}
+.nf {
+color:#06287E;
+}
+.nl {
+color:#002070;
+font-weight:bold;
+}
+.nn {
+color:#0E84B5;
+font-weight:bold;
+}
+.nt {
+color:#062873;
+font-weight:bold;
+}
+.nv {
+color:#BB60D5;
+}
+.ow {
+color:#007020;
+font-weight:bold;
+}
+.w {
+color:#BBBBBB;
+}
+.mf {
+color:#208050;
+}
+.mh {
+color:#208050;
+}
+.mi {
+color:#208050;
+}
+.mo {
+color:#208050;
+}
+.sb {
+color:#4070A0;
+}
+.sc {
+color:#4070A0;
+}
+.sd {
+color:#4070A0;
+font-style:italic;
+}
+.s2 {
+color:#4070A0;
+}
+.se {
+color:#4070A0;
+font-weight:bold;
+}
+.sh {
+color:#4070A0;
+}
+.si {
+color:#70A0D0;
+font-style:italic;
+}
+.sx {
+color:#C65D09;
+}
+.sr {
+color:#235388;
+}
+.s1 {
+color:#4070A0;
+}
+.ss {
+color:#517918;
+}
+.bp {
+color:#007020;
+}
+.vc {
+color:#BB60D5;
+}
+.vg {
+color:#BB60D5;
+}
+.vi {
+color:#BB60D5;
+}
+.il {
+color:#208050;
+}
diff --git a/gum/templates/base.html b/gum/templates/base.html
index e3f89db..61a38d1 100644
--- a/gum/templates/base.html
+++ b/gum/templates/base.html
@@ -36,6 +36,7 @@
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/gumby.css" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/style.css" />
+ <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/pygment.css" />
<script src="{{ SITEURL }}/theme/js/libs/modernizr-2.6.2.min.js"></script>