yard-api 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yard-api/version.rb +1 -1
  3. data/templates/api/fulldoc/html/css/common.css +281 -0
  4. data/templates/api/fulldoc/html/css/highlight.css +70 -0
  5. data/templates/api/fulldoc/html/js/highlight/CHANGES.md +953 -0
  6. data/templates/api/fulldoc/html/js/highlight/LICENSE +24 -0
  7. data/templates/api/fulldoc/html/js/highlight/README.md +101 -0
  8. data/templates/api/fulldoc/html/js/highlight/README.ru.md +101 -0
  9. data/templates/api/fulldoc/html/js/highlight/highlight.pack.js +1 -0
  10. data/templates/api/fulldoc/html/js/highlight/styles/arta.css +141 -0
  11. data/templates/api/fulldoc/html/js/highlight/styles/ascetic.css +53 -0
  12. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.dark.css +95 -0
  13. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.light.css +95 -0
  14. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.dark.css +95 -0
  15. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.light.css +95 -0
  16. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.dark.css +95 -0
  17. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.light.css +95 -0
  18. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.dark.css +95 -0
  19. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.light.css +95 -0
  20. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.dark.css +95 -0
  21. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.light.css +95 -0
  22. data/templates/api/fulldoc/html/js/highlight/styles/brown_paper.css +105 -0
  23. data/templates/api/fulldoc/html/js/highlight/styles/brown_papersq.png +0 -0
  24. data/templates/api/fulldoc/html/js/highlight/styles/codepen-embed.css +108 -0
  25. data/templates/api/fulldoc/html/js/highlight/styles/color-brewer.css +169 -0
  26. data/templates/api/fulldoc/html/js/highlight/styles/dark.css +105 -0
  27. data/templates/api/fulldoc/html/js/highlight/styles/default.css +153 -0
  28. data/templates/api/fulldoc/html/js/highlight/styles/docco.css +136 -0
  29. data/templates/api/fulldoc/html/js/highlight/styles/far.css +112 -0
  30. data/templates/api/fulldoc/html/js/highlight/styles/foundation.css +136 -0
  31. data/templates/api/fulldoc/html/js/highlight/styles/github.css +127 -0
  32. data/templates/api/fulldoc/html/js/highlight/styles/googlecode.css +148 -0
  33. data/templates/api/fulldoc/html/js/highlight/styles/hybrid.css +171 -0
  34. data/templates/api/fulldoc/html/js/highlight/styles/idea.css +126 -0
  35. data/templates/api/fulldoc/html/js/highlight/styles/ir_black.css +110 -0
  36. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.dark.css +96 -0
  37. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.light.css +96 -0
  38. data/templates/api/fulldoc/html/js/highlight/styles/magula.css +122 -0
  39. data/templates/api/fulldoc/html/js/highlight/styles/mono-blue.css +70 -0
  40. data/templates/api/fulldoc/html/js/highlight/styles/monokai.css +127 -0
  41. data/templates/api/fulldoc/html/js/highlight/styles/monokai_sublime.css +148 -0
  42. data/templates/api/fulldoc/html/js/highlight/styles/obsidian.css +154 -0
  43. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.dark.css +95 -0
  44. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.light.css +95 -0
  45. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.css +108 -0
  46. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.jpg +0 -0
  47. data/templates/api/fulldoc/html/js/highlight/styles/railscasts.css +185 -0
  48. data/templates/api/fulldoc/html/js/highlight/styles/rainbow.css +109 -0
  49. data/templates/api/fulldoc/html/js/highlight/styles/school_book.css +113 -0
  50. data/templates/api/fulldoc/html/js/highlight/styles/school_book.png +0 -0
  51. data/templates/api/fulldoc/html/js/highlight/styles/solarized_dark.css +109 -0
  52. data/templates/api/fulldoc/html/js/highlight/styles/solarized_light.css +109 -0
  53. data/templates/api/fulldoc/html/js/highlight/styles/sunburst.css +165 -0
  54. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-blue.css +95 -0
  55. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-bright.css +94 -0
  56. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-eighties.css +94 -0
  57. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night.css +95 -0
  58. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow.css +92 -0
  59. data/templates/api/fulldoc/html/js/highlight/styles/vs.css +94 -0
  60. data/templates/api/fulldoc/html/js/highlight/styles/xcode.css +159 -0
  61. data/templates/api/fulldoc/html/js/highlight/styles/zenburn.css +119 -0
  62. data/templates/api/fulldoc/html/js/jquery-1.11.1.min.js +4 -0
  63. data/yard-api.gemspec +1 -1
  64. metadata +61 -1
