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,88 @@
1
+ /**
2
+ * Obsidian style
3
+ * ported by Alexander Marenin (http://github.com/ioncreature)
4
+ */
5
+
6
+ .hljs {
7
+ display: block;
8
+ overflow-x: auto;
9
+ padding: 0.5em;
10
+ background: #282b2e;
11
+ }
12
+
13
+ .hljs-keyword,
14
+ .hljs-selector-tag,
15
+ .hljs-literal,
16
+ .hljs-selector-id {
17
+ color: #93c763;
18
+ }
19
+
20
+ .hljs-number {
21
+ color: #ffcd22;
22
+ }
23
+
24
+ .hljs {
25
+ color: #e0e2e4;
26
+ }
27
+
28
+ .hljs-attribute {
29
+ color: #668bb0;
30
+ }
31
+
32
+ .hljs-code,
33
+ .hljs-class .hljs-title,
34
+ .hljs-section {
35
+ color: white;
36
+ }
37
+
38
+ .hljs-regexp,
39
+ .hljs-link {
40
+ color: #d39745;
41
+ }
42
+
43
+ .hljs-meta {
44
+ color: #557182;
45
+ }
46
+
47
+ .hljs-tag,
48
+ .hljs-name,
49
+ .hljs-bullet,
50
+ .hljs-subst,
51
+ .hljs-emphasis,
52
+ .hljs-type,
53
+ .hljs-built_in,
54
+ .hljs-selector-attr,
55
+ .hljs-selector-pseudo,
56
+ .hljs-addition,
57
+ .hljs-variable,
58
+ .hljs-template-tag,
59
+ .hljs-template-variable {
60
+ color: #8cbbad;
61
+ }
62
+
63
+ .hljs-string,
64
+ .hljs-symbol {
65
+ color: #ec7600;
66
+ }
67
+
68
+ .hljs-comment,
69
+ .hljs-quote,
70
+ .hljs-deletion {
71
+ color: #818e96;
72
+ }
73
+
74
+ .hljs-selector-class {
75
+ color: #A082BD
76
+ }
77
+
78
+ .hljs-keyword,
79
+ .hljs-selector-tag,
80
+ .hljs-literal,
81
+ .hljs-doctag,
82
+ .hljs-title,
83
+ .hljs-section,
84
+ .hljs-type,
85
+ .hljs-name,
86
+ .hljs-strong {
87
+ font-weight: bold;
88
+ }
@@ -0,0 +1,74 @@
1
+ /* Ocean Dark Theme */
2
+ /* https://github.com/gavsiu */
3
+ /* Original theme - https://github.com/chriskempson/base16 */
4
+
5
+ /* Ocean Comment */
6
+ .hljs-comment,
7
+ .hljs-quote {
8
+ color: #65737e;
9
+ }
10
+
11
+ /* Ocean Red */
12
+ .hljs-variable,
13
+ .hljs-template-variable,
14
+ .hljs-tag,
15
+ .hljs-name,
16
+ .hljs-selector-id,
17
+ .hljs-selector-class,
18
+ .hljs-regexp,
19
+ .hljs-deletion {
20
+ color: #bf616a;
21
+ }
22
+
23
+ /* Ocean Orange */
24
+ .hljs-number,
25
+ .hljs-built_in,
26
+ .hljs-builtin-name,
27
+ .hljs-literal,
28
+ .hljs-type,
29
+ .hljs-params,
30
+ .hljs-meta,
31
+ .hljs-link {
32
+ color: #d08770;
33
+ }
34
+
35
+ /* Ocean Yellow */
36
+ .hljs-attribute {
37
+ color: #ebcb8b;
38
+ }
39
+
40
+ /* Ocean Green */
41
+ .hljs-string,
42
+ .hljs-symbol,
43
+ .hljs-bullet,
44
+ .hljs-addition {
45
+ color: #a3be8c;
46
+ }
47
+
48
+ /* Ocean Blue */
49
+ .hljs-title,
50
+ .hljs-section {
51
+ color: #8fa1b3;
52
+ }
53
+
54
+ /* Ocean Purple */
55
+ .hljs-keyword,
56
+ .hljs-selector-tag {
57
+ color: #b48ead;
58
+ }
59
+
60
+ .hljs {
61
+ display: block;
62
+ overflow-x: auto;
63
+ background: #2b303b;
64
+ color: #c0c5ce;
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,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,83 @@
1
+ /*
2
+
3
+ Pojoaque Style by Jason Tate
4
+ http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
5
+ Based on Solarized Style from http://ethanschoonover.com/solarized
6
+
7
+ */
8
+
9
+ .hljs {
10
+ display: block;
11
+ overflow-x: auto;
12
+ padding: 0.5em;
13
+ color: #dccf8f;
14
+ background: url(./pojoaque.jpg) repeat scroll left top #181914;
15
+ }
16
+
17
+ .hljs-comment,
18
+ .hljs-quote {
19
+ color: #586e75;
20
+ font-style: italic;
21
+ }
22
+
23
+ .hljs-keyword,
24
+ .hljs-selector-tag,
25
+ .hljs-literal,
26
+ .hljs-addition {
27
+ color: #b64926;
28
+ }
29
+
30
+ .hljs-number,
31
+ .hljs-string,
32
+ .hljs-doctag,
33
+ .hljs-regexp {
34
+ color: #468966;
35
+ }
36
+
37
+ .hljs-title,
38
+ .hljs-section,
39
+ .hljs-built_in,
40
+ .hljs-name {
41
+ color: #ffb03b;
42
+ }
43
+
44
+ .hljs-variable,
45
+ .hljs-template-variable,
46
+ .hljs-class .hljs-title,
47
+ .hljs-type,
48
+ .hljs-tag {
49
+ color: #b58900;
50
+ }
51
+
52
+ .hljs-attribute {
53
+ color: #b89859;
54
+ }
55
+
56
+ .hljs-symbol,
57
+ .hljs-bullet,
58
+ .hljs-link,
59
+ .hljs-subst,
60
+ .hljs-meta {
61
+ color: #cb4b16;
62
+ }
63
+
64
+ .hljs-deletion {
65
+ color: #dc322f;
66
+ }
67
+
68
+ .hljs-selector-id,
69
+ .hljs-selector-class {
70
+ color: #d3a60c;
71
+ }
72
+
73
+ .hljs-formula {
74
+ background: #073642;
75
+ }
76
+
77
+ .hljs-emphasis {
78
+ font-style: italic;
79
+ }
80
+
81
+ .hljs-strong {
82
+ font-weight: bold;
83
+ }
Binary file
@@ -0,0 +1,96 @@
1
+ /*
2
+
3
+ PureBASIC native IDE style ( version 1.0 - April 2016 )
4
+
5
+ by Tristano Ajmone <tajmone@gmail.com>
6
+
7
+ Public Domain
8
+
9
+ NOTE_1: PureBASIC code syntax highlighting only applies the following classes:
10
+ .hljs-comment
11
+ .hljs-function
12
+ .hljs-keywords
13
+ .hljs-string
14
+ .hljs-symbol
15
+
16
+ Other classes are added here for the benefit of styling other languages with the look and feel of PureBASIC native IDE style.
17
+ If you need to customize a stylesheet for PureBASIC only, remove all non-relevant classes -- PureBASIC-related classes are followed by
18
+ a "--- used for PureBASIC ... ---" comment on same line.
19
+
20
+ NOTE_2: Color names provided in comments were derived using "Name that Color" online tool:
21
+ http://chir.ag/projects/name-that-color
22
+ */
23
+
24
+ .hljs {
25
+ display: block;
26
+ overflow-x: auto;
27
+ padding: 0.5em;
28
+ background: #FFFFDF; /* Half and Half (approx.) */
29
+ /* --- Uncomment to add PureBASIC native IDE styled font!
30
+ font-family: Consolas;
31
+ */
32
+ }
33
+
34
+ .hljs, /* --- used for PureBASIC base color --- */
35
+ .hljs-type, /* --- used for PureBASIC Procedures return type --- */
36
+ .hljs-function, /* --- used for wrapping PureBASIC Procedures definitions --- */
37
+ .hljs-name,
38
+ .hljs-number,
39
+ .hljs-attr,
40
+ .hljs-params,
41
+ .hljs-subst {
42
+ color: #000000; /* Black */
43
+ }
44
+
45
+ .hljs-comment, /* --- used for PureBASIC Comments --- */
46
+ .hljs-regexp,
47
+ .hljs-section,
48
+ .hljs-selector-pseudo,
49
+ .hljs-addition {
50
+ color: #00AAAA; /* Persian Green (approx.) */
51
+ }
52
+
53
+ .hljs-title, /* --- used for PureBASIC Procedures Names --- */
54
+ .hljs-tag,
55
+ .hljs-variable,
56
+ .hljs-code {
57
+ color: #006666; /* Blue Stone (approx.) */
58
+ }
59
+
60
+ .hljs-keyword, /* --- used for PureBASIC Keywords --- */
61
+ .hljs-class,
62
+ .hljs-meta-keyword,
63
+ .hljs-selector-class,
64
+ .hljs-built_in,
65
+ .hljs-builtin-name {
66
+ color: #006666; /* Blue Stone (approx.) */
67
+ font-weight: bold;
68
+ }
69
+
70
+ .hljs-string, /* --- used for PureBASIC Strings --- */
71
+ .hljs-selector-attr {
72
+ color: #0080FF; /* Azure Radiance (approx.) */
73
+ }
74
+
75
+ .hljs-symbol, /* --- used for PureBASIC Constants --- */
76
+ .hljs-link,
77
+ .hljs-deletion,
78
+ .hljs-attribute {
79
+ color: #924B72; /* Cannon Pink (approx.) */
80
+ }
81
+
82
+ .hljs-meta,
83
+ .hljs-literal,
84
+ .hljs-selector-id {
85
+ color: #924B72; /* Cannon Pink (approx.) */
86
+ font-weight: bold;
87
+ }
88
+
89
+ .hljs-strong,
90
+ .hljs-name {
91
+ font-weight: bold;
92
+ }
93
+
94
+ .hljs-emphasis {
95
+ font-style: italic;
96
+ }