Bayeux 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.hgrc +2 -0
- data/.rvmrc +27 -0
- data/Gemfile +42 -0
- data/Gemfile.lock +42 -0
- data/HISTORY +63 -0
- data/README.rdoc +19 -0
- data/Rakefile +89 -0
- data/VERSION +1 -0
- data/bib/Modules.bib +21 -0
- data/code/render/latex/active4d.render +132 -0
- data/code/render/latex/all_hallows_eve.render +96 -0
- data/code/render/latex/amy.render +171 -0
- data/code/render/latex/blackboard.render +111 -0
- data/code/render/latex/brilliance_black.render +552 -0
- data/code/render/latex/brilliance_dull.render +561 -0
- data/code/render/latex/cobalt.render +162 -0
- data/code/render/latex/dawn.render +126 -0
- data/code/render/latex/eiffel.render +132 -0
- data/code/render/latex/espresso_libre.render +123 -0
- data/code/render/latex/idle.render +93 -0
- data/code/render/latex/iplastic.render +99 -0
- data/code/render/latex/lazy.render +96 -0
- data/code/render/latex/mac_classic.render +135 -0
- data/code/render/latex/magicwb_amiga.render +117 -0
- data/code/render/latex/pastels_on_dark.render +204 -0
- data/code/render/latex/slush_poppies.render +123 -0
- data/code/render/latex/spacecadet.render +81 -0
- data/code/render/latex/sunburst.render +186 -0
- data/code/render/latex/twilight.render +153 -0
- data/code/render/latex/zenburnesque.render +126 -0
- data/code/render/old/txt2tags.render +131 -0
- data/code/render/xhtml/active4d.render +140 -0
- data/code/render/xhtml/all_hallows_eve.render +104 -0
- data/code/render/xhtml/amy.render +179 -0
- data/code/render/xhtml/blackboard.render +119 -0
- data/code/render/xhtml/brilliance_black.render +560 -0
- data/code/render/xhtml/brilliance_dull.render +569 -0
- data/code/render/xhtml/cobalt.render +170 -0
- data/code/render/xhtml/dawn.render +134 -0
- data/code/render/xhtml/eiffel.render +140 -0
- data/code/render/xhtml/espresso_libre.render +131 -0
- data/code/render/xhtml/files/css/active4d.css +114 -0
- data/code/render/xhtml/files/css/all_hallows_eve.css +72 -0
- data/code/render/xhtml/files/css/amy.css +147 -0
- data/code/render/xhtml/files/css/blackboard.css +88 -0
- data/code/render/xhtml/files/css/brilliance_black.css +605 -0
- data/code/render/xhtml/files/css/brilliance_dull.css +599 -0
- data/code/render/xhtml/files/css/cobalt.css +149 -0
- data/code/render/xhtml/files/css/dawn.css +121 -0
- data/code/render/xhtml/files/css/eiffel.css +121 -0
- data/code/render/xhtml/files/css/espresso_libre.css +109 -0
- data/code/render/xhtml/files/css/idle.css +62 -0
- data/code/render/xhtml/files/css/iplastic.css +80 -0
- data/code/render/xhtml/files/css/lazy.css +73 -0
- data/code/render/xhtml/files/css/mac_classic.css +123 -0
- data/code/render/xhtml/files/css/magicwb_amiga.css +104 -0
- data/code/render/xhtml/files/css/pastels_on_dark.css +188 -0
- data/code/render/xhtml/files/css/slush_poppies.css +85 -0
- data/code/render/xhtml/files/css/spacecadet.css +51 -0
- data/code/render/xhtml/files/css/sunburst.css +180 -0
- data/code/render/xhtml/files/css/twilight.css +137 -0
- data/code/render/xhtml/files/css/zenburnesque.css +91 -0
- data/code/render/xhtml/idle.render +101 -0
- data/code/render/xhtml/iplastic.render +107 -0
- data/code/render/xhtml/lazy.render +104 -0
- data/code/render/xhtml/mac_classic.render +143 -0
- data/code/render/xhtml/magicwb_amiga.render +125 -0
- data/code/render/xhtml/pastels_on_dark.render +212 -0
- data/code/render/xhtml/slush_poppies.render +131 -0
- data/code/render/xhtml/spacecadet.render +89 -0
- data/code/render/xhtml/sunburst.render +194 -0
- data/code/render/xhtml/twilight.render +161 -0
- data/code/render/xhtml/zenburnesque.render +134 -0
- data/code/syntax/actionscript.syntax +97 -0
- data/code/syntax/active4d.syntax +276 -0
- data/code/syntax/active4d_html.syntax +311 -0
- data/code/syntax/active4d_ini.syntax +50 -0
- data/code/syntax/active4d_library.syntax +21 -0
- data/code/syntax/ada.syntax +33 -0
- data/code/syntax/antlr.syntax +151 -0
- data/code/syntax/apache.syntax +191 -0
- data/code/syntax/applescript.syntax +384 -0
- data/code/syntax/asp.syntax +70 -0
- data/code/syntax/asp_vb.net.syntax +129 -0
- data/code/syntax/bibtex.syntax +151 -0
- data/code/syntax/blog_html.syntax +41 -0
- data/code/syntax/blog_markdown.syntax +42 -0
- data/code/syntax/blog_text.syntax +27 -0
- data/code/syntax/blog_textile.syntax +27 -0
- data/code/syntax/build.syntax +53 -0
- data/code/syntax/bulletin_board.syntax +287 -0
- data/code/syntax/cake.syntax +55 -0
- data/code/syntax/camlp4.syntax +36 -0
- data/code/syntax/cm.syntax +32 -0
- data/code/syntax/coldfusion.syntax +119 -0
- data/code/syntax/context_free.syntax +176 -0
- data/code/syntax/cs.syntax +59 -0
- data/code/syntax/css.syntax +195 -0
- data/code/syntax/css_experimental.syntax +1925 -0
- data/code/syntax/csv.syntax +68 -0
- data/code/syntax/d.syntax +142 -0
- data/code/syntax/diff.syntax +81 -0
- data/code/syntax/dokuwiki.syntax +204 -0
- data/code/syntax/dot.syntax +47 -0
- data/code/syntax/doxygen.syntax +43 -0
- data/code/syntax/dylan.syntax +62 -0
- data/code/syntax/eiffel.syntax +78 -0
- data/code/syntax/erlang.syntax +922 -0
- data/code/syntax/f-script.syntax +80 -0
- data/code/syntax/fortran.syntax +141 -0
- data/code/syntax/fxscript.syntax +142 -0
- data/code/syntax/greasemonkey.syntax +34 -0
- data/code/syntax/gri.syntax +83 -0
- data/code/syntax/groovy.syntax +191 -0
- data/code/syntax/gtd.syntax +22 -0
- data/code/syntax/gtdalt.syntax +143 -0
- data/code/syntax/haml.syntax +88 -0
- data/code/syntax/haskell.syntax +88 -0
- data/code/syntax/html-asp.syntax +27 -0
- data/code/syntax/html.syntax +362 -0
- data/code/syntax/html_django.syntax +36 -0
- data/code/syntax/html_for_asp.net.syntax +424 -0
- data/code/syntax/html_mason.syntax +119 -0
- data/code/syntax/html_rails.syntax +40 -0
- data/code/syntax/html_tcl.syntax +26 -0
- data/code/syntax/icalendar.syntax +32 -0
- data/code/syntax/inform.syntax +48 -0
- data/code/syntax/ini.syntax +55 -0
- data/code/syntax/installer_distribution_script.syntax +77 -0
- data/code/syntax/io.syntax +81 -0
- data/code/syntax/java.syntax +211 -0
- data/code/syntax/javaproperties.syntax +20 -0
- data/code/syntax/javascript.syntax +256 -0
- data/code/syntax/javascript_+_prototype.syntax +72 -0
- data/code/syntax/javascript_+_prototype_bracketed.syntax +140 -0
- data/code/syntax/jquery_javascript.syntax +114 -0
- data/code/syntax/json.syntax +136 -0
- data/code/syntax/languagedefinition.syntax +708 -0
- data/code/syntax/latex.syntax +566 -0
- data/code/syntax/latex_beamer.syntax +41 -0
- data/code/syntax/latex_log.syntax +50 -0
- data/code/syntax/latex_memoir.syntax +64 -0
- data/code/syntax/lexflex.syntax +219 -0
- data/code/syntax/lighttpd.syntax +54 -0
- data/code/syntax/lilypond.syntax +492 -0
- data/code/syntax/lisp.syntax +61 -0
- data/code/syntax/literate_haskell.syntax +24 -0
- data/code/syntax/logo.syntax +29 -0
- data/code/syntax/logtalk.syntax +152 -0
- data/code/syntax/lua.syntax +86 -0
- data/code/syntax/m.syntax +142 -0
- data/code/syntax/macports_portfile.syntax +163 -0
- data/code/syntax/makefile.syntax +36 -0
- data/code/syntax/man.syntax +17 -0
- data/code/syntax/mediawiki.syntax +567 -0
- data/code/syntax/mips.syntax +66 -0
- data/code/syntax/mod_perl.syntax +50 -0
- data/code/syntax/modula-3.syntax +47 -0
- data/code/syntax/moinmoin.syntax +189 -0
- data/code/syntax/mootools.syntax +572 -0
- data/code/syntax/movable_type.syntax +162 -0
- data/code/syntax/multimarkdown.syntax +39 -0
- data/code/syntax/objective-c++.syntax +18 -0
- data/code/syntax/objective-c.syntax +233 -0
- data/code/syntax/ocaml.syntax +764 -0
- data/code/syntax/ocamllex.syntax +167 -0
- data/code/syntax/ocamlyacc.syntax +184 -0
- data/code/syntax/opengl.syntax +14 -0
- data/code/syntax/pascal.syntax +77 -0
- data/code/syntax/perl.syntax +1115 -0
- data/code/syntax/plain_text.syntax +32 -0
- data/code/syntax/postscript.syntax +114 -0
- data/code/syntax/processing.syntax +106 -0
- data/code/syntax/prolog.syntax +40 -0
- data/code/syntax/property_list.syntax +635 -0
- data/code/syntax/python.syntax +868 -0
- data/code/syntax/python_django.syntax +21 -0
- data/code/syntax/qmake_project.syntax +114 -0
- data/code/syntax/qt_c++.syntax +26 -0
- data/code/syntax/quake3_config.syntax +32 -0
- data/code/syntax/r.syntax +81 -0
- data/code/syntax/r_console.syntax +16 -0
- data/code/syntax/ragel.syntax +201 -0
- data/code/syntax/rd_r_documentation.syntax +91 -0
- data/code/syntax/regexp.syntax +50 -0
- data/code/syntax/release_notes.syntax +46 -0
- data/code/syntax/remind.syntax +253 -0
- data/code/syntax/restructuredtext.syntax +250 -0
- data/code/syntax/rez.syntax +80 -0
- data/code/syntax/ruby.syntax +1035 -0
- data/code/syntax/ruby_experimental.syntax +145 -0
- data/code/syntax/ruby_on_rails.syntax +88 -0
- data/code/syntax/s5.syntax +69 -0
- data/code/syntax/scheme.syntax +347 -0
- data/code/syntax/scilab.syntax +41 -0
- data/code/syntax/setext.syntax +147 -0
- data/code/syntax/shell-unix-generic.syntax +384 -0
- data/code/syntax/slate.syntax +149 -0
- data/code/syntax/sql.syntax +237 -0
- data/code/syntax/sql_rails.syntax +18 -0
- data/code/syntax/ssh-config.syntax +33 -0
- data/code/syntax/standard_ml.syntax +121 -0
- data/code/syntax/strings_file.syntax +39 -0
- data/code/syntax/subversion_commit_message.syntax +36 -0
- data/code/syntax/sweave.syntax +84 -0
- data/code/syntax/swig.syntax +57 -0
- data/code/syntax/tcl.syntax +152 -0
- data/code/syntax/template_toolkit.syntax +121 -0
- data/code/syntax/tex.syntax +86 -0
- data/code/syntax/tex_math.syntax +49 -0
- data/code/syntax/textile.syntax +215 -0
- data/code/syntax/tsv.syntax +50 -0
- data/code/syntax/twiki.syntax +241 -0
- data/code/syntax/txt2tags.syntax +79 -0
- data/code/syntax/vectorscript.syntax +57 -0
- data/code/syntax/xhtml_1.0.syntax +4027 -0
- data/code/syntax/xml.syntax +180 -0
- data/code/syntax/xml_strict.syntax +92 -0
- data/code/syntax/xsl.syntax +60 -0
- data/code/syntax/yaml.syntax +160 -0
- data/code/syntax/yui_javascript.syntax +176 -0
- data/lib/bayeux/bayeux.rb +727 -0
- data/lib/bayeux/html_gen.rb +506 -0
- data/lib/bayeux/latex_gen.rb +333 -0
- data/lib/bayeux/para_block.rb +201 -0
- data/lib/bayeux/text_gen.rb +307 -0
- data/lib/bayeux/tree_walker.rb +166 -0
- data/lib/filters/bayeux.rb +44 -0
- data/lib/filters/pandoc.rb +23 -0
- data/lib/filters/section_id.rb +105 -0
- data/lib/helpers/breadcrumbs.rb +64 -0
- data/lib/helpers/site_toc.rb +11 -0
- data/lib/lib/uv.rb +92 -0
- data/lib/lib/uv/render_processor.rb +146 -0
- data/lib/lib/uv/utility.rb +67 -0
- data/lib/refs/Doc_Blocks.rb +2 -0
- data/lib/refs/References.rb +104 -0
- metadata +415 -0
@@ -0,0 +1,114 @@
|
|
1
|
+
pre.active4d .DiffHeader {
|
2
|
+
background-color: #656565;
|
3
|
+
color: #FFFFFF;
|
4
|
+
}
|
5
|
+
pre.active4d .Operator {
|
6
|
+
}
|
7
|
+
pre.active4d .InheritedClass {
|
8
|
+
}
|
9
|
+
pre.active4d .TypeName {
|
10
|
+
color: #21439C;
|
11
|
+
}
|
12
|
+
pre.active4d .Number {
|
13
|
+
color: #A8017E;
|
14
|
+
}
|
15
|
+
pre.active4d .EmbeddedSource {
|
16
|
+
background-color: #ECF1FF;
|
17
|
+
}
|
18
|
+
pre.active4d {
|
19
|
+
background-color: #FFFFFF;
|
20
|
+
color: #000000;
|
21
|
+
}
|
22
|
+
pre.active4d .DiffInsertedLine {
|
23
|
+
background-color: #98FF9A;
|
24
|
+
color: #000000;
|
25
|
+
}
|
26
|
+
pre.active4d .LibraryVariable {
|
27
|
+
color: #A535AE;
|
28
|
+
}
|
29
|
+
pre.active4d .Storage {
|
30
|
+
color: #FF5600;
|
31
|
+
}
|
32
|
+
pre.active4d .InterpolatedEntity {
|
33
|
+
font-weight: bold;
|
34
|
+
color: #66CCFF;
|
35
|
+
}
|
36
|
+
pre.active4d .line-numbers {
|
37
|
+
background-color: #BAD6FD;
|
38
|
+
color: #000000;
|
39
|
+
}
|
40
|
+
pre.active4d .LocalVariable {
|
41
|
+
font-weight: bold;
|
42
|
+
color: #6392FF;
|
43
|
+
}
|
44
|
+
pre.active4d .DiffLineRange {
|
45
|
+
background-color: #1B63FF;
|
46
|
+
color: #FFFFFF;
|
47
|
+
}
|
48
|
+
pre.active4d .BlockComment {
|
49
|
+
color: #D33435;
|
50
|
+
}
|
51
|
+
pre.active4d .TagName {
|
52
|
+
color: #016CFF;
|
53
|
+
}
|
54
|
+
pre.active4d .FunctionArgument {
|
55
|
+
}
|
56
|
+
pre.active4d .BuiltInConstant {
|
57
|
+
color: #A535AE;
|
58
|
+
}
|
59
|
+
pre.active4d .LineComment {
|
60
|
+
color: #D33535;
|
61
|
+
}
|
62
|
+
pre.active4d .DiffDeletedLine {
|
63
|
+
background-color: #FF7880;
|
64
|
+
color: #000000;
|
65
|
+
}
|
66
|
+
pre.active4d .NamedConstant {
|
67
|
+
color: #B7734C;
|
68
|
+
}
|
69
|
+
pre.active4d .CommandMethod {
|
70
|
+
font-weight: bold;
|
71
|
+
color: #45AE34;
|
72
|
+
}
|
73
|
+
pre.active4d .TableField {
|
74
|
+
color: #0BB600;
|
75
|
+
}
|
76
|
+
pre.active4d .PlainXmlText {
|
77
|
+
color: #000000;
|
78
|
+
}
|
79
|
+
pre.active4d .Invalid {
|
80
|
+
background-color: #990000;
|
81
|
+
color: #FFFFFF;
|
82
|
+
}
|
83
|
+
pre.active4d .LibraryClassType {
|
84
|
+
color: #A535AE;
|
85
|
+
}
|
86
|
+
pre.active4d .TagAttribute {
|
87
|
+
color: #963DFF;
|
88
|
+
}
|
89
|
+
pre.active4d .Keyword {
|
90
|
+
font-weight: bold;
|
91
|
+
color: #006699;
|
92
|
+
}
|
93
|
+
pre.active4d .UserDefinedConstant {
|
94
|
+
}
|
95
|
+
pre.active4d .String {
|
96
|
+
color: #666666;
|
97
|
+
}
|
98
|
+
pre.active4d .DiffUnchangedLine {
|
99
|
+
color: #5E5E5E;
|
100
|
+
}
|
101
|
+
pre.active4d .TagContainer {
|
102
|
+
color: #7A7A7A;
|
103
|
+
}
|
104
|
+
pre.active4d .FunctionName {
|
105
|
+
color: #21439C;
|
106
|
+
}
|
107
|
+
pre.active4d .Variable {
|
108
|
+
font-weight: bold;
|
109
|
+
color: #0053FF;
|
110
|
+
}
|
111
|
+
pre.active4d .DateTimeLiteral {
|
112
|
+
font-weight: bold;
|
113
|
+
color: #66CCFF;
|
114
|
+
}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
pre.all_hallows_eve .ClassInheritance {
|
2
|
+
font-style: italic;
|
3
|
+
}
|
4
|
+
pre.all_hallows_eve .Constant {
|
5
|
+
color: #3387CC;
|
6
|
+
}
|
7
|
+
pre.all_hallows_eve .TypeName {
|
8
|
+
text-decoration: underline;
|
9
|
+
}
|
10
|
+
pre.all_hallows_eve .TextBase {
|
11
|
+
background-color: #434242;
|
12
|
+
color: #FFFFFF;
|
13
|
+
}
|
14
|
+
pre.all_hallows_eve {
|
15
|
+
background-color: #000000;
|
16
|
+
color: #FFFFFF;
|
17
|
+
}
|
18
|
+
pre.all_hallows_eve .StringEscapesExecuted {
|
19
|
+
color: #555555;
|
20
|
+
}
|
21
|
+
pre.all_hallows_eve .line-numbers {
|
22
|
+
background-color: #73597E;
|
23
|
+
color: #FFFFFF;
|
24
|
+
}
|
25
|
+
pre.all_hallows_eve .StringExecuted {
|
26
|
+
background-color: #CCCC33;
|
27
|
+
color: #000000;
|
28
|
+
}
|
29
|
+
pre.all_hallows_eve .BlockComment {
|
30
|
+
background-color: #9B9B9B;
|
31
|
+
color: #FFFFFF;
|
32
|
+
}
|
33
|
+
pre.all_hallows_eve .TagName {
|
34
|
+
text-decoration: underline;
|
35
|
+
}
|
36
|
+
pre.all_hallows_eve .PreProcessorLine {
|
37
|
+
color: #D0D0FF;
|
38
|
+
}
|
39
|
+
pre.all_hallows_eve .SupportFunction {
|
40
|
+
color: #C83730;
|
41
|
+
}
|
42
|
+
pre.all_hallows_eve .FunctionArgument {
|
43
|
+
font-style: italic;
|
44
|
+
}
|
45
|
+
pre.all_hallows_eve .PreProcessorDirective {
|
46
|
+
}
|
47
|
+
pre.all_hallows_eve .StringEscapes {
|
48
|
+
color: #AAAAAA;
|
49
|
+
}
|
50
|
+
pre.all_hallows_eve .SourceBase {
|
51
|
+
background-color: #000000;
|
52
|
+
color: #FFFFFF;
|
53
|
+
}
|
54
|
+
pre.all_hallows_eve .TagAttribute {
|
55
|
+
}
|
56
|
+
pre.all_hallows_eve .StringLiteral {
|
57
|
+
color: #CCCC33;
|
58
|
+
}
|
59
|
+
pre.all_hallows_eve .String {
|
60
|
+
color: #66CC33;
|
61
|
+
}
|
62
|
+
pre.all_hallows_eve .Keyword {
|
63
|
+
color: #CC7833;
|
64
|
+
}
|
65
|
+
pre.all_hallows_eve .RegularExpression {
|
66
|
+
color: #CCCC33;
|
67
|
+
}
|
68
|
+
pre.all_hallows_eve .FunctionName {
|
69
|
+
}
|
70
|
+
pre.all_hallows_eve .Comment {
|
71
|
+
color: #9933CC;
|
72
|
+
}
|
@@ -0,0 +1,147 @@
|
|
1
|
+
pre.amy .PolymorphicVariants {
|
2
|
+
color: #60B0FF;
|
3
|
+
font-style: italic;
|
4
|
+
}
|
5
|
+
pre.amy .KeywordDecorator {
|
6
|
+
color: #D0D0FF;
|
7
|
+
}
|
8
|
+
pre.amy .Punctuation {
|
9
|
+
color: #805080;
|
10
|
+
}
|
11
|
+
pre.amy .InheritedClass {
|
12
|
+
}
|
13
|
+
pre.amy .InvalidDepricated {
|
14
|
+
background-color: #CC66FF;
|
15
|
+
color: #200020;
|
16
|
+
}
|
17
|
+
pre.amy .LibraryVariable {
|
18
|
+
}
|
19
|
+
pre.amy .TokenReferenceOcamlyacc {
|
20
|
+
color: #3CB0D0;
|
21
|
+
}
|
22
|
+
pre.amy .Storage {
|
23
|
+
color: #B0FFF0;
|
24
|
+
}
|
25
|
+
pre.amy .KeywordOperator {
|
26
|
+
color: #A0A0FF;
|
27
|
+
}
|
28
|
+
pre.amy .CharacterConstant {
|
29
|
+
color: #666666;
|
30
|
+
}
|
31
|
+
pre.amy .line-numbers {
|
32
|
+
background-color: #800000;
|
33
|
+
color: #000000;
|
34
|
+
}
|
35
|
+
pre.amy .ClassName {
|
36
|
+
color: #70E080;
|
37
|
+
}
|
38
|
+
pre.amy .Int64Constant {
|
39
|
+
font-style: italic;
|
40
|
+
}
|
41
|
+
pre.amy .NonTerminalReferenceOcamlyacc {
|
42
|
+
color: #C0F0F0;
|
43
|
+
}
|
44
|
+
pre.amy .TokenDefinitionOcamlyacc {
|
45
|
+
color: #3080A0;
|
46
|
+
}
|
47
|
+
pre.amy .ClassType {
|
48
|
+
color: #70E0A0;
|
49
|
+
}
|
50
|
+
pre.amy .ControlKeyword {
|
51
|
+
color: #80A0FF;
|
52
|
+
}
|
53
|
+
pre.amy .LineNumberDirectives {
|
54
|
+
text-decoration: underline;
|
55
|
+
color: #C080C0;
|
56
|
+
}
|
57
|
+
pre.amy .FloatingPointConstant {
|
58
|
+
text-decoration: underline;
|
59
|
+
}
|
60
|
+
pre.amy .Int32Constant {
|
61
|
+
font-weight: bold;
|
62
|
+
}
|
63
|
+
pre.amy .TagName {
|
64
|
+
color: #009090;
|
65
|
+
}
|
66
|
+
pre.amy .ModuleTypeDefinitions {
|
67
|
+
text-decoration: underline;
|
68
|
+
color: #B000B0;
|
69
|
+
}
|
70
|
+
pre.amy .Integer {
|
71
|
+
color: #7090B0;
|
72
|
+
}
|
73
|
+
pre.amy .Camlp4TempParser {
|
74
|
+
}
|
75
|
+
pre.amy .InvalidIllegal {
|
76
|
+
font-weight: bold;
|
77
|
+
background-color: #FFFF00;
|
78
|
+
color: #400080;
|
79
|
+
}
|
80
|
+
pre.amy .LibraryConstant {
|
81
|
+
background-color: #200020;
|
82
|
+
}
|
83
|
+
pre.amy .ModuleDefinitions {
|
84
|
+
color: #B000B0;
|
85
|
+
}
|
86
|
+
pre.amy .Variants {
|
87
|
+
color: #60B0FF;
|
88
|
+
}
|
89
|
+
pre.amy .CompilerDirectives {
|
90
|
+
color: #C080C0;
|
91
|
+
}
|
92
|
+
pre.amy .FloatingPointInfixOperator {
|
93
|
+
text-decoration: underline;
|
94
|
+
}
|
95
|
+
pre.amy .BuiltInConstant1 {
|
96
|
+
}
|
97
|
+
pre.amy {
|
98
|
+
background-color: #200020;
|
99
|
+
color: #D0D0FF;
|
100
|
+
}
|
101
|
+
pre.amy .FunctionArgument {
|
102
|
+
color: #80B0B0;
|
103
|
+
}
|
104
|
+
pre.amy .FloatingPointPrefixOperator {
|
105
|
+
text-decoration: underline;
|
106
|
+
}
|
107
|
+
pre.amy .NativeintConstant {
|
108
|
+
font-weight: bold;
|
109
|
+
}
|
110
|
+
pre.amy .BuiltInConstant {
|
111
|
+
color: #707090;
|
112
|
+
}
|
113
|
+
pre.amy .BooleanConstant {
|
114
|
+
color: #8080A0;
|
115
|
+
}
|
116
|
+
pre.amy .LibraryClassType {
|
117
|
+
}
|
118
|
+
pre.amy .TagAttribute {
|
119
|
+
}
|
120
|
+
pre.amy .Keyword {
|
121
|
+
color: #A080FF;
|
122
|
+
}
|
123
|
+
pre.amy .UserDefinedConstant {
|
124
|
+
}
|
125
|
+
pre.amy .String {
|
126
|
+
color: #999999;
|
127
|
+
}
|
128
|
+
pre.amy .Camlp4Code {
|
129
|
+
background-color: #350060;
|
130
|
+
}
|
131
|
+
pre.amy .NonTerminalDefinitionOcamlyacc {
|
132
|
+
color: #90E0E0;
|
133
|
+
}
|
134
|
+
pre.amy .FunctionName {
|
135
|
+
color: #50A0A0;
|
136
|
+
}
|
137
|
+
pre.amy .SupportModules {
|
138
|
+
color: #A00050;
|
139
|
+
}
|
140
|
+
pre.amy .Variable {
|
141
|
+
color: #008080;
|
142
|
+
}
|
143
|
+
pre.amy .Comment {
|
144
|
+
background-color: #200020;
|
145
|
+
color: #404080;
|
146
|
+
font-style: italic;
|
147
|
+
}
|
@@ -0,0 +1,88 @@
|
|
1
|
+
pre.blackboard .LatexSupport {
|
2
|
+
color: #FBDE2D;
|
3
|
+
}
|
4
|
+
pre.blackboard .OcamlInfixOperator {
|
5
|
+
color: #8DA6CE;
|
6
|
+
}
|
7
|
+
pre.blackboard .MetaFunctionCallPy {
|
8
|
+
color: #BECDE6;
|
9
|
+
}
|
10
|
+
pre.blackboard .Superclass {
|
11
|
+
color: #FF6400;
|
12
|
+
font-style: italic;
|
13
|
+
}
|
14
|
+
pre.blackboard .Constant {
|
15
|
+
color: #D8FA3C;
|
16
|
+
}
|
17
|
+
pre.blackboard {
|
18
|
+
background-color: #0C1021;
|
19
|
+
color: #F8F8F8;
|
20
|
+
}
|
21
|
+
pre.blackboard .OcamlFPConstant {
|
22
|
+
text-decoration: underline;
|
23
|
+
}
|
24
|
+
pre.blackboard .OcamlFPInfixOperator {
|
25
|
+
text-decoration: underline;
|
26
|
+
}
|
27
|
+
pre.blackboard .Support {
|
28
|
+
color: #8DA6CE;
|
29
|
+
}
|
30
|
+
pre.blackboard .OcamlOperator {
|
31
|
+
color: #F8F8F8;
|
32
|
+
}
|
33
|
+
pre.blackboard .Storage {
|
34
|
+
color: #FBDE2D;
|
35
|
+
}
|
36
|
+
pre.blackboard .line-numbers {
|
37
|
+
background-color: #253B76;
|
38
|
+
color: #FFFFFF;
|
39
|
+
}
|
40
|
+
pre.blackboard .StringInterpolation {
|
41
|
+
color: #FF6400;
|
42
|
+
}
|
43
|
+
pre.blackboard .InvalidIllegal {
|
44
|
+
background-color: #9D1E15;
|
45
|
+
color: #F8F8F8;
|
46
|
+
}
|
47
|
+
pre.blackboard .PlistUnquotedString {
|
48
|
+
color: #FFFFFF;
|
49
|
+
}
|
50
|
+
pre.blackboard .OcamlVariant {
|
51
|
+
color: #D5E0F3;
|
52
|
+
}
|
53
|
+
pre.blackboard .MetaTag {
|
54
|
+
color: #7F90AA;
|
55
|
+
}
|
56
|
+
pre.blackboard .LatexEnvironment {
|
57
|
+
background-color: #F7F7F8;
|
58
|
+
}
|
59
|
+
pre.blackboard .OcamlFPPrefixOperator {
|
60
|
+
text-decoration: underline;
|
61
|
+
}
|
62
|
+
pre.blackboard .OcamlPrefixOperator {
|
63
|
+
color: #8DA6CE;
|
64
|
+
}
|
65
|
+
pre.blackboard .EntityNameSection {
|
66
|
+
color: #FFFFFF;
|
67
|
+
}
|
68
|
+
pre.blackboard .String {
|
69
|
+
color: #61CE3C;
|
70
|
+
}
|
71
|
+
pre.blackboard .Keyword {
|
72
|
+
color: #FBDE2D;
|
73
|
+
}
|
74
|
+
pre.blackboard .LatexEnvironmentNested {
|
75
|
+
background-color: #7691F3;
|
76
|
+
}
|
77
|
+
pre.blackboard .InvalidDeprecated {
|
78
|
+
color: #AB2A1D;
|
79
|
+
font-style: italic;
|
80
|
+
}
|
81
|
+
pre.blackboard .Variable {
|
82
|
+
}
|
83
|
+
pre.blackboard .Entity {
|
84
|
+
color: #FF6400;
|
85
|
+
}
|
86
|
+
pre.blackboard .Comment {
|
87
|
+
color: #AEAEAE;
|
88
|
+
}
|
@@ -0,0 +1,605 @@
|
|
1
|
+
pre.brilliance_black .MetaGroupBraces2 {
|
2
|
+
background-color: #0E0E0E;
|
3
|
+
}
|
4
|
+
pre.brilliance_black .StringEmbeddedSource {
|
5
|
+
color: #406180;
|
6
|
+
}
|
7
|
+
pre.brilliance_black .line-numbers {
|
8
|
+
background-color: #2E2EE6;
|
9
|
+
color: #000000;
|
10
|
+
}
|
11
|
+
pre.brilliance_black .StorageModifier {
|
12
|
+
color: #803D00;
|
13
|
+
}
|
14
|
+
pre.brilliance_black .TagWildcard {
|
15
|
+
font-weight: bold;
|
16
|
+
color: #FF7900;
|
17
|
+
}
|
18
|
+
pre.brilliance_black .MUnderline {
|
19
|
+
text-decoration: underline;
|
20
|
+
}
|
21
|
+
pre.brilliance_black .MetaGroupBraces3 {
|
22
|
+
background-color: #111111;
|
23
|
+
}
|
24
|
+
pre.brilliance_black .MiscPunctuation {
|
25
|
+
font-weight: bold;
|
26
|
+
color: #4C4C4C;
|
27
|
+
}
|
28
|
+
pre.brilliance_black .LEntityNameSection {
|
29
|
+
background-color: #FFFFFF;
|
30
|
+
color: #000000;
|
31
|
+
}
|
32
|
+
pre.brilliance_black .MItalic {
|
33
|
+
font-style: italic;
|
34
|
+
}
|
35
|
+
pre.brilliance_black .MetaGroupBraces4 {
|
36
|
+
background-color: #151515;
|
37
|
+
}
|
38
|
+
pre.brilliance_black .DDiffDelete {
|
39
|
+
background-color: #400021;
|
40
|
+
color: #FF40A3;
|
41
|
+
}
|
42
|
+
pre.brilliance_black .LMetaEnvironmentList {
|
43
|
+
background-color: #010101;
|
44
|
+
color: #515151;
|
45
|
+
}
|
46
|
+
pre.brilliance_black .InheritedClass {
|
47
|
+
background-color: #480204;
|
48
|
+
color: #FF0086;
|
49
|
+
}
|
50
|
+
pre.brilliance_black .LKeywordOperatorBraces {
|
51
|
+
color: #666666;
|
52
|
+
}
|
53
|
+
pre.brilliance_black .MetaGroupBraces5 {
|
54
|
+
background-color: #191919;
|
55
|
+
}
|
56
|
+
pre.brilliance_black .ObjectPunctuation {
|
57
|
+
font-weight: bold;
|
58
|
+
color: #0C823B;
|
59
|
+
}
|
60
|
+
pre.brilliance_black .LMetaEndDocument {
|
61
|
+
background-color: #CDCDCD;
|
62
|
+
color: #000000;
|
63
|
+
}
|
64
|
+
pre.brilliance_black .LibraryConstant {
|
65
|
+
color: #00FFF8;
|
66
|
+
}
|
67
|
+
pre.brilliance_black .LibraryVariable {
|
68
|
+
background-color: #024846;
|
69
|
+
color: #00FFF8;
|
70
|
+
}
|
71
|
+
pre.brilliance_black .MetaGroupBraces6 {
|
72
|
+
background-color: #1C1C1C;
|
73
|
+
}
|
74
|
+
pre.brilliance_black .MetaSourceEmbedded {
|
75
|
+
background-color: #010101;
|
76
|
+
color: #666666;
|
77
|
+
}
|
78
|
+
pre.brilliance_black .MetaBracePipe {
|
79
|
+
background-color: #1E1E1E;
|
80
|
+
color: #4C4C4C;
|
81
|
+
}
|
82
|
+
pre.brilliance_black .LMetaLabelReference {
|
83
|
+
background-color: #404040;
|
84
|
+
}
|
85
|
+
pre.brilliance_black .MetaGroupBraces7 {
|
86
|
+
background-color: #1F1F1F;
|
87
|
+
}
|
88
|
+
pre.brilliance_black .TagBlockForm {
|
89
|
+
background-color: #031C34;
|
90
|
+
}
|
91
|
+
pre.brilliance_black .MRawBlock {
|
92
|
+
background-color: #000000;
|
93
|
+
color: #999999;
|
94
|
+
}
|
95
|
+
pre.brilliance_black .KeywordControl {
|
96
|
+
background-color: #230248;
|
97
|
+
color: #F800FF;
|
98
|
+
}
|
99
|
+
pre.brilliance_black .KeywordOperatorGetter {
|
100
|
+
color: #8083FF;
|
101
|
+
}
|
102
|
+
pre.brilliance_black .LVariableParameterCite {
|
103
|
+
background-color: #400022;
|
104
|
+
color: #FFBFE1;
|
105
|
+
}
|
106
|
+
pre.brilliance_black .MetaGroupBraces8 {
|
107
|
+
background-color: #212121;
|
108
|
+
}
|
109
|
+
pre.brilliance_black .MetaDelimiter {
|
110
|
+
font-weight: bold;
|
111
|
+
background-color: #151515;
|
112
|
+
color: #FFFFFF;
|
113
|
+
}
|
114
|
+
pre.brilliance_black .LMetaEnvironmentList2 {
|
115
|
+
background-color: #010101;
|
116
|
+
color: #515151;
|
117
|
+
}
|
118
|
+
pre.brilliance_black .LMetaFootnote {
|
119
|
+
background-color: #020448;
|
120
|
+
color: #3D43EF;
|
121
|
+
}
|
122
|
+
pre.brilliance_black .KeywordOperatorSetter {
|
123
|
+
}
|
124
|
+
pre.brilliance_black .StringRegexGroup1 {
|
125
|
+
background-color: #274802;
|
126
|
+
}
|
127
|
+
pre.brilliance_black .TagName {
|
128
|
+
color: #EFEFEF;
|
129
|
+
}
|
130
|
+
pre.brilliance_black .VariableLanguageThisJsPrototype {
|
131
|
+
color: #666666;
|
132
|
+
}
|
133
|
+
pre.brilliance_black .MetaGroupBraces9 {
|
134
|
+
background-color: #242424;
|
135
|
+
}
|
136
|
+
pre.brilliance_black .BoldStringQuotes {
|
137
|
+
font-weight: bold;
|
138
|
+
color: #803D00;
|
139
|
+
}
|
140
|
+
pre.brilliance_black .MetaDelimiterObjectJs {
|
141
|
+
background-color: #010101;
|
142
|
+
}
|
143
|
+
pre.brilliance_black .MetaDelimiterStatementJs {
|
144
|
+
background-color: #000000;
|
145
|
+
}
|
146
|
+
pre.brilliance_black .Invalid {
|
147
|
+
font-weight: bold;
|
148
|
+
background-color: #FF0007;
|
149
|
+
color: #330000;
|
150
|
+
}
|
151
|
+
pre.brilliance_black .LMetaEnvironmentList3 {
|
152
|
+
background-color: #000000;
|
153
|
+
color: #515151;
|
154
|
+
}
|
155
|
+
pre.brilliance_black .MQuoteBlock {
|
156
|
+
background-color: #656565;
|
157
|
+
}
|
158
|
+
pre.brilliance_black .ClassMethod {
|
159
|
+
color: #FF0086;
|
160
|
+
}
|
161
|
+
pre.brilliance_black .Keyword {
|
162
|
+
color: #F800FF;
|
163
|
+
}
|
164
|
+
pre.brilliance_black .AttributeMatch {
|
165
|
+
background-color: #020448;
|
166
|
+
color: #0007FF;
|
167
|
+
}
|
168
|
+
pre.brilliance_black .HackKeywordControlRubyStartBlock {
|
169
|
+
}
|
170
|
+
pre.brilliance_black .StringRegexGroup2 {
|
171
|
+
background-color: #274802;
|
172
|
+
color: #EBEBEB;
|
173
|
+
}
|
174
|
+
pre.brilliance_black .MetaBraceCurlyFunction {
|
175
|
+
background-color: #230248;
|
176
|
+
color: #8083FF;
|
177
|
+
}
|
178
|
+
pre.brilliance_black .DDiffAdd {
|
179
|
+
background-color: #00401E;
|
180
|
+
color: #40FF9A;
|
181
|
+
}
|
182
|
+
pre.brilliance_black .MetaBraceErbReturnValue {
|
183
|
+
background-color: #284935;
|
184
|
+
color: #45815D;
|
185
|
+
}
|
186
|
+
pre.brilliance_black .LMetaEnvironmentList4 {
|
187
|
+
color: #515151;
|
188
|
+
}
|
189
|
+
pre.brilliance_black .TagAttribute {
|
190
|
+
color: #F5F5F5;
|
191
|
+
}
|
192
|
+
pre.brilliance_black .MReference {
|
193
|
+
color: #0086FF;
|
194
|
+
}
|
195
|
+
pre.brilliance_black .Function {
|
196
|
+
background-color: #480227;
|
197
|
+
color: #800043;
|
198
|
+
}
|
199
|
+
pre.brilliance_black .StringRegexGroup3 {
|
200
|
+
background-color: #274802;
|
201
|
+
color: #EBEBEB;
|
202
|
+
}
|
203
|
+
pre.brilliance_black .GlobalVariable {
|
204
|
+
background-color: #022748;
|
205
|
+
color: #00807C;
|
206
|
+
}
|
207
|
+
pre.brilliance_black .LMetaEnvironmentList5 {
|
208
|
+
color: #515151;
|
209
|
+
}
|
210
|
+
pre.brilliance_black .EntityNamePreprocessor {
|
211
|
+
background-color: #482302;
|
212
|
+
}
|
213
|
+
pre.brilliance_black .StringRegexGroup4 {
|
214
|
+
background-color: #274802;
|
215
|
+
color: #EBEBEB;
|
216
|
+
}
|
217
|
+
pre.brilliance_black .LSupportFunctionSection {
|
218
|
+
color: #D9D9D9;
|
219
|
+
}
|
220
|
+
pre.brilliance_black .LMetaEnvironmentList6 {
|
221
|
+
color: #515151;
|
222
|
+
}
|
223
|
+
pre.brilliance_black .Id {
|
224
|
+
color: #FF0086;
|
225
|
+
}
|
226
|
+
pre.brilliance_black .CurlyPunctuation {
|
227
|
+
font-weight: bold;
|
228
|
+
color: #FFFFFF;
|
229
|
+
}
|
230
|
+
pre.brilliance_black .SubtlegradientCom {
|
231
|
+
background-color: #FFFFFF;
|
232
|
+
text-decoration: underline;
|
233
|
+
color: #555555;
|
234
|
+
}
|
235
|
+
pre.brilliance_black .StringPunctuation {
|
236
|
+
color: #803D00;
|
237
|
+
}
|
238
|
+
pre.brilliance_black .LSupportFunction {
|
239
|
+
color: #BC80FF;
|
240
|
+
}
|
241
|
+
pre.brilliance_black .TextSubversionCommit {
|
242
|
+
background-color: #FFFFFF;
|
243
|
+
color: #000000;
|
244
|
+
}
|
245
|
+
pre.brilliance_black .SourceEmbededSource {
|
246
|
+
background-color: #161616;
|
247
|
+
}
|
248
|
+
pre.brilliance_black .TagOther {
|
249
|
+
background-color: #480204;
|
250
|
+
color: #FF0007;
|
251
|
+
}
|
252
|
+
pre.brilliance_black .ClassVariable {
|
253
|
+
background-color: #02068E;
|
254
|
+
color: #0086FF;
|
255
|
+
}
|
256
|
+
pre.brilliance_black .LVariableParameterLabel {
|
257
|
+
color: #E6E6E6;
|
258
|
+
}
|
259
|
+
pre.brilliance_black .MetaGroupAssertionRegexp {
|
260
|
+
background-color: #024B8E;
|
261
|
+
}
|
262
|
+
pre.brilliance_black .DDiffChanged {
|
263
|
+
background-color: #803D00;
|
264
|
+
color: #FFFF55;
|
265
|
+
}
|
266
|
+
pre.brilliance_black .HtmlComment {
|
267
|
+
font-style: italic;
|
268
|
+
}
|
269
|
+
pre.brilliance_black .StringInterpolated {
|
270
|
+
background-color: #1A1A1A;
|
271
|
+
color: #FFFC80;
|
272
|
+
}
|
273
|
+
pre.brilliance_black .BuiltInConstant1 {
|
274
|
+
background-color: #044802;
|
275
|
+
color: #07FF00;
|
276
|
+
}
|
277
|
+
pre.brilliance_black .InstanceConstructor {
|
278
|
+
background-color: #480227;
|
279
|
+
}
|
280
|
+
pre.brilliance_black .Instance {
|
281
|
+
color: #FF0007;
|
282
|
+
}
|
283
|
+
pre.brilliance_black .MetaPropertyList {
|
284
|
+
font-weight: bold;
|
285
|
+
color: #333333;
|
286
|
+
}
|
287
|
+
pre.brilliance_black .Latex {
|
288
|
+
}
|
289
|
+
pre.brilliance_black .LMarkupRaw {
|
290
|
+
background-color: #000000;
|
291
|
+
}
|
292
|
+
pre.brilliance_black .StringPunctuationIi {
|
293
|
+
color: #F5EF28;
|
294
|
+
}
|
295
|
+
pre.brilliance_black .Css {
|
296
|
+
}
|
297
|
+
pre.brilliance_black .ClassName {
|
298
|
+
color: #FF0007;
|
299
|
+
}
|
300
|
+
pre.brilliance_black .MetaPropertyName {
|
301
|
+
color: #999999;
|
302
|
+
}
|
303
|
+
pre.brilliance_black .LKeywordControlRef {
|
304
|
+
background-color: #260001;
|
305
|
+
color: #FF0007;
|
306
|
+
}
|
307
|
+
pre.brilliance_black .MetaHeadersBlogKeywordOtherBlog {
|
308
|
+
background-color: #036562;
|
309
|
+
color: #06403E;
|
310
|
+
}
|
311
|
+
pre.brilliance_black .PseudoClass {
|
312
|
+
color: #7900FF;
|
313
|
+
}
|
314
|
+
pre.brilliance_black .TagBlockHead {
|
315
|
+
background-color: #121212;
|
316
|
+
}
|
317
|
+
pre.brilliance_black .StringRegexArbitraryRepitition {
|
318
|
+
background-color: #274802;
|
319
|
+
color: #00FFF8;
|
320
|
+
}
|
321
|
+
pre.brilliance_black .LKeywordOperatorDelimiter {
|
322
|
+
background-color: #010101;
|
323
|
+
}
|
324
|
+
pre.brilliance_black .FunctionArgument {
|
325
|
+
background-color: #230248;
|
326
|
+
color: #8083FF;
|
327
|
+
}
|
328
|
+
pre.brilliance_black .MReferenceName {
|
329
|
+
background-color: #022748;
|
330
|
+
color: #00FFF8;
|
331
|
+
}
|
332
|
+
pre.brilliance_black .TextSubversionCommitMetaScopeChangedFiles {
|
333
|
+
background-color: #000000;
|
334
|
+
color: #FFFFFF;
|
335
|
+
}
|
336
|
+
pre.brilliance_black .VariablePunctuation {
|
337
|
+
color: #666666;
|
338
|
+
}
|
339
|
+
pre.brilliance_black .MUnderlineLink {
|
340
|
+
text-decoration: underline;
|
341
|
+
color: #00FFF8;
|
342
|
+
}
|
343
|
+
pre.brilliance_black .Selector {
|
344
|
+
background-color: #010101;
|
345
|
+
color: #666666;
|
346
|
+
}
|
347
|
+
pre.brilliance_black .TagDoctype {
|
348
|
+
background-color: #333333;
|
349
|
+
color: #CDCDCD;
|
350
|
+
}
|
351
|
+
pre.brilliance_black .Class {
|
352
|
+
background-color: #8E0206;
|
353
|
+
color: #800004;
|
354
|
+
}
|
355
|
+
pre.brilliance_black .BuiltInConstant {
|
356
|
+
color: #07FF00;
|
357
|
+
}
|
358
|
+
pre.brilliance_black .MBold {
|
359
|
+
font-weight: bold;
|
360
|
+
}
|
361
|
+
pre.brilliance_black .MHeading {
|
362
|
+
background-color: #272727;
|
363
|
+
color: #666666;
|
364
|
+
}
|
365
|
+
pre.brilliance_black .ConstantVariable {
|
366
|
+
color: #00FFF8;
|
367
|
+
}
|
368
|
+
pre.brilliance_black .XmlTag {
|
369
|
+
color: #666666;
|
370
|
+
}
|
371
|
+
pre.brilliance_black .MHr {
|
372
|
+
background-color: #FFFFFF;
|
373
|
+
color: #000000;
|
374
|
+
}
|
375
|
+
pre.brilliance_black .LKeywordControlCite {
|
376
|
+
background-color: #260014;
|
377
|
+
color: #FF0086;
|
378
|
+
}
|
379
|
+
pre.brilliance_black .FunctionPunctuation {
|
380
|
+
font-weight: bold;
|
381
|
+
color: #800043;
|
382
|
+
}
|
383
|
+
pre.brilliance_black .Variable {
|
384
|
+
color: #0086FF;
|
385
|
+
}
|
386
|
+
pre.brilliance_black .Syntax {
|
387
|
+
color: #333333;
|
388
|
+
}
|
389
|
+
pre.brilliance_black .MetaPropertyValue {
|
390
|
+
background-color: #0D0D0D;
|
391
|
+
color: #999999;
|
392
|
+
}
|
393
|
+
pre.brilliance_black .KeywordOperator {
|
394
|
+
color: #6100CC;
|
395
|
+
}
|
396
|
+
pre.brilliance_black .StringUnquoted {
|
397
|
+
color: #FFBC80;
|
398
|
+
}
|
399
|
+
pre.brilliance_black .LConstantLanguageGeneral {
|
400
|
+
}
|
401
|
+
pre.brilliance_black .TextStringSource {
|
402
|
+
color: #999999;
|
403
|
+
}
|
404
|
+
pre.brilliance_black .LVariableParameterLabelReference {
|
405
|
+
background-color: #400002;
|
406
|
+
color: #FFBC80;
|
407
|
+
}
|
408
|
+
pre.brilliance_black .Source {
|
409
|
+
background-color: #000000;
|
410
|
+
}
|
411
|
+
pre.brilliance_black .MetaHeadersBlogStringUnquotedBlog {
|
412
|
+
background-color: #656523;
|
413
|
+
color: #803D00;
|
414
|
+
}
|
415
|
+
pre.brilliance_black .StringRegexCharacterClass {
|
416
|
+
background-color: #274802;
|
417
|
+
color: #86FF00;
|
418
|
+
}
|
419
|
+
pre.brilliance_black .LibraryFunction {
|
420
|
+
color: #6100CC;
|
421
|
+
}
|
422
|
+
pre.brilliance_black .MetaBlockContentSlate {
|
423
|
+
color: #CDCDCD;
|
424
|
+
}
|
425
|
+
pre.brilliance_black .TextStringSourceStringSource {
|
426
|
+
}
|
427
|
+
pre.brilliance_black .MetaBraceErb1 {
|
428
|
+
background-color: #000000;
|
429
|
+
}
|
430
|
+
pre.brilliance_black .TagInline {
|
431
|
+
background-color: #482302;
|
432
|
+
color: #FF7900;
|
433
|
+
}
|
434
|
+
pre.brilliance_black .String {
|
435
|
+
background-color: #482302;
|
436
|
+
color: #FFFC80;
|
437
|
+
}
|
438
|
+
pre.brilliance_black .MetaBlockSlate {
|
439
|
+
color: #666666;
|
440
|
+
}
|
441
|
+
pre.brilliance_black .MetaHeadersBlog1 {
|
442
|
+
background-color: #FFFFFF;
|
443
|
+
color: #666666;
|
444
|
+
}
|
445
|
+
pre.brilliance_black .SourceRubyRailsEmbeddedOneLine {
|
446
|
+
background-color: #036562;
|
447
|
+
}
|
448
|
+
pre.brilliance_black .SourceRubyRailsEmbeddedReturnValueOneLine {
|
449
|
+
background-color: #3A3A3A;
|
450
|
+
}
|
451
|
+
pre.brilliance_black .MMarkup {
|
452
|
+
background-color: #1E1E1E;
|
453
|
+
color: #FFF800;
|
454
|
+
}
|
455
|
+
pre.brilliance_black .TagBlock {
|
456
|
+
background-color: #2C2C2C;
|
457
|
+
color: #4C4C4C;
|
458
|
+
}
|
459
|
+
pre.brilliance_black .CommentPunctuation1 {
|
460
|
+
color: #333333;
|
461
|
+
}
|
462
|
+
pre.brilliance_black .SourceStringInterpolatedSource {
|
463
|
+
background-color: #010101;
|
464
|
+
color: #999999;
|
465
|
+
}
|
466
|
+
pre.brilliance_black .SourceStringSource {
|
467
|
+
background-color: #272727;
|
468
|
+
color: #FFFFFF;
|
469
|
+
}
|
470
|
+
pre.brilliance_black .xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
|
471
|
+
background-color: #FFFFFF;
|
472
|
+
color: #E6E6E6;
|
473
|
+
}
|
474
|
+
pre.brilliance_black .LKeywordOperatorBrackets {
|
475
|
+
color: #999999;
|
476
|
+
}
|
477
|
+
pre.brilliance_black .SourceRegexpKeyword {
|
478
|
+
color: #FF0086;
|
479
|
+
}
|
480
|
+
pre.brilliance_black .TagMeta {
|
481
|
+
background-color: #230248;
|
482
|
+
color: #F800FF;
|
483
|
+
}
|
484
|
+
pre.brilliance_black .GlobalPreDefinedVariable {
|
485
|
+
background-color: #024846;
|
486
|
+
color: #00FF79;
|
487
|
+
}
|
488
|
+
pre.brilliance_black .TagForm {
|
489
|
+
background-color: #022748;
|
490
|
+
color: #0086FF;
|
491
|
+
}
|
492
|
+
pre.brilliance_black .Tag {
|
493
|
+
color: #333333;
|
494
|
+
}
|
495
|
+
pre.brilliance_black .UserDefinedConstant {
|
496
|
+
color: #00FF79;
|
497
|
+
}
|
498
|
+
pre.brilliance_black .NormalVariables {
|
499
|
+
color: #406180;
|
500
|
+
}
|
501
|
+
pre.brilliance_black .ThomasAylott {
|
502
|
+
font-weight: bold;
|
503
|
+
background-color: #FFFFFF;
|
504
|
+
color: #000000;
|
505
|
+
}
|
506
|
+
pre.brilliance_black .Comment1 {
|
507
|
+
color: #333333;
|
508
|
+
}
|
509
|
+
pre.brilliance_black .TextSource {
|
510
|
+
background-color: #000000;
|
511
|
+
color: #CCCCCC;
|
512
|
+
}
|
513
|
+
pre.brilliance_black .MetaBraceErb {
|
514
|
+
background-color: #036562;
|
515
|
+
color: #00FFF8;
|
516
|
+
}
|
517
|
+
pre.brilliance_black .SupportTypePropertyName {
|
518
|
+
background-color: #000000;
|
519
|
+
color: #FFFFFF;
|
520
|
+
}
|
521
|
+
pre.brilliance_black .StringLiteral {
|
522
|
+
background-color: #274802;
|
523
|
+
color: #FFF800;
|
524
|
+
}
|
525
|
+
pre.brilliance_black .MetaGroupBracesRoundJs {
|
526
|
+
}
|
527
|
+
pre.brilliance_black .MetaHeadersBlog {
|
528
|
+
background-color: #FFFFFF;
|
529
|
+
}
|
530
|
+
pre.brilliance_black .Comment {
|
531
|
+
background-color: #030365;
|
532
|
+
color: #5555FF;
|
533
|
+
font-style: italic;
|
534
|
+
}
|
535
|
+
pre.brilliance_black .Class1 {
|
536
|
+
color: #F800FF;
|
537
|
+
}
|
538
|
+
pre.brilliance_black .Text {
|
539
|
+
color: #FFFFFF;
|
540
|
+
}
|
541
|
+
pre.brilliance_black .StringRegex {
|
542
|
+
background-color: #274802;
|
543
|
+
color: #FFF800;
|
544
|
+
}
|
545
|
+
pre.brilliance_black .CommentPunctuation {
|
546
|
+
font-weight: bold;
|
547
|
+
color: #1414F9;
|
548
|
+
}
|
549
|
+
pre.brilliance_black .MetaTagInlineSource {
|
550
|
+
background-color: #482302;
|
551
|
+
}
|
552
|
+
pre.brilliance_black .TagStructure {
|
553
|
+
background-color: #2A2A2A;
|
554
|
+
color: #666666;
|
555
|
+
}
|
556
|
+
pre.brilliance_black .Tag1 {
|
557
|
+
color: #FF0007;
|
558
|
+
}
|
559
|
+
pre.brilliance_black .FunctionName {
|
560
|
+
color: #FF0086;
|
561
|
+
}
|
562
|
+
pre.brilliance_black .LMetaGroupBraces {
|
563
|
+
color: #515151;
|
564
|
+
}
|
565
|
+
pre.brilliance_black .Storage {
|
566
|
+
color: #FF7900;
|
567
|
+
}
|
568
|
+
pre.brilliance_black .MetaAssertion {
|
569
|
+
color: #0086FF;
|
570
|
+
}
|
571
|
+
pre.brilliance_black .MetaBraceCurlyMetaGroup {
|
572
|
+
background-color: #010101;
|
573
|
+
color: #CDCDCD;
|
574
|
+
}
|
575
|
+
pre.brilliance_black .ArrayPunctuation {
|
576
|
+
font-weight: bold;
|
577
|
+
background-color: #341A03;
|
578
|
+
color: #7F5E40;
|
579
|
+
}
|
580
|
+
pre.brilliance_black .SpecialFunction {
|
581
|
+
color: #8C60BF;
|
582
|
+
}
|
583
|
+
pre.brilliance_black .InstanceVariable {
|
584
|
+
color: #406180;
|
585
|
+
}
|
586
|
+
pre.brilliance_black .CharacterConstant {
|
587
|
+
color: #86FF00;
|
588
|
+
}
|
589
|
+
pre.brilliance_black {
|
590
|
+
background-color: #050505;
|
591
|
+
color: #CDCDCD;
|
592
|
+
}
|
593
|
+
pre.brilliance_black .LibraryClassType {
|
594
|
+
background-color: #480204;
|
595
|
+
color: #FF0007;
|
596
|
+
}
|
597
|
+
pre.brilliance_black .Number {
|
598
|
+
color: #C6FF00;
|
599
|
+
}
|
600
|
+
pre.brilliance_black .MetaGroupBraces1 {
|
601
|
+
background-color: #0A0A0A;
|
602
|
+
}
|
603
|
+
pre.brilliance_black .TagValue {
|
604
|
+
color: #EBEBEB;
|
605
|
+
}
|