Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* Tomorrow Night Theme */
2
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
3
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
4
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
5
 
6
/* Tomorrow Comment */
7
.hljs-comment,
8
.hljs-title {
9
  color: #969896;
10
}
11
 
12
/* Tomorrow Red */
13
.hljs-variable,
14
.hljs-attribute,
15
.hljs-tag,
16
.hljs-regexp,
17
.ruby .hljs-constant,
18
.xml .hljs-tag .hljs-title,
19
.xml .hljs-pi,
20
.xml .hljs-doctype,
21
.html .hljs-doctype,
22
.css .hljs-id,
23
.css .hljs-class,
24
.css .hljs-pseudo {
25
  color: #cc6666;
26
}
27
 
28
/* Tomorrow Orange */
29
.hljs-number,
30
.hljs-preprocessor,
31
.hljs-pragma,
32
.hljs-built_in,
33
.hljs-literal,
34
.hljs-params,
35
.hljs-constant {
36
  color: #de935f;
37
}
38
 
39
/* Tomorrow Yellow */
40
.ruby .hljs-class .hljs-title,
41
.css .hljs-rules .hljs-attribute {
42
  color: #f0c674;
43
}
44
 
45
/* Tomorrow Green */
46
.hljs-string,
47
.hljs-value,
48
.hljs-inheritance,
49
.hljs-header,
50
.ruby .hljs-symbol,
51
.xml .hljs-cdata {
52
  color: #b5bd68;
53
}
54
 
55
/* Tomorrow Aqua */
56
.css .hljs-hexcolor {
57
  color: #8abeb7;
58
}
59
 
60
/* Tomorrow Blue */
61
.hljs-function,
62
.python .hljs-decorator,
63
.python .hljs-title,
64
.ruby .hljs-function .hljs-title,
65
.ruby .hljs-title .hljs-keyword,
66
.perl .hljs-sub,
67
.javascript .hljs-title,
68
.coffeescript .hljs-title {
69
  color: #81a2be;
70
}
71
 
72
/* Tomorrow Purple */
73
.hljs-keyword,
74
.javascript .hljs-function {
75
  color: #b294bb;
76
}
77
 
78
.hljs {
79
  display: block;
80
  background: #1d1f21;
81
  color: #c5c8c6;
82
  padding: 0.5em;
83
}
84
 
85
.coffeescript .javascript,
86
.javascript .xml,
87
.tex .hljs-formula,
88
.xml .javascript,
89
.xml .vbscript,
90
.xml .css,
91
.xml .hljs-cdata {
92
  opacity: 0.5;
93
}