@@ -0,0 +1,95 @@
1
+ /* Base16 Atelier Dune Light - Theme */
2
+ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
3
+ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
+ /* https://github.com/jmblog/color-themes-for-highlightjs */
5
+
6
+ /* Atelier Dune Light Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #7d7a68;
10
+ }
11
+
12
+ /* Atelier Dune Light 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: #d73737;
26
+ }
27
+
28
+ /* Atelier Dune Light 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: #b65611;
37
+ }
38
+
39
+ /* Atelier Dune Light Yellow */
40
+ .hljs-ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #cfb017;
43
+ }
44
+
45
+ /* Atelier Dune Light Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #60ac39;
53
+ }
54
+
55
+ /* Atelier Dune Light Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #1fad83;
58
+ }
59
+
60
+ /* Atelier Dune Light 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: #6684e1;
70
+ }
71
+
72
+ /* Atelier Dune Light Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #b854d4;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #fefbec;
82
+ color: #6e6b5e;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,95 @@
1
+ /* Base16 Atelier Forest Dark - Theme */
2
+ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
3
+ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
+ /* https://github.com/jmblog/color-themes-for-highlightjs */
5
+
6
+ /* Atelier Forest Dark Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #9c9491;
10
+ }
11
+
12
+ /* Atelier Forest Dark 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: #f22c40;
26
+ }
27
+
28
+ /* Atelier Forest Dark 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: #df5320;
37
+ }
38
+
39
+ /* Atelier Forest Dark Yellow */
40
+ .hljs-ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #d5911a;
43
+ }
44
+
45
+ /* Atelier Forest Dark Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #5ab738;
53
+ }
54
+
55
+ /* Atelier Forest Dark Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #00ad9c;
58
+ }
59
+
60
+ /* Atelier Forest Dark 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: #407ee7;
70
+ }
71
+
72
+ /* Atelier Forest Dark Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #6666ea;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #2c2421;
82
+ color: #a8a19f;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,95 @@
1
+ /* Base16 Atelier Forest Light - Theme */
2
+ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
3
+ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
+ /* https://github.com/jmblog/color-themes-for-highlightjs */
5
+
6
+ /* Atelier Forest Light Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #766e6b;
10
+ }
11
+
12
+ /* Atelier Forest Light 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: #f22c40;
26
+ }
27
+
28
+ /* Atelier Forest Light 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: #df5320;
37
+ }
38
+
39
+ /* Atelier Forest Light Yellow */
40
+ .hljs-ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #d5911a;
43
+ }
44
+
45
+ /* Atelier Forest Light Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #5ab738;
53
+ }
54
+
55
+ /* Atelier Forest Light Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #00ad9c;
58
+ }
59
+
60
+ /* Atelier Forest Light 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: #407ee7;
70
+ }
71
+
72
+ /* Atelier Forest Light Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #6666ea;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #f1efee;
82
+ color: #68615e;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,95 @@
1
+ /* Base16 Atelier Heath Dark - Theme */
2
+ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
3
+ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
+ /* https://github.com/jmblog/color-themes-for-highlightjs */
5
+
6
+ /* Atelier Heath Dark Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #9e8f9e;
10
+ }
11
+
12
+ /* Atelier Heath Dark 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: #ca402b;
26
+ }
27
+
28
+ /* Atelier Heath Dark 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: #a65926;
37
+ }
38
+
39
+ /* Atelier Heath Dark Yellow */
40
+ .hljs-ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #bb8a35;
43
+ }
44
+
45
+ /* Atelier Heath Dark Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #379a37;
53
+ }
54
+
55
+ /* Atelier Heath Dark Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #159393;
58
+ }
59
+
60
+ /* Atelier Heath Dark 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: #516aec;
70
+ }
71
+
72
+ /* Atelier Heath Dark Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #7b59c0;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #292329;
82
+ color: #ab9bab;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,95 @@
1
+ /* Base16 Atelier Heath Light - Theme */
2
+ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
3
+ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
+ /* https://github.com/jmblog/color-themes-for-highlightjs */
5
+
6
+ /* Atelier Heath Light Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #776977;
10
+ }
11
+
12
+ /* Atelier Heath Light 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: #ca402b;
26
+ }
27
+
28
+ /* Atelier Heath Light 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: #a65926;
37
+ }
38
+
39
+ /* Atelier Heath Light Yellow */
40
+ .hljs-ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #bb8a35;
43
+ }
44
+
45
+ /* Atelier Heath Light Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #379a37;
53
+ }
54
+
55
+ /* Atelier Heath Light Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #159393;
58
+ }
59
+
60
+ /* Atelier Heath Light 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: #516aec;
70
+ }
71
+
72
+ /* Atelier Heath Light Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #7b59c0;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #f7f3f7;
82
+ color: #695d69;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,95 @@
1
+ /* Base16 Atelier Lakeside Dark - Theme */
2
+ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */
3
+ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
+ /* https://github.com/jmblog/color-themes-for-highlightjs */
5
+
6
+ /* Atelier Lakeside Dark Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #7195a8;
10
+ }
11
+
12
+ /* Atelier Lakeside Dark 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: #d22d72;
26
+ }
27
+
28
+ /* Atelier Lakeside Dark 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: #935c25;
37
+ }
38
+
39
+ /* Atelier Lakeside Dark Yellow */
40
+ .hljs-ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #8a8a0f;
43
+ }
44
+
45
+ /* Atelier Lakeside Dark Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #568c3b;
53
+ }
54
+
55
+ /* Atelier Lakeside Dark Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #2d8f6f;
58
+ }
59
+
60
+ /* Atelier Lakeside Dark 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: #257fad;
70
+ }
71
+
72
+ /* Atelier Lakeside Dark Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #5d5db1;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #1f292e;
82
+ color: #7ea2b4;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,95 @@
1
+ /* Base16 Atelier Lakeside Light - Theme */
2
+ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */
3
+ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
4
+ /* https://github.com/jmblog/color-themes-for-highlightjs */
5
+
6
+ /* Atelier Lakeside Light Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #5a7b8c;
10
+ }
11
+
12
+ /* Atelier Lakeside Light 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: #d22d72;
26
+ }
27
+
28
+ /* Atelier Lakeside Light 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: #935c25;
37
+ }
38
+
39
+ /* Atelier Lakeside Light Yellow */
40
+ .hljs-ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #8a8a0f;
43
+ }
44
+
45
+ /* Atelier Lakeside Light Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #568c3b;
53
+ }
54
+
55
+ /* Atelier Lakeside Light Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #2d8f6f;
58
+ }
59
+
60
+ /* Atelier Lakeside Light 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: #257fad;
70
+ }
71
+
72
+ /* Atelier Lakeside Light Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #5d5db1;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #ebf8ff;
82
+ color: #516d7b;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }