summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/wyrm/sass/wyrm_docs/_prettify.sass
diff options
context:
space:
mode:
Diffstat (limited to 'debian/missing-sources/wyrm/sass/wyrm_docs/_prettify.sass')
-rw-r--r--debian/missing-sources/wyrm/sass/wyrm_docs/_prettify.sass144
1 files changed, 144 insertions, 0 deletions
diff --git a/debian/missing-sources/wyrm/sass/wyrm_docs/_prettify.sass b/debian/missing-sources/wyrm/sass/wyrm_docs/_prettify.sass
new file mode 100644
index 0000000..504ccd5
--- /dev/null
+++ b/debian/missing-sources/wyrm/sass/wyrm_docs/_prettify.sass
@@ -0,0 +1,144 @@
+/* Tomorrow Night Eighties Theme */
+/* Original theme - https://github.com/chriskempson/tomorrow-theme */
+.prettyprint, pre.prettyprint
+ background: #2d2d2d
+ font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace
+ font-size: 12px
+ line-height: 1.5
+ padding: $base-line-height / 2
+ overflow-x: auto
+ width: 100%
+ display: block
+ border: none
+ color: $text-invert
+
+.pln
+ color: #cccccc
+
+
+@media screen
+ .str
+ color: #99cc99
+
+
+ .kwd
+ color: #cc99cc
+
+
+ .com
+ color: #999999
+
+
+ .typ
+ color: #6699cc
+
+
+ .lit
+ color: #f99157
+
+
+ .pun
+ color: #cccccc
+
+
+ .opn
+ color: #cccccc
+
+
+ .clo
+ color: #cccccc
+
+
+ .tag
+ color: #f2777a
+
+
+ .atn
+ color: #f99157
+
+
+ .atv
+ color: #66cccc
+
+
+ .dec
+ color: #f99157
+
+
+ .var
+ color: #f2777a
+
+
+ .fun
+ color: #6699cc
+
+
+@media print, projection
+ .str
+ color: #006600
+
+
+ .kwd
+ color: #006
+ font-weight: bold
+
+
+ .com
+ color: #600
+ font-style: italic
+
+
+ .typ
+ color: #404
+ font-weight: bold
+
+
+ .lit
+ color: #004444
+
+
+ .pun, .opn, .clo
+ color: #444400
+
+
+ .tag
+ color: #006
+ font-weight: bold
+
+
+ .atn
+ color: #440044
+
+
+ .atv
+ color: #006600
+
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums
+ margin-top: 0
+ margin-bottom: 0
+
+
+/* IE indents via margin-left */
+li.L0,
+li.L1,
+li.L2,
+li.L3,
+li.L4,
+li.L5,
+li.L6,
+li.L7,
+li.L8,
+li.L9
+ /* */
+
+
+/* Alternate shading for lines */
+li.L1,
+li.L3,
+li.L5,
+li.L7,
+li.L9
+ /* */
+