jekyll-theme-console-ext 0.2.2 → 1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +15 -15
  3. data/_layouts/post.html +6 -0
  4. data/assets/highlight.pack.js +1257 -0
  5. data/assets/styles/a11y-dark.css +99 -0
  6. data/assets/styles/a11y-light.css +99 -0
  7. data/assets/styles/agate.css +108 -0
  8. data/assets/styles/an-old-hope.css +89 -0
  9. data/assets/styles/androidstudio.css +66 -0
  10. data/assets/styles/arduino-light.css +87 -0
  11. data/assets/styles/arta.css +73 -0
  12. data/assets/styles/ascetic.css +45 -0
  13. data/assets/styles/atelier-cave-dark.css +83 -0
  14. data/assets/styles/atelier-cave-light.css +85 -0
  15. data/assets/styles/atelier-dune-dark.css +69 -0
  16. data/assets/styles/atelier-dune-light.css +69 -0
  17. data/assets/styles/atelier-estuary-dark.css +84 -0
  18. data/assets/styles/atelier-estuary-light.css +84 -0
  19. data/assets/styles/atelier-forest-dark.css +69 -0
  20. data/assets/styles/atelier-forest-light.css +69 -0
  21. data/assets/styles/atelier-heath-dark.css +69 -0
  22. data/assets/styles/atelier-heath-light.css +69 -0
  23. data/assets/styles/atelier-lakeside-dark.css +69 -0
  24. data/assets/styles/atelier-lakeside-light.css +69 -0
  25. data/assets/styles/atelier-plateau-dark.css +84 -0
  26. data/assets/styles/atelier-plateau-light.css +84 -0
  27. data/assets/styles/atelier-savanna-dark.css +84 -0
  28. data/assets/styles/atelier-savanna-light.css +84 -0
  29. data/assets/styles/atelier-seaside-dark.css +69 -0
  30. data/assets/styles/atelier-seaside-light.css +69 -0
  31. data/assets/styles/atelier-sulphurpool-dark.css +69 -0
  32. data/assets/styles/atelier-sulphurpool-light.css +69 -0
  33. data/assets/styles/atom-one-dark-reasonable.css +75 -0
  34. data/assets/styles/atom-one-dark.css +96 -0
  35. data/assets/styles/atom-one-light.css +96 -0
  36. data/assets/styles/brown-paper.css +64 -0
  37. data/assets/styles/brown-papersq.png +0 -0
  38. data/assets/styles/codepen-embed.css +60 -0
  39. data/assets/styles/color-brewer.css +71 -0
  40. data/assets/styles/darcula.css +74 -0
  41. data/assets/styles/dark.css +63 -0
  42. data/assets/styles/default.css +99 -0
  43. data/assets/styles/docco.css +97 -0
  44. data/assets/styles/dracula.css +76 -0
  45. data/assets/styles/far.css +71 -0
  46. data/assets/styles/foundation.css +89 -0
  47. data/assets/styles/github-gist.css +79 -0
  48. data/assets/styles/github.css +99 -0
  49. data/assets/styles/gml.css +78 -0
  50. data/assets/styles/googlecode.css +89 -0
  51. data/assets/styles/gradient-dark.css +122 -0
  52. data/assets/styles/gradient-light.css +130 -0
  53. data/assets/styles/grayscale.css +101 -0
  54. data/assets/styles/gruvbox-dark.css +108 -0
  55. data/assets/styles/gruvbox-light.css +108 -0
  56. data/assets/styles/hopscotch.css +84 -0
  57. data/assets/styles/hybrid.css +102 -0
  58. data/assets/styles/idea.css +97 -0
  59. data/assets/styles/ir-black.css +73 -0
  60. data/assets/styles/isbl-editor-dark.css +112 -0
  61. data/assets/styles/isbl-editor-light.css +111 -0
  62. data/assets/styles/kimbie.dark.css +74 -0
  63. data/assets/styles/kimbie.light.css +74 -0
  64. data/assets/styles/lightfair.css +88 -0
  65. data/assets/styles/lioshi.css +88 -0
  66. data/assets/styles/magula.css +70 -0
  67. data/assets/styles/mono-blue.css +56 -0
  68. data/assets/styles/monokai-sublime.css +83 -0
  69. data/assets/styles/monokai.css +71 -0
  70. data/assets/styles/night-owl.css +182 -0
  71. data/assets/styles/nnfx-dark.css +106 -0
  72. data/assets/styles/nnfx.css +106 -0
  73. data/assets/styles/nord.css +309 -0
  74. data/assets/styles/obsidian.css +88 -0
  75. data/assets/styles/ocean.css +74 -0
  76. data/assets/styles/paraiso-dark.css +72 -0
  77. data/assets/styles/paraiso-light.css +72 -0
  78. data/assets/styles/pojoaque.css +83 -0
  79. data/assets/styles/pojoaque.jpg +0 -0
  80. data/assets/styles/purebasic.css +96 -0
  81. data/assets/styles/qtcreator_dark.css +83 -0
  82. data/assets/styles/qtcreator_light.css +83 -0
  83. data/assets/styles/railscasts.css +106 -0
  84. data/assets/styles/rainbow.css +85 -0
  85. data/assets/styles/routeros.css +108 -0
  86. data/assets/styles/school-book.css +69 -0
  87. data/assets/styles/school-book.png +0 -0
  88. data/assets/styles/shades-of-purple.css +96 -0
  89. data/assets/styles/solarized-dark.css +84 -0
  90. data/assets/styles/solarized-light.css +84 -0
  91. data/assets/styles/srcery.css +78 -0
  92. data/assets/styles/stackoverflow-dark.css +78 -0
  93. data/assets/styles/stackoverflow-light.css +78 -0
  94. data/assets/styles/sunburst.css +102 -0
  95. data/assets/styles/tomorrow-night-blue.css +75 -0
  96. data/assets/styles/tomorrow-night-bright.css +74 -0
  97. data/assets/styles/tomorrow-night-eighties.css +74 -0
  98. data/assets/styles/tomorrow-night.css +75 -0
  99. data/assets/styles/tomorrow.css +72 -0
  100. data/assets/styles/vs.css +68 -0
  101. data/assets/styles/vs2015.css +115 -0
  102. data/assets/styles/xcode.css +104 -0
  103. data/assets/styles/xt256.css +92 -0
  104. data/assets/styles/zenburn.css +80 -0
  105. metadata +107 -7
  106. data/LICENSE +0 -29
  107. data/LICENSE.txt +0 -21
