summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/wyrm/sass/wyrm_docs/_highlight.sass
blob: 962a6679869ab9539fd3c26631365a7b5803f131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/* Tomorrow Night Eighties Theme
/* Original theme - https://github.com/chriskempson/tomorrow-theme
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs

.hljs
  background: #2d2d2d
  color: #cccccc
  display: block
  padding: 0.5em
  white-space: pre
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace
  font-size: 12px
  line-height: 1.5
  padding: 10px
  overflow-x: auto
  width: 100%
  display: block
  border: none

/* Tomorrow Comment

.hljs-comment, .hljs-template_comment
  color: #999999

/* Tomorrow Red

.hljs-tag, .hljs-regexp, .ruby .hljs-constant, .hljs-title
  color: #f2777a

.xml
  .hljs-tag .hljs-title, .hljs-pi, .hljs-doctype
    color: #f2777a

.html .hljs-doctype
  color: #f2777a

.css
  .hljs-id, .hljs-class, .hljs-pseudo
    color: #f2777a

/* Tomorrow Orange

.hljs-number, .hljs-preprocessor, .hljs-pragma, .hljs-literal, .hljs-params, .hljs-attribute, .hljs-constant
  color: #f99157

/* Tomorrow Yellow

.ruby .hljs-class .hljs-title, .css .hljs-rules .hljs-attribute
  color: #ffcc66

/* Tomorrow Green

.hljs-string, .hljs-value, .hljs-inheritance, .hljs-header, .ruby .hljs-symbol, .xml .hljs-cdata
  color: #99cc99

/* Tomorrow Aqua

.css .hljs-hexcolor, .hljs-variable
  color: #66cccc

/* Tomorrow Blue

.hljs-function
  color: #6699cc

.python
  .hljs-decorator, .hljs-title
    color: #6699cc

.ruby
  .hljs-function .hljs-title, .hljs-title .hljs-keyword
    color: #6699cc

.perl .hljs-sub, .javascript .hljs-title, .coffeescript .hljs-title
  color: #6699cc

/* Tomorrow Purple

.hljs-keyword, .javascript .hljs-function
  color: #cc99cc

.hljs-template_tag
  color: white

.coffeescript .javascript, .javascript .xml, .tex .hljs-formula
  opacity: 0.5

.xml
  .javascript, .vbscript, .css, .hljs-cdata
    opacity: 0.5