jekyll-rtd-theme 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -12
  3. data/_includes/reset/snippets.liquid +11 -3
  4. data/_includes/reset/variables.liquid +9 -3
  5. data/_includes/reset/version.spec +1 -0
  6. data/_includes/versions.liquid +3 -3
  7. data/_layouts/default.liquid +5 -9
  8. data/_layouts/plugins/compress.liquid +1 -1
  9. data/_sass/rougify/base16.dark.scss +78 -0
  10. data/_sass/rougify/base16.light.scss +77 -0
  11. data/_sass/rougify/base16.monokai.dark.scss +78 -0
  12. data/_sass/rougify/base16.monokai.light.scss +77 -0
  13. data/_sass/rougify/base16.monokai.scss +78 -0
  14. data/_sass/rougify/base16.scss +77 -0
  15. data/_sass/rougify/base16.solarized.dark.scss +78 -0
  16. data/_sass/rougify/base16.solarized.light.scss +77 -0
  17. data/_sass/rougify/base16.solarized.scss +77 -0
  18. data/_sass/rougify/bw.scss +63 -0
  19. data/_sass/rougify/colorful.scss +170 -0
  20. data/_sass/rougify/github.scss +209 -0
  21. data/_sass/rougify/gruvbox.dark.scss +84 -0
  22. data/_sass/rougify/gruvbox.light.scss +84 -0
  23. data/_sass/rougify/gruvbox.scss +84 -0
  24. data/_sass/rougify/igorpro.scss +32 -0
  25. data/_sass/rougify/magritte.scss +167 -0
  26. data/_sass/rougify/molokai.scss +208 -0
  27. data/_sass/rougify/monokai.scss +210 -0
  28. data/_sass/rougify/monokai.sublime.scss +198 -0
  29. data/_sass/rougify/pastie.scss +146 -0
  30. data/_sass/rougify/thankful_eyes.scss +172 -0
  31. data/_sass/rougify/tulip.scss +163 -0
  32. data/assets/css/fonts/Roboto-Slab-Bold.woff +0 -0
  33. data/assets/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  34. data/assets/css/fonts/Roboto-Slab-Regular.woff +0 -0
  35. data/assets/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  36. data/assets/css/fonts/fontawesome-webfont.eot +0 -0
  37. data/assets/css/fonts/fontawesome-webfont.svg +2671 -0
  38. data/assets/css/fonts/fontawesome-webfont.ttf +0 -0
  39. data/assets/css/fonts/fontawesome-webfont.woff +0 -0
  40. data/assets/css/fonts/fontawesome-webfont.woff2 +0 -0
  41. data/assets/css/fonts/lato-bold-italic.woff +0 -0
  42. data/assets/css/fonts/lato-bold-italic.woff2 +0 -0
  43. data/assets/css/fonts/lato-bold.woff +0 -0
  44. data/assets/css/fonts/lato-bold.woff2 +0 -0
  45. data/assets/css/fonts/lato-normal-italic.woff +0 -0
  46. data/assets/css/fonts/lato-normal-italic.woff2 +0 -0
  47. data/assets/css/fonts/lato-normal.woff +0 -0
  48. data/assets/css/fonts/lato-normal.woff2 +0 -0
  49. data/assets/css/theme.css +4 -0
  50. data/assets/js/jquery.min.js +2 -0
  51. data/assets/js/theme.js +1 -0
  52. metadata +45 -1