@@ -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,112 @@
1
+ /*
2
+
3
+ ISBL Editor style dark color scheme (c) Dmitriy Tarasov <dimatar@gmail.com>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #404040;
12
+ color: #f0f0f0;
13
+ }
14
+
15
+ /* Base color: saturation 0; */
16
+
17
+ .hljs,
18
+ .hljs-subst {
19
+ color: #f0f0f0;
20
+ }
21
+
22
+ .hljs-comment {
23
+ color: #b5b5b5;
24
+ font-style: italic;
25
+ }
26
+
27
+ .hljs-keyword,
28
+ .hljs-attribute,
29
+ .hljs-selector-tag,
30
+ .hljs-meta-keyword,
31
+ .hljs-doctag,
32
+ .hljs-name {
33
+ color: #f0f0f0;
34
+ font-weight: bold;
35
+ }
36
+
37
+
38
+ /* User color: hue: 0 */
39
+
40
+ .hljs-string {
41
+ color: #97bf0d;
42
+ }
43
+
44
+ .hljs-type,
45
+ .hljs-number,
46
+ .hljs-selector-id,
47
+ .hljs-selector-class,
48
+ .hljs-quote,
49
+ .hljs-template-tag,
50
+ .hljs-deletion {
51
+ color: #f0f0f0;
52
+ }
53
+
54
+ .hljs-title,
55
+ .hljs-section {
56
+ color: #df471e;
57
+ }
58
+
59
+ .hljs-title>.hljs-built_in {
60
+ color: #81bce9;
61
+ font-weight: normal;
62
+ }
63
+
64
+ .hljs-regexp,
65
+ .hljs-symbol,
66
+ .hljs-variable,
67
+ .hljs-template-variable,
68
+ .hljs-link,
69
+ .hljs-selector-attr,
70
+ .hljs-selector-pseudo {
71
+ color: #e2c696;
72
+ }
73
+
74
+ /* Language color: hue: 90; */
75
+
76
+ .hljs-built_in,
77
+ .hljs-literal {
78
+ color: #97bf0d;
79
+ font-weight: bold;
80
+ }
81
+
82
+ .hljs-bullet,
83
+ .hljs-code,
84
+ .hljs-addition {
85
+ color: #397300;
86
+ }
87
+
88
+ .hljs-class {
89
+ color: #ce9d4d;
90
+ font-weight: bold;
91
+ }
92
+
93
+ /* Meta color: hue: 200 */
94
+
95
+ .hljs-meta {
96
+ color: #1f7199;
97
+ }
98
+
99
+ .hljs-meta-string {
100
+ color: #4d99bf;
101
+ }
102
+
103
+
104
+ /* Misc effects */
105
+
106
+ .hljs-emphasis {
107
+ font-style: italic;
108
+ }
109
+
110
+ .hljs-strong {
111
+ font-weight: bold;
112
+ }
@@ -0,0 +1,111 @@
1
+ /*
2
+
3
+ ISBL Editor style light color schemec (c) Dmitriy Tarasov <dimatar@gmail.com>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: white;
12
+ color: black;
13
+ }
14
+
15
+ /* Base color: saturation 0; */
16
+
17
+ .hljs-subst {
18
+ color: black;
19
+ }
20
+
21
+ .hljs-comment {
22
+ color: #555555;
23
+ font-style: italic;
24
+ }
25
+
26
+ .hljs-keyword,
27
+ .hljs-attribute,
28
+ .hljs-selector-tag,
29
+ .hljs-meta-keyword,
30
+ .hljs-doctag,
31
+ .hljs-name {
32
+ color: #000000;
33
+ font-weight: bold;
34
+ }
35
+
36
+
37
+ /* User color: hue: 0 */
38
+
39
+ .hljs-string {
40
+ color: #000080;
41
+ }
42
+
43
+ .hljs-type,
44
+ .hljs-number,
45
+ .hljs-selector-id,
46
+ .hljs-selector-class,
47
+ .hljs-quote,
48
+ .hljs-template-tag,
49
+ .hljs-deletion {
50
+ color: #000000;
51
+ }
52
+
53
+ .hljs-title,
54
+ .hljs-section {
55
+ color: #fb2c00;
56
+ }
57
+
58
+ .hljs-title>.hljs-built_in {
59
+ color: #008080;
60
+ font-weight: normal;
61
+ }
62
+
63
+ .hljs-regexp,
64
+ .hljs-symbol,
65
+ .hljs-variable,
66
+ .hljs-template-variable,
67
+ .hljs-link,
68
+ .hljs-selector-attr,
69
+ .hljs-selector-pseudo {
70
+ color: #5e1700;
71
+ }
72
+
73
+ /* Language color: hue: 90; */
74
+
75
+ .hljs-built_in,
76
+ .hljs-literal {
77
+ color: #000080;
78
+ font-weight: bold;
79
+ }
80
+
81
+ .hljs-bullet,
82
+ .hljs-code,
83
+ .hljs-addition {
84
+ color: #397300;
85
+ }
86
+
87
+ .hljs-class {
88
+ color: #6f1C00;
89
+ font-weight: bold;
90
+ }
91
+
92
+ /* Meta color: hue: 200 */
93
+
94
+ .hljs-meta {
95
+ color: #1f7199;
96
+ }
97
+
98
+ .hljs-meta-string {
99
+ color: #4d99bf;
100
+ }
101
+
102
+
103
+ /* Misc effects */
104
+
105
+ .hljs-emphasis {
106
+ font-style: italic;
107
+ }
108
+
109
+ .hljs-strong {
110
+ font-weight: bold;
111
+ }
@@ -0,0 +1,74 @@
1
+ /*
2
+ Name: Kimbie (dark)
3
+ Author: Jan T. Sott
4
+ License: Creative Commons Attribution-ShareAlike 4.0 Unported License
5
+ URL: https://github.com/idleberg/Kimbie-highlight.js
6
+ */
7
+
8
+ /* Kimbie Comment */
9
+ .hljs-comment,
10
+ .hljs-quote {
11
+ color: #d6baad;
12
+ }
13
+
14
+ /* Kimbie Red */
15
+ .hljs-variable,
16
+ .hljs-template-variable,
17
+ .hljs-tag,
18
+ .hljs-name,
19
+ .hljs-selector-id,
20
+ .hljs-selector-class,
21
+ .hljs-regexp,
22
+ .hljs-meta {
23
+ color: #dc3958;
24
+ }
25
+
26
+ /* Kimbie 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
+ .hljs-link {
35
+ color: #f79a32;
36
+ }
37
+
38
+ /* Kimbie Yellow */
39
+ .hljs-title,
40
+ .hljs-section,
41
+ .hljs-attribute {
42
+ color: #f06431;
43
+ }
44
+
45
+ /* Kimbie Green */
46
+ .hljs-string,
47
+ .hljs-symbol,
48
+ .hljs-bullet,
49
+ .hljs-addition {
50
+ color: #889b4a;
51
+ }
52
+
53
+ /* Kimbie Purple */
54
+ .hljs-keyword,
55
+ .hljs-selector-tag,
56
+ .hljs-function {
57
+ color: #98676a;
58
+ }
59
+
60
+ .hljs {
61
+ display: block;
62
+ overflow-x: auto;
63
+ background: #221a0f;
64
+ color: #d3af86;
65
+ padding: 0.5em;
66
+ }
67
+
68
+ .hljs-emphasis {
69
+ font-style: italic;
70
+ }
71
+
72
+ .hljs-strong {
73
+ font-weight: bold;
74
+ }
@@ -0,0 +1,74 @@
1
+ /*
2
+ Name: Kimbie (light)
3
+ Author: Jan T. Sott
4
+ License: Creative Commons Attribution-ShareAlike 4.0 Unported License
5
+ URL: https://github.com/idleberg/Kimbie-highlight.js
6
+ */
7
+
8
+ /* Kimbie Comment */
9
+ .hljs-comment,
10
+ .hljs-quote {
11
+ color: #a57a4c;
12
+ }
13
+
14
+ /* Kimbie Red */
15
+ .hljs-variable,
16
+ .hljs-template-variable,
17
+ .hljs-tag,
18
+ .hljs-name,
19
+ .hljs-selector-id,
20
+ .hljs-selector-class,
21
+ .hljs-regexp,
22
+ .hljs-meta {
23
+ color: #dc3958;
24
+ }
25
+
26
+ /* Kimbie 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
+ .hljs-link {
35
+ color: #f79a32;
36
+ }
37
+
38
+ /* Kimbie Yellow */
39
+ .hljs-title,
40
+ .hljs-section,
41
+ .hljs-attribute {
42
+ color: #f06431;
43
+ }
44
+
45
+ /* Kimbie Green */
46
+ .hljs-string,
47
+ .hljs-symbol,
48
+ .hljs-bullet,
49
+ .hljs-addition {
50
+ color: #889b4a;
51
+ }
52
+
53
+ /* Kimbie Purple */
54
+ .hljs-keyword,
55
+ .hljs-selector-tag,
56
+ .hljs-function {
57
+ color: #98676a;
58
+ }
59
+
60
+ .hljs {
61
+ display: block;
62
+ overflow-x: auto;
63
+ background: #fbebd4;
64
+ color: #84613d;
65
+ padding: 0.5em;
66
+ }
67
+
68
+ .hljs-emphasis {
69
+ font-style: italic;
70
+ }
71
+
72
+ .hljs-strong {
73
+ font-weight: bold;
74
+ }