summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/wyrm/sass/wyrm_addons/pygments
diff options
context:
space:
mode:
Diffstat (limited to 'debian/missing-sources/wyrm/sass/wyrm_addons/pygments')
-rw-r--r--debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments.sass59
-rw-r--r--debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments_dark.sass129
-rw-r--r--debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments_light.sass146
3 files changed, 334 insertions, 0 deletions
diff --git a/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments.sass b/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments.sass
new file mode 100644
index 0000000..34a0ecc
--- /dev/null
+++ b/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments.sass
@@ -0,0 +1,59 @@
+.codeblock-example
+ border: 1px solid $table-border-color
+ border-bottom: none
+ padding: $base-line-height
+ padding-top: $base-line-height * 2
+ font-weight: 500
+ background: $white
+ position: relative
+ &:after
+ content: "Example"
+ position: absolute
+ top: 0px
+ left: 0px
+ background: $purple
+ color: lighten(purple, 80%)
+ padding: $base-line-height / 4 $base-line-height / 2
+ &.prettyprint-example-only
+ border: 1px solid $table-border-color
+ margin-bottom: $base-line-height
+
+.codeblock, div[class^='highlight']
+ border: 1px solid $table-border-color
+ padding: 0px
+ overflow-x: auto
+ background: $white
+ // 1px hack otherwise border won't show. lame
+ margin: 1px 0 $base-line-height 0
+ div[class^='highlight']
+ border: none
+ background: none
+ margin: 0
+// Needs 100% width for line highlighting to work properly
+div[class^='highlight'] td.code
+ width: 100%
+.linenodiv pre
+ border-right: solid 1px lighten($table-border-color, 2%)
+ margin: 0
+ padding: $base-line-height / 2 $base-line-height / 2
+ font-family: $code-font-family
+ font-size: 12px
+ line-height: 1.5
+ color: $text-lighter
+div[class^='highlight'] pre
+ white-space: pre
+ margin: 0
+ padding: $base-line-height / 2 $base-line-height / 2
+ font-family: $code-font-family
+ font-size: 12px
+ line-height: 1.5
+ display: block
+ overflow: auto
+ color: $text-color
+pre.literal-block
+ @extend .codeblock
+
+@media print
+ .codeblock, div[class^='highlight'], div[class^='highlight'] pre
+ white-space: pre-wrap
+
diff --git a/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments_dark.sass b/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments_dark.sass
new file mode 100644
index 0000000..1406d9d
--- /dev/null
+++ b/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments_dark.sass
@@ -0,0 +1,129 @@
+.codeblock
+ border: 1px solid lighten($menu-background-color, 10%)
+ color: $text-invert
+ padding: 0px
+ width: 100%
+ overflow-x: auto
+ background: $menu-background-color
+ // 1px hack otherwise border won't show. lame
+ margin: 1px 0 $base-line-height 0
+
+.hll
+ background-color: #49483e
+.c
+ color: #75715e
+.err
+ color: #960050
+ background-color: #1e0010
+.k
+ color: #66d9ef
+.l
+ color: #ae81ff
+.n
+ color: #f8f8f2
+.o
+ color: #f92672
+.p
+ color: #f8f8f2
+.cm
+ color: #75715e
+.cp
+ color: #75715e
+.c1
+ color: #75715e
+.cs
+ color: #75715e
+.ge
+ font-style: italic
+.gs
+ font-weight: bold
+.kc
+ color: #66d9ef
+.kd
+ color: #66d9ef
+.kn
+ color: #f92672
+.kp
+ color: #66d9ef
+.kr
+ color: #66d9ef
+.kt
+ color: #66d9ef
+.ld
+ color: #e6db74
+.m
+ color: #ae81ff
+.s
+ color: #e6db74
+.na
+ color: #a6e22e
+.nb
+ color: #f8f8f2
+.nc
+ color: #a6e22e
+.no
+ color: #66d9ef
+.nd
+ color: #a6e22e
+.ni
+ color: #f8f8f2
+.ne
+ color: #a6e22e
+.nf
+ color: #a6e22e
+.nl
+ color: #f8f8f2
+.nn
+ color: #f8f8f2
+.nx
+ color: #a6e22e
+.py
+ color: #f8f8f2
+.nt
+ color: #f92672
+.nv
+ color: #f8f8f2
+.ow
+ color: #f92672
+.w
+ color: #f8f8f2
+.mf
+ color: #ae81ff
+.mh
+ color: #ae81ff
+.mi
+ color: #ae81ff
+.mo
+ color: #ae81ff
+.sb
+ color: #e6db74
+.sc
+ color: #e6db74
+.sd
+ color: #e6db74
+.s2
+ color: #e6db74
+.se
+ color: #ae81ff
+.sh
+ color: #e6db74
+.si
+ color: #e6db74
+.sx
+ color: #e6db74
+.sr
+ color: #e6db74
+.s1
+ color: #e6db74
+.ss
+ color: #e6db74
+.bp
+ color: #f8f8f2
+.vc
+ color: #f8f8f2
+.vg
+ color: #f8f8f2
+.vi
+ color: #f8f8f2
+.il
+ color: #ae81ff
diff --git a/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments_light.sass b/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments_light.sass
new file mode 100644
index 0000000..94ac46c
--- /dev/null
+++ b/debian/missing-sources/wyrm/sass/wyrm_addons/pygments/_pygments_light.sass
@@ -0,0 +1,146 @@
+.hll
+ background-color: #ffffcc
+ margin: 0 -12px
+ padding: 0 12px
+ display: block
+.c
+ color: #999988
+ font-style: italic
+.err
+ color: #a61717
+ background-color: #e3d2d2
+.k
+ font-weight: bold
+.o
+ font-weight: bold
+.cm
+ color: #999988
+ font-style: italic
+.cp
+ color: #999999
+ font-weight: bold
+.c1
+ color: #999988
+ font-style: italic
+.cs
+ color: #999999
+ font-weight: bold
+ font-style: italic
+.gd
+ color: #000000
+ background-color: #ffdddd
+.gd .x
+ color: #000000
+ background-color: #ffaaaa
+.ge
+ font-style: italic
+.gr
+ color: #aa0000
+.gh
+ color: #999999
+.gi
+ color: #000000
+ background-color: #ddffdd
+.gi .x
+ color: #000000
+ background-color: #aaffaa
+.go
+ color: #888888
+.gp
+ color: #555555
+.gs
+ font-weight: bold
+.gu
+ color: #800080
+ font-weight: bold
+.gt
+ color: #aa0000
+.kc
+ font-weight: bold
+.kd
+ font-weight: bold
+.kn
+ font-weight: bold
+.kp
+ font-weight: bold
+.kr
+ font-weight: bold
+.kt
+ color: #445588
+ font-weight: bold
+.m
+ color: #009999
+.s
+ color: #dd1144
+.n
+ color: #333333
+.na
+ color: teal
+.nb
+ color: #0086b3
+.nc
+ color: #445588
+ font-weight: bold
+.no
+ color: teal
+.ni
+ color: purple
+.ne
+ color: #990000
+ font-weight: bold
+.nf
+ color: #990000
+ font-weight: bold
+.nn
+ color: #555555
+.nt
+ color: navy
+.nv
+ color: teal
+.ow
+ font-weight: bold
+.w
+ color: #bbbbbb
+.mf
+ color: #009999
+.mh
+ color: #009999
+.mi
+ color: #009999
+.mo
+ color: #009999
+.sb
+ color: #dd1144
+.sc
+ color: #dd1144
+.sd
+ color: #dd1144
+.s2
+ color: #dd1144
+.se
+ color: #dd1144
+.sh
+ color: #dd1144
+.si
+ color: #dd1144
+.sx
+ color: #dd1144
+.sr
+ color: #009926
+.s1
+ color: #dd1144
+.ss
+ color: #990073
+.bp
+ color: #999999
+.vc
+ color: teal
+.vg
+ color: teal
+.vi
+ color: teal
+.il
+ color: #009999
+.gc
+ color: #999
+ background-color: #EAF2F5