showoff 0.19.2 → 0.19.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/showoff/version.rb +1 -1
- data/public/css/highlight/atelier-cave.dark.css +83 -0
- data/public/css/highlight/atelier-cave.light.css +85 -0
- data/public/css/highlight/atelier-dune.dark.css +69 -0
- data/public/css/highlight/atelier-dune.light.css +69 -0
- data/public/css/highlight/atelier-estuary.dark.css +84 -0
- data/public/css/highlight/atelier-estuary.light.css +84 -0
- data/public/css/highlight/atelier-forest.dark.css +69 -0
- data/public/css/highlight/atelier-forest.light.css +69 -0
- data/public/css/highlight/atelier-heath.dark.css +69 -0
- data/public/css/highlight/atelier-heath.light.css +69 -0
- data/public/css/highlight/atelier-lakeside.dark.css +69 -0
- data/public/css/highlight/atelier-lakeside.light.css +69 -0
- data/public/css/highlight/atelier-plateau.dark.css +84 -0
- data/public/css/highlight/atelier-plateau.light.css +84 -0
- data/public/css/highlight/atelier-savanna.dark.css +84 -0
- data/public/css/highlight/atelier-savanna.light.css +84 -0
- data/public/css/highlight/atelier-seaside.dark.css +69 -0
- data/public/css/highlight/atelier-seaside.light.css +69 -0
- data/public/css/highlight/atelier-sulphurpool.dark.css +69 -0
- data/public/css/highlight/atelier-sulphurpool.light.css +69 -0
- data/public/css/highlight/brown_paper.css +64 -0
- data/public/css/highlight/brown_papersq.png +0 -0
- data/public/css/highlight/ir_black.css +73 -0
- data/public/css/highlight/monokai_sublime.css +83 -0
- data/public/css/highlight/paraiso.dark.css +72 -0
- data/public/css/highlight/paraiso.light.css +72 -0
- data/public/css/highlight/school_book.css +72 -0
- data/public/css/highlight/school_book.png +0 -0
- data/public/css/highlight/solarized_dark.css +84 -0
- data/public/css/highlight/solarized_light.css +84 -0
- data/public/css/showoff.css +8 -6
- data/views/index.erb +11 -7
- metadata +2 -2
- data/public/css/highlight/atelier-cave.dark.css +0 -1
- data/public/css/highlight/atelier-cave.light.css +0 -1
- data/public/css/highlight/atelier-dune.dark.css +0 -1
- data/public/css/highlight/atelier-dune.light.css +0 -1
- data/public/css/highlight/atelier-estuary.dark.css +0 -1
- data/public/css/highlight/atelier-estuary.light.css +0 -1
- data/public/css/highlight/atelier-forest.dark.css +0 -1
- data/public/css/highlight/atelier-forest.light.css +0 -1
- data/public/css/highlight/atelier-heath.dark.css +0 -1
- data/public/css/highlight/atelier-heath.light.css +0 -1
- data/public/css/highlight/atelier-lakeside.dark.css +0 -1
- data/public/css/highlight/atelier-lakeside.light.css +0 -1
- data/public/css/highlight/atelier-plateau.dark.css +0 -1
- data/public/css/highlight/atelier-plateau.light.css +0 -1
- data/public/css/highlight/atelier-savanna.dark.css +0 -1
- data/public/css/highlight/atelier-savanna.light.css +0 -1
- data/public/css/highlight/atelier-seaside.dark.css +0 -1
- data/public/css/highlight/atelier-seaside.light.css +0 -1
- data/public/css/highlight/atelier-sulphurpool.dark.css +0 -1
- data/public/css/highlight/atelier-sulphurpool.light.css +0 -1
- data/public/css/highlight/brown_paper.css +0 -1
- data/public/css/highlight/brown_papersq.png +0 -1
- data/public/css/highlight/ir_black.css +0 -1
- data/public/css/highlight/monokai_sublime.css +0 -1
- data/public/css/highlight/paraiso.dark.css +0 -1
- data/public/css/highlight/paraiso.light.css +0 -1
- data/public/css/highlight/school_book.css +0 -1
- data/public/css/highlight/school_book.png +0 -1
- data/public/css/highlight/solarized_dark.css +0 -1
- data/public/css/highlight/solarized_light.css +0 -1
@@ -0,0 +1,69 @@
|
|
1
|
+
/* Base16 Atelier Sulphurpool Light - Theme */
|
2
|
+
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */
|
3
|
+
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
4
|
+
|
5
|
+
/* Atelier-Sulphurpool Comment */
|
6
|
+
.hljs-comment,
|
7
|
+
.hljs-quote {
|
8
|
+
color: #6b7394;
|
9
|
+
}
|
10
|
+
|
11
|
+
/* Atelier-Sulphurpool Red */
|
12
|
+
.hljs-variable,
|
13
|
+
.hljs-template-variable,
|
14
|
+
.hljs-attribute,
|
15
|
+
.hljs-tag,
|
16
|
+
.hljs-name,
|
17
|
+
.hljs-regexp,
|
18
|
+
.hljs-link,
|
19
|
+
.hljs-name,
|
20
|
+
.hljs-selector-id,
|
21
|
+
.hljs-selector-class {
|
22
|
+
color: #c94922;
|
23
|
+
}
|
24
|
+
|
25
|
+
/* Atelier-Sulphurpool Orange */
|
26
|
+
.hljs-number,
|
27
|
+
.hljs-meta,
|
28
|
+
.hljs-built_in,
|
29
|
+
.hljs-builtin-name,
|
30
|
+
.hljs-literal,
|
31
|
+
.hljs-type,
|
32
|
+
.hljs-params {
|
33
|
+
color: #c76b29;
|
34
|
+
}
|
35
|
+
|
36
|
+
/* Atelier-Sulphurpool Green */
|
37
|
+
.hljs-string,
|
38
|
+
.hljs-symbol,
|
39
|
+
.hljs-bullet {
|
40
|
+
color: #ac9739;
|
41
|
+
}
|
42
|
+
|
43
|
+
/* Atelier-Sulphurpool Blue */
|
44
|
+
.hljs-title,
|
45
|
+
.hljs-section {
|
46
|
+
color: #3d8fd1;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Atelier-Sulphurpool Purple */
|
50
|
+
.hljs-keyword,
|
51
|
+
.hljs-selector-tag {
|
52
|
+
color: #6679cc;
|
53
|
+
}
|
54
|
+
|
55
|
+
.hljs {
|
56
|
+
display: block;
|
57
|
+
overflow-x: auto;
|
58
|
+
background: #f5f7ff;
|
59
|
+
color: #5e6687;
|
60
|
+
padding: 0.5em;
|
61
|
+
}
|
62
|
+
|
63
|
+
.hljs-emphasis {
|
64
|
+
font-style: italic;
|
65
|
+
}
|
66
|
+
|
67
|
+
.hljs-strong {
|
68
|
+
font-weight: bold;
|
69
|
+
}
|
@@ -0,0 +1,64 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
.hljs {
|
8
|
+
display: block;
|
9
|
+
overflow-x: auto;
|
10
|
+
padding: 0.5em;
|
11
|
+
background:#b7a68e url(./brown-papersq.png);
|
12
|
+
}
|
13
|
+
|
14
|
+
.hljs-keyword,
|
15
|
+
.hljs-selector-tag,
|
16
|
+
.hljs-literal {
|
17
|
+
color:#005599;
|
18
|
+
font-weight:bold;
|
19
|
+
}
|
20
|
+
|
21
|
+
.hljs,
|
22
|
+
.hljs-subst {
|
23
|
+
color: #363c69;
|
24
|
+
}
|
25
|
+
|
26
|
+
.hljs-string,
|
27
|
+
.hljs-title,
|
28
|
+
.hljs-section,
|
29
|
+
.hljs-type,
|
30
|
+
.hljs-attribute,
|
31
|
+
.hljs-symbol,
|
32
|
+
.hljs-bullet,
|
33
|
+
.hljs-built_in,
|
34
|
+
.hljs-addition,
|
35
|
+
.hljs-variable,
|
36
|
+
.hljs-template-tag,
|
37
|
+
.hljs-template-variable,
|
38
|
+
.hljs-link,
|
39
|
+
.hljs-name {
|
40
|
+
color: #2c009f;
|
41
|
+
}
|
42
|
+
|
43
|
+
.hljs-comment,
|
44
|
+
.hljs-quote,
|
45
|
+
.hljs-meta,
|
46
|
+
.hljs-deletion {
|
47
|
+
color: #802022;
|
48
|
+
}
|
49
|
+
|
50
|
+
.hljs-keyword,
|
51
|
+
.hljs-selector-tag,
|
52
|
+
.hljs-literal,
|
53
|
+
.hljs-doctag,
|
54
|
+
.hljs-title,
|
55
|
+
.hljs-section,
|
56
|
+
.hljs-type,
|
57
|
+
.hljs-name,
|
58
|
+
.hljs-strong {
|
59
|
+
font-weight: bold;
|
60
|
+
}
|
61
|
+
|
62
|
+
.hljs-emphasis {
|
63
|
+
font-style: italic;
|
64
|
+
}
|
Binary file
|
@@ -0,0 +1,73 @@
|
|
1
|
+
/*
|
2
|
+
IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
|
3
|
+
*/
|
4
|
+
|
5
|
+
.hljs {
|
6
|
+
display: block;
|
7
|
+
overflow-x: auto;
|
8
|
+
padding: 0.5em;
|
9
|
+
background: #000;
|
10
|
+
color: #f8f8f8;
|
11
|
+
}
|
12
|
+
|
13
|
+
.hljs-comment,
|
14
|
+
.hljs-quote,
|
15
|
+
.hljs-meta {
|
16
|
+
color: #7c7c7c;
|
17
|
+
}
|
18
|
+
|
19
|
+
.hljs-keyword,
|
20
|
+
.hljs-selector-tag,
|
21
|
+
.hljs-tag,
|
22
|
+
.hljs-name {
|
23
|
+
color: #96cbfe;
|
24
|
+
}
|
25
|
+
|
26
|
+
.hljs-attribute,
|
27
|
+
.hljs-selector-id {
|
28
|
+
color: #ffffb6;
|
29
|
+
}
|
30
|
+
|
31
|
+
.hljs-string,
|
32
|
+
.hljs-selector-attr,
|
33
|
+
.hljs-selector-pseudo,
|
34
|
+
.hljs-addition {
|
35
|
+
color: #a8ff60;
|
36
|
+
}
|
37
|
+
|
38
|
+
.hljs-subst {
|
39
|
+
color: #daefa3;
|
40
|
+
}
|
41
|
+
|
42
|
+
.hljs-regexp,
|
43
|
+
.hljs-link {
|
44
|
+
color: #e9c062;
|
45
|
+
}
|
46
|
+
|
47
|
+
.hljs-title,
|
48
|
+
.hljs-section,
|
49
|
+
.hljs-type,
|
50
|
+
.hljs-doctag {
|
51
|
+
color: #ffffb6;
|
52
|
+
}
|
53
|
+
|
54
|
+
.hljs-symbol,
|
55
|
+
.hljs-bullet,
|
56
|
+
.hljs-variable,
|
57
|
+
.hljs-template-variable,
|
58
|
+
.hljs-literal {
|
59
|
+
color: #c6c5fe;
|
60
|
+
}
|
61
|
+
|
62
|
+
.hljs-number,
|
63
|
+
.hljs-deletion {
|
64
|
+
color:#ff73fd;
|
65
|
+
}
|
66
|
+
|
67
|
+
.hljs-emphasis {
|
68
|
+
font-style: italic;
|
69
|
+
}
|
70
|
+
|
71
|
+
.hljs-strong {
|
72
|
+
font-weight: bold;
|
73
|
+
}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
.hljs {
|
8
|
+
display: block;
|
9
|
+
overflow-x: auto;
|
10
|
+
padding: 0.5em;
|
11
|
+
background: #23241f;
|
12
|
+
}
|
13
|
+
|
14
|
+
.hljs,
|
15
|
+
.hljs-tag,
|
16
|
+
.hljs-subst {
|
17
|
+
color: #f8f8f2;
|
18
|
+
}
|
19
|
+
|
20
|
+
.hljs-strong,
|
21
|
+
.hljs-emphasis {
|
22
|
+
color: #a8a8a2;
|
23
|
+
}
|
24
|
+
|
25
|
+
.hljs-bullet,
|
26
|
+
.hljs-quote,
|
27
|
+
.hljs-number,
|
28
|
+
.hljs-regexp,
|
29
|
+
.hljs-literal,
|
30
|
+
.hljs-link {
|
31
|
+
color: #ae81ff;
|
32
|
+
}
|
33
|
+
|
34
|
+
.hljs-code,
|
35
|
+
.hljs-title,
|
36
|
+
.hljs-section,
|
37
|
+
.hljs-selector-class {
|
38
|
+
color: #a6e22e;
|
39
|
+
}
|
40
|
+
|
41
|
+
.hljs-strong {
|
42
|
+
font-weight: bold;
|
43
|
+
}
|
44
|
+
|
45
|
+
.hljs-emphasis {
|
46
|
+
font-style: italic;
|
47
|
+
}
|
48
|
+
|
49
|
+
.hljs-keyword,
|
50
|
+
.hljs-selector-tag,
|
51
|
+
.hljs-name,
|
52
|
+
.hljs-attr {
|
53
|
+
color: #f92672;
|
54
|
+
}
|
55
|
+
|
56
|
+
.hljs-symbol,
|
57
|
+
.hljs-attribute {
|
58
|
+
color: #66d9ef;
|
59
|
+
}
|
60
|
+
|
61
|
+
.hljs-params,
|
62
|
+
.hljs-class .hljs-title {
|
63
|
+
color: #f8f8f2;
|
64
|
+
}
|
65
|
+
|
66
|
+
.hljs-string,
|
67
|
+
.hljs-type,
|
68
|
+
.hljs-built_in,
|
69
|
+
.hljs-builtin-name,
|
70
|
+
.hljs-selector-id,
|
71
|
+
.hljs-selector-attr,
|
72
|
+
.hljs-selector-pseudo,
|
73
|
+
.hljs-addition,
|
74
|
+
.hljs-variable,
|
75
|
+
.hljs-template-variable {
|
76
|
+
color: #e6db74;
|
77
|
+
}
|
78
|
+
|
79
|
+
.hljs-comment,
|
80
|
+
.hljs-deletion,
|
81
|
+
.hljs-meta {
|
82
|
+
color: #75715e;
|
83
|
+
}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
/*
|
2
|
+
Paraíso (dark)
|
3
|
+
Created by Jan T. Sott (http://github.com/idleberg)
|
4
|
+
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
5
|
+
*/
|
6
|
+
|
7
|
+
/* Paraíso Comment */
|
8
|
+
.hljs-comment,
|
9
|
+
.hljs-quote {
|
10
|
+
color: #8d8687;
|
11
|
+
}
|
12
|
+
|
13
|
+
/* Paraíso Red */
|
14
|
+
.hljs-variable,
|
15
|
+
.hljs-template-variable,
|
16
|
+
.hljs-tag,
|
17
|
+
.hljs-name,
|
18
|
+
.hljs-selector-id,
|
19
|
+
.hljs-selector-class,
|
20
|
+
.hljs-regexp,
|
21
|
+
.hljs-link,
|
22
|
+
.hljs-meta {
|
23
|
+
color: #ef6155;
|
24
|
+
}
|
25
|
+
|
26
|
+
/* Paraíso Orange */
|
27
|
+
.hljs-number,
|
28
|
+
.hljs-built_in,
|
29
|
+
.hljs-builtin-name,
|
30
|
+
.hljs-literal,
|
31
|
+
.hljs-type,
|
32
|
+
.hljs-params,
|
33
|
+
.hljs-deletion {
|
34
|
+
color: #f99b15;
|
35
|
+
}
|
36
|
+
|
37
|
+
/* Paraíso Yellow */
|
38
|
+
.hljs-title,
|
39
|
+
.hljs-section,
|
40
|
+
.hljs-attribute {
|
41
|
+
color: #fec418;
|
42
|
+
}
|
43
|
+
|
44
|
+
/* Paraíso Green */
|
45
|
+
.hljs-string,
|
46
|
+
.hljs-symbol,
|
47
|
+
.hljs-bullet,
|
48
|
+
.hljs-addition {
|
49
|
+
color: #48b685;
|
50
|
+
}
|
51
|
+
|
52
|
+
/* Paraíso Purple */
|
53
|
+
.hljs-keyword,
|
54
|
+
.hljs-selector-tag {
|
55
|
+
color: #815ba4;
|
56
|
+
}
|
57
|
+
|
58
|
+
.hljs {
|
59
|
+
display: block;
|
60
|
+
overflow-x: auto;
|
61
|
+
background: #2f1e2e;
|
62
|
+
color: #a39e9b;
|
63
|
+
padding: 0.5em;
|
64
|
+
}
|
65
|
+
|
66
|
+
.hljs-emphasis {
|
67
|
+
font-style: italic;
|
68
|
+
}
|
69
|
+
|
70
|
+
.hljs-strong {
|
71
|
+
font-weight: bold;
|
72
|
+
}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
/*
|
2
|
+
Paraíso (light)
|
3
|
+
Created by Jan T. Sott (http://github.com/idleberg)
|
4
|
+
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
5
|
+
*/
|
6
|
+
|
7
|
+
/* Paraíso Comment */
|
8
|
+
.hljs-comment,
|
9
|
+
.hljs-quote {
|
10
|
+
color: #776e71;
|
11
|
+
}
|
12
|
+
|
13
|
+
/* Paraíso Red */
|
14
|
+
.hljs-variable,
|
15
|
+
.hljs-template-variable,
|
16
|
+
.hljs-tag,
|
17
|
+
.hljs-name,
|
18
|
+
.hljs-selector-id,
|
19
|
+
.hljs-selector-class,
|
20
|
+
.hljs-regexp,
|
21
|
+
.hljs-link,
|
22
|
+
.hljs-meta {
|
23
|
+
color: #ef6155;
|
24
|
+
}
|
25
|
+
|
26
|
+
/* Paraíso Orange */
|
27
|
+
.hljs-number,
|
28
|
+
.hljs-built_in,
|
29
|
+
.hljs-builtin-name,
|
30
|
+
.hljs-literal,
|
31
|
+
.hljs-type,
|
32
|
+
.hljs-params,
|
33
|
+
.hljs-deletion {
|
34
|
+
color: #f99b15;
|
35
|
+
}
|
36
|
+
|
37
|
+
/* Paraíso Yellow */
|
38
|
+
.hljs-title,
|
39
|
+
.hljs-section,
|
40
|
+
.hljs-attribute {
|
41
|
+
color: #fec418;
|
42
|
+
}
|
43
|
+
|
44
|
+
/* Paraíso Green */
|
45
|
+
.hljs-string,
|
46
|
+
.hljs-symbol,
|
47
|
+
.hljs-bullet,
|
48
|
+
.hljs-addition {
|
49
|
+
color: #48b685;
|
50
|
+
}
|
51
|
+
|
52
|
+
/* Paraíso Purple */
|
53
|
+
.hljs-keyword,
|
54
|
+
.hljs-selector-tag {
|
55
|
+
color: #815ba4;
|
56
|
+
}
|
57
|
+
|
58
|
+
.hljs {
|
59
|
+
display: block;
|
60
|
+
overflow-x: auto;
|
61
|
+
background: #e7e9db;
|
62
|
+
color: #4f424c;
|
63
|
+
padding: 0.5em;
|
64
|
+
}
|
65
|
+
|
66
|
+
.hljs-emphasis {
|
67
|
+
font-style: italic;
|
68
|
+
}
|
69
|
+
|
70
|
+
.hljs-strong {
|
71
|
+
font-weight: bold;
|
72
|
+
}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
School Book style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
|
4
|
+
|
5
|
+
*/
|
6
|
+
|
7
|
+
.hljs {
|
8
|
+
display: block;
|
9
|
+
overflow-x: auto;
|
10
|
+
padding: 15px 0.5em 0.5em 30px;
|
11
|
+
font-size: 11px;
|
12
|
+
line-height:16px;
|
13
|
+
}
|
14
|
+
|
15
|
+
pre{
|
16
|
+
background:#f6f6ae url(./school-book.png);
|
17
|
+
border-top: solid 2px #d2e8b9;
|
18
|
+
border-bottom: solid 1px #d2e8b9;
|
19
|
+
}
|
20
|
+
|
21
|
+
.hljs-keyword,
|
22
|
+
.hljs-selector-tag,
|
23
|
+
.hljs-literal {
|
24
|
+
color:#005599;
|
25
|
+
font-weight:bold;
|
26
|
+
}
|
27
|
+
|
28
|
+
.hljs,
|
29
|
+
.hljs-subst {
|
30
|
+
color: #3e5915;
|
31
|
+
}
|
32
|
+
|
33
|
+
.hljs-string,
|
34
|
+
.hljs-title,
|
35
|
+
.hljs-section,
|
36
|
+
.hljs-type,
|
37
|
+
.hljs-symbol,
|
38
|
+
.hljs-bullet,
|
39
|
+
.hljs-attribute,
|
40
|
+
.hljs-built_in,
|
41
|
+
.hljs-builtin-name,
|
42
|
+
.hljs-addition,
|
43
|
+
.hljs-variable,
|
44
|
+
.hljs-template-tag,
|
45
|
+
.hljs-template-variable,
|
46
|
+
.hljs-link {
|
47
|
+
color: #2c009f;
|
48
|
+
}
|
49
|
+
|
50
|
+
.hljs-comment,
|
51
|
+
.hljs-quote,
|
52
|
+
.hljs-deletion,
|
53
|
+
.hljs-meta {
|
54
|
+
color: #e60415;
|
55
|
+
}
|
56
|
+
|
57
|
+
.hljs-keyword,
|
58
|
+
.hljs-selector-tag,
|
59
|
+
.hljs-literal,
|
60
|
+
.hljs-doctag,
|
61
|
+
.hljs-title,
|
62
|
+
.hljs-section,
|
63
|
+
.hljs-type,
|
64
|
+
.hljs-name,
|
65
|
+
.hljs-selector-id,
|
66
|
+
.hljs-strong {
|
67
|
+
font-weight: bold;
|
68
|
+
}
|
69
|
+
|
70
|
+
.hljs-emphasis {
|
71
|
+
font-style: italic;
|
72
|
+
}
|