noir-for-jekyll 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,42 @@
1
+ // Color scheme for light and dark modes.
2
+
3
+ $light: #ff0066;
4
+ $dark: #1ba77e;
5
+
6
+ // Highlighting color for code block borders and language name.
7
+
8
+ $code-light: #ff0066;
9
+ $code-dark: #d0f6db;
10
+
11
+ $message-green: #62bb47;
12
+ $message-yellow: #fcb827;
13
+ $message-orange: #f6821f;
14
+ $message-red: #e03940;
15
+ $message-purple: #953c96;
16
+ $message-blue: #009ddc;
17
+
18
+ $root-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
19
+ $code-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
20
+ $root-font-size: 16px;
21
+ $root-line-height: 1.5;
22
+
23
+ $body-color: rgba(0,0,0,.8);
24
+ $body-bg: rgba(0,0,0,.03);
25
+ $body-color-dark: hsla(0,0%,100%,.8);
26
+ $body-bg-dark: rgba(0,0,0,.9);
27
+
28
+ $large-breakpoint: 38em;
29
+ $large-font-size: 20px;
30
+
31
+ // Midnight color scheme
32
+
33
+ $midnight-text-color: rgba(0,0,0,.8);
34
+ $midnight-text-color-dark: hsla(0,0%,100%,.8);
35
+ $midnight-body-bg: #FFFFFF;
36
+ $midnight-body-bg-dark: #000000;
37
+ $midnight-accent-light: rgba(191,90,242,1.0);
38
+ $midnight-accent-dark: rgba(10,132,255,1.0);
39
+ $midnight-code-light: rgba(191,90,242,1.0);
40
+ $midnight-code-dark: rgba(10,132,255,1.0);
41
+ $midnight-header-light: #838383;
42
+ $midnight-header-dark: #C0C0C0;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noir-for-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Johnson
@@ -77,6 +77,18 @@ files:
77
77
  - _sass/_syntax.scss
78
78
  - _sass/_type.scss
79
79
  - _sass/_variables.scss
80
+ - _sass/schemes/default/_base.scss
81
+ - _sass/schemes/default/_code.scss
82
+ - _sass/schemes/default/_masthead.scss
83
+ - _sass/schemes/default/_posts.scss
84
+ - _sass/schemes/default/_type.scss
85
+ - _sass/schemes/default/_variables.scss
86
+ - _sass/schemes/midnight/_base.scss
87
+ - _sass/schemes/midnight/_code.scss
88
+ - _sass/schemes/midnight/_masthead.scss
89
+ - _sass/schemes/midnight/_posts.scss
90
+ - _sass/schemes/midnight/_type.scss
91
+ - _sass/schemes/midnight/_variables.scss
80
92
  homepage: https://noir.essentialenemy.com
81
93
  licenses:
82
94
  - MIT