@@ -0,0 +1,78 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #f8f8f2;
5
+ background-color: #272822;
6
+ }
7
+ .highlight .err {
8
+ color: #272822;
9
+ background-color: #f92672;
10
+ }
11
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
12
+ color: #75715e;
13
+ }
14
+ .highlight .cp {
15
+ color: #f4bf75;
16
+ }
17
+ .highlight .nt {
18
+ color: #f4bf75;
19
+ }
20
+ .highlight .o, .highlight .ow {
21
+ color: #f8f8f2;
22
+ }
23
+ .highlight .p, .highlight .pi {
24
+ color: #f8f8f2;
25
+ }
26
+ .highlight .gi {
27
+ color: #a6e22e;
28
+ }
29
+ .highlight .gd {
30
+ color: #f92672;
31
+ }
32
+ .highlight .gh {
33
+ color: #66d9ef;
34
+ background-color: #272822;
35
+ font-weight: bold;
36
+ }
37
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
38
+ color: #ae81ff;
39
+ }
40
+ .highlight .kc {
41
+ color: #fd971f;
42
+ }
43
+ .highlight .kt {
44
+ color: #fd971f;
45
+ }
46
+ .highlight .kd {
47
+ color: #fd971f;
48
+ }
49
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
50
+ color: #a6e22e;
51
+ }
52
+ .highlight .sr {
53
+ color: #a1efe4;
54
+ }
55
+ .highlight .si {
56
+ color: #cc6633;
57
+ }
58
+ .highlight .se {
59
+ color: #cc6633;
60
+ }
61
+ .highlight .nn {
62
+ color: #f4bf75;
63
+ }
64
+ .highlight .nc {
65
+ color: #f4bf75;
66
+ }
67
+ .highlight .no {
68
+ color: #f4bf75;
69
+ }
70
+ .highlight .na {
71
+ color: #66d9ef;
72
+ }
73
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
74
+ color: #a6e22e;
75
+ }
76
+ .highlight .ss {
77
+ color: #a6e22e;
78
+ }
@@ -0,0 +1,77 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #303030;
5
+ }
6
+ .highlight .err {
7
+ color: #151515;
8
+ background-color: #ac4142;
9
+ }
10
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
11
+ color: #505050;
12
+ }
13
+ .highlight .cp {
14
+ color: #f4bf75;
15
+ }
16
+ .highlight .nt {
17
+ color: #f4bf75;
18
+ }
19
+ .highlight .o, .highlight .ow {
20
+ color: #d0d0d0;
21
+ }
22
+ .highlight .p, .highlight .pi {
23
+ color: #d0d0d0;
24
+ }
25
+ .highlight .gi {
26
+ color: #90a959;
27
+ }
28
+ .highlight .gd {
29
+ color: #ac4142;
30
+ }
31
+ .highlight .gh {
32
+ color: #6a9fb5;
33
+ background-color: #151515;
34
+ font-weight: bold;
35
+ }
36
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
37
+ color: #aa759f;
38
+ }
39
+ .highlight .kc {
40
+ color: #d28445;
41
+ }
42
+ .highlight .kt {
43
+ color: #d28445;
44
+ }
45
+ .highlight .kd {
46
+ color: #d28445;
47
+ }
48
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
49
+ color: #90a959;
50
+ }
51
+ .highlight .sr {
52
+ color: #75b5aa;
53
+ }
54
+ .highlight .si {
55
+ color: #8f5536;
56
+ }
57
+ .highlight .se {
58
+ color: #8f5536;
59
+ }
60
+ .highlight .nn {
61
+ color: #f4bf75;
62
+ }
63
+ .highlight .nc {
64
+ color: #f4bf75;
65
+ }
66
+ .highlight .no {
67
+ color: #f4bf75;
68
+ }
69
+ .highlight .na {
70
+ color: #6a9fb5;
71
+ }
72
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
73
+ color: #90a959;
74
+ }
75
+ .highlight .ss {
76
+ color: #90a959;
77
+ }
@@ -0,0 +1,78 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #93a1a1;
5
+ background-color: #002b36;
6
+ }
7
+ .highlight .err {
8
+ color: #002b36;
9
+ background-color: #dc322f;
10
+ }
11
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
12
+ color: #657b83;
13
+ }
14
+ .highlight .cp {
15
+ color: #b58900;
16
+ }
17
+ .highlight .nt {
18
+ color: #b58900;
19
+ }
20
+ .highlight .o, .highlight .ow {
21
+ color: #93a1a1;
22
+ }
23
+ .highlight .p, .highlight .pi {
24
+ color: #93a1a1;
25
+ }
26
+ .highlight .gi {
27
+ color: #859900;
28
+ }
29
+ .highlight .gd {
30
+ color: #dc322f;
31
+ }
32
+ .highlight .gh {
33
+ color: #268bd2;
34
+ background-color: #002b36;
35
+ font-weight: bold;
36
+ }
37
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
38
+ color: #6c71c4;
39
+ }
40
+ .highlight .kc {
41
+ color: #cb4b16;
42
+ }
43
+ .highlight .kt {
44
+ color: #cb4b16;
45
+ }
46
+ .highlight .kd {
47
+ color: #cb4b16;
48
+ }
49
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
50
+ color: #859900;
51
+ }
52
+ .highlight .sr {
53
+ color: #2aa198;
54
+ }
55
+ .highlight .si {
56
+ color: #d33682;
57
+ }
58
+ .highlight .se {
59
+ color: #d33682;
60
+ }
61
+ .highlight .nn {
62
+ color: #b58900;
63
+ }
64
+ .highlight .nc {
65
+ color: #b58900;
66
+ }
67
+ .highlight .no {
68
+ color: #b58900;
69
+ }
70
+ .highlight .na {
71
+ color: #268bd2;
72
+ }
73
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
74
+ color: #859900;
75
+ }
76
+ .highlight .ss {
77
+ color: #859900;
78
+ }
@@ -0,0 +1,77 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #586e75;
5
+ }
6
+ .highlight .err {
7
+ color: #002b36;
8
+ background-color: #dc322f;
9
+ }
10
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
11
+ color: #657b83;
12
+ }
13
+ .highlight .cp {
14
+ color: #b58900;
15
+ }
16
+ .highlight .nt {
17
+ color: #b58900;
18
+ }
19
+ .highlight .o, .highlight .ow {
20
+ color: #93a1a1;
21
+ }
22
+ .highlight .p, .highlight .pi {
23
+ color: #93a1a1;
24
+ }
25
+ .highlight .gi {
26
+ color: #859900;
27
+ }
28
+ .highlight .gd {
29
+ color: #dc322f;
30
+ }
31
+ .highlight .gh {
32
+ color: #268bd2;
33
+ background-color: #002b36;
34
+ font-weight: bold;
35
+ }
36
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
37
+ color: #6c71c4;
38
+ }
39
+ .highlight .kc {
40
+ color: #cb4b16;
41
+ }
42
+ .highlight .kt {
43
+ color: #cb4b16;
44
+ }
45
+ .highlight .kd {
46
+ color: #cb4b16;
47
+ }
48
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
49
+ color: #859900;
50
+ }
51
+ .highlight .sr {
52
+ color: #2aa198;
53
+ }
54
+ .highlight .si {
55
+ color: #d33682;
56
+ }
57
+ .highlight .se {
58
+ color: #d33682;
59
+ }
60
+ .highlight .nn {
61
+ color: #b58900;
62
+ }
63
+ .highlight .nc {
64
+ color: #b58900;
65
+ }
66
+ .highlight .no {
67
+ color: #b58900;
68
+ }
69
+ .highlight .na {
70
+ color: #268bd2;
71
+ }
72
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
73
+ color: #859900;
74
+ }
75
+ .highlight .ss {
76
+ color: #859900;
77
+ }
@@ -0,0 +1,77 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #586e75;
5
+ }
6
+ .highlight .err {
7
+ color: #002b36;
8
+ background-color: #dc322f;
9
+ }
10
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
11
+ color: #657b83;
12
+ }
13
+ .highlight .cp {
14
+ color: #b58900;
15
+ }
16
+ .highlight .nt {
17
+ color: #b58900;
18
+ }
19
+ .highlight .o, .highlight .ow {
20
+ color: #93a1a1;
21
+ }
22
+ .highlight .p, .highlight .pi {
23
+ color: #93a1a1;
24
+ }
25
+ .highlight .gi {
26
+ color: #859900;
27
+ }
28
+ .highlight .gd {
29
+ color: #dc322f;
30
+ }
31
+ .highlight .gh {
32
+ color: #268bd2;
33
+ background-color: #002b36;
34
+ font-weight: bold;
35
+ }
36
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
37
+ color: #6c71c4;
38
+ }
39
+ .highlight .kc {
40
+ color: #cb4b16;
41
+ }
42
+ .highlight .kt {
43
+ color: #cb4b16;
44
+ }
45
+ .highlight .kd {
46
+ color: #cb4b16;
47
+ }
48
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
49
+ color: #859900;
50
+ }
51
+ .highlight .sr {
52
+ color: #2aa198;
53
+ }
54
+ .highlight .si {
55
+ color: #d33682;
56
+ }
57
+ .highlight .se {
58
+ color: #d33682;
59
+ }
60
+ .highlight .nn {
61
+ color: #b58900;
62
+ }
63
+ .highlight .nc {
64
+ color: #b58900;
65
+ }
66
+ .highlight .no {
67
+ color: #b58900;
68
+ }
69
+ .highlight .na {
70
+ color: #268bd2;
71
+ }
72
+ .highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
73
+ color: #859900;
74
+ }
75
+ .highlight .ss {
76
+ color: #859900;
77
+ }
@@ -0,0 +1,63 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight, .highlight .w {
4
+ color: #000000;
5
+ background-color: #ffffff;
6
+ }
7
+ .highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
8
+ font-style: italic;
9
+ }
10
+ .highlight .cp {
11
+ }
12
+ .highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kr, .highlight .kv {
13
+ font-weight: bold;
14
+ }
15
+ .highlight .kp {
16
+ }
17
+ .highlight .kt {
18
+ }
19
+ .highlight .o, .highlight .ow {
20
+ font-weight: bold;
21
+ }
22
+ .highlight .nc {
23
+ font-weight: bold;
24
+ }
25
+ .highlight .nn {
26
+ font-weight: bold;
27
+ }
28
+ .highlight .ne {
29
+ font-weight: bold;
30
+ }
31
+ .highlight .ni {
32
+ font-weight: bold;
33
+ }
34
+ .highlight .nt {
35
+ font-weight: bold;
36
+ }
37
+ .highlight .s, .highlight .sa, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
38
+ font-style: italic;
39
+ }
40
+ .highlight .si {
41
+ font-weight: bold;
42
+ }
43
+ .highlight .se {
44
+ font-weight: bold;
45
+ }
46
+ .highlight .gh {
47
+ font-weight: bold;
48
+ }
49
+ .highlight .gu {
50
+ font-weight: bold;
51
+ }
52
+ .highlight .ge {
53
+ font-style: italic;
54
+ }
55
+ .highlight .gs {
56
+ font-weight: bold;
57
+ }
58
+ .highlight .gp {
59
+ font-weight: bold;
60
+ }
61
+ .highlight .err {
62
+ color: #FF0000;
63
+ }