@standardnotes/community-cdn 0.15.33 → 0.15.35
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.
- package/CHANGELOG.md +8 -0
- package/dist/entries/com.sncommunity.coffee-theme.json +16 -0
- package/dist/entries/com.sncommunity.dark-mint-theme.json +16 -0
- package/dist/entries/com.sncommunity.lights-out-theme.json +16 -0
- package/dist/packages.json +48 -0
- package/dist/static/com.sncommunity.coffee-theme/dist/plugin.json +9 -0
- package/dist/static/com.sncommunity.coffee-theme/dist/theme.css +79 -0
- package/dist/static/com.sncommunity.dark-mint-theme/dist/plugin.json +8 -0
- package/dist/static/com.sncommunity.dark-mint-theme/dist/theme.css +81 -0
- package/dist/static/com.sncommunity.lights-out-theme/dist/plugin.json +9 -0
- package/dist/static/com.sncommunity.lights-out-theme/dist/theme.css +83 -0
- package/dist/zips/com.sncommunity.coffee-theme.zip +0 -0
- package/dist/zips/com.sncommunity.dark-mint-theme.zip +0 -0
- package/dist/zips/com.sncommunity.lights-out-theme.zip +0 -0
- package/package.json +2 -2
- package/plugins.json +13 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.15.35](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.15.34...@standardnotes/community-cdn@0.15.35) (2026-01-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
9
|
+
|
|
10
|
+
## [0.15.34](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.15.33...@standardnotes/community-cdn@0.15.34) (2026-01-19)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
13
|
+
|
|
6
14
|
## [0.15.33](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.15.32...@standardnotes/community-cdn@0.15.33) (2026-01-16)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Coffee Theme",
|
|
3
|
+
"content_type": "SN|Theme",
|
|
4
|
+
"area": "themes",
|
|
5
|
+
"main": "dist/theme.css",
|
|
6
|
+
"showInGallery": true,
|
|
7
|
+
"identifier": "com.sncommunity.coffee-theme",
|
|
8
|
+
"version": "1.0.2",
|
|
9
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.coffee-theme/dist/theme.css",
|
|
10
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.coffee-theme.zip",
|
|
11
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.coffee-theme.json",
|
|
12
|
+
"publisher": "Passkeys",
|
|
13
|
+
"description": "A coffee inspired theme for Standard Notes.",
|
|
14
|
+
"base64Hash": "3f526a19bf75c75b62f9063eea2aa51ddecfb1f365cb85437154137cc4bdf78e",
|
|
15
|
+
"binaryHash": "a0abc897cf9ae2c5e4638d2066ed3a26fc3ac68b58163a5b95a173fc0bffaaf2"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Dark Mint Theme",
|
|
3
|
+
"content_type": "SN|Theme",
|
|
4
|
+
"area": "themes",
|
|
5
|
+
"main": "dist/theme.css",
|
|
6
|
+
"showInGallery": true,
|
|
7
|
+
"identifier": "com.sncommunity.dark-mint-theme",
|
|
8
|
+
"version": "1.0.0",
|
|
9
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.dark-mint-theme/dist/theme.css",
|
|
10
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.dark-mint-theme.zip",
|
|
11
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.dark-mint-theme.json",
|
|
12
|
+
"publisher": "Passkeys",
|
|
13
|
+
"description": "A dark mint theme for Standard Notes.",
|
|
14
|
+
"base64Hash": "b020f46533a52cd5a7fa37e237fc16e0c8b325268c1fc1395a04174d0c70c943",
|
|
15
|
+
"binaryHash": "3c73d6faee403e1186ed98942e15d268d59a2431316bc9436dba24d2aed220eb"
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Lights Out",
|
|
3
|
+
"content_type": "SN|Theme",
|
|
4
|
+
"area": "themes",
|
|
5
|
+
"main": "dist/theme.css",
|
|
6
|
+
"showInGallery": true,
|
|
7
|
+
"identifier": "com.sncommunity.lights-out-theme",
|
|
8
|
+
"version": "1.0.0",
|
|
9
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.lights-out-theme/dist/theme.css",
|
|
10
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.lights-out-theme.zip",
|
|
11
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.lights-out-theme.json",
|
|
12
|
+
"publisher": "Passkeys",
|
|
13
|
+
"description": "A pitch black theme for Standard Notes.",
|
|
14
|
+
"base64Hash": "e31abd891b974d3046256fc1401721745529c215fbc49049a9d6643c423069b9",
|
|
15
|
+
"binaryHash": "21128b18bf1b986e675318fc0d035b5432a5b04afc70faded0f1b9209780d570"
|
|
16
|
+
}
|
package/dist/packages.json
CHANGED
|
@@ -284,5 +284,53 @@
|
|
|
284
284
|
"description": "A light blue theme for Standard Notes.",
|
|
285
285
|
"base64Hash": "268a05aa0078e2d04e61a638e0e17e28fcbb377150f8d7311ab54ce672c50fda",
|
|
286
286
|
"binaryHash": "78e784af623e95aa310ec0dae01c449ec6de97055de514fddeab04e4b253eb9d"
|
|
287
|
+
},
|
|
288
|
+
"com.sncommunity.dark-mint-theme": {
|
|
289
|
+
"name": "Dark Mint Theme",
|
|
290
|
+
"content_type": "SN|Theme",
|
|
291
|
+
"area": "themes",
|
|
292
|
+
"main": "dist/theme.css",
|
|
293
|
+
"showInGallery": true,
|
|
294
|
+
"identifier": "com.sncommunity.dark-mint-theme",
|
|
295
|
+
"version": "1.0.0",
|
|
296
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.dark-mint-theme/dist/theme.css",
|
|
297
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.dark-mint-theme.zip",
|
|
298
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.dark-mint-theme.json",
|
|
299
|
+
"publisher": "Passkeys",
|
|
300
|
+
"description": "A dark mint theme for Standard Notes.",
|
|
301
|
+
"base64Hash": "b020f46533a52cd5a7fa37e237fc16e0c8b325268c1fc1395a04174d0c70c943",
|
|
302
|
+
"binaryHash": "3c73d6faee403e1186ed98942e15d268d59a2431316bc9436dba24d2aed220eb"
|
|
303
|
+
},
|
|
304
|
+
"com.sncommunity.coffee-theme": {
|
|
305
|
+
"name": "Coffee Theme",
|
|
306
|
+
"content_type": "SN|Theme",
|
|
307
|
+
"area": "themes",
|
|
308
|
+
"main": "dist/theme.css",
|
|
309
|
+
"showInGallery": true,
|
|
310
|
+
"identifier": "com.sncommunity.coffee-theme",
|
|
311
|
+
"version": "1.0.2",
|
|
312
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.coffee-theme/dist/theme.css",
|
|
313
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.coffee-theme.zip",
|
|
314
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.coffee-theme.json",
|
|
315
|
+
"publisher": "Passkeys",
|
|
316
|
+
"description": "A coffee inspired theme for Standard Notes.",
|
|
317
|
+
"base64Hash": "3f526a19bf75c75b62f9063eea2aa51ddecfb1f365cb85437154137cc4bdf78e",
|
|
318
|
+
"binaryHash": "a0abc897cf9ae2c5e4638d2066ed3a26fc3ac68b58163a5b95a173fc0bffaaf2"
|
|
319
|
+
},
|
|
320
|
+
"com.sncommunity.lights-out-theme": {
|
|
321
|
+
"name": "Lights Out",
|
|
322
|
+
"content_type": "SN|Theme",
|
|
323
|
+
"area": "themes",
|
|
324
|
+
"main": "dist/theme.css",
|
|
325
|
+
"showInGallery": true,
|
|
326
|
+
"identifier": "com.sncommunity.lights-out-theme",
|
|
327
|
+
"version": "1.0.0",
|
|
328
|
+
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.lights-out-theme/dist/theme.css",
|
|
329
|
+
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.lights-out-theme.zip",
|
|
330
|
+
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.lights-out-theme.json",
|
|
331
|
+
"publisher": "Passkeys",
|
|
332
|
+
"description": "A pitch black theme for Standard Notes.",
|
|
333
|
+
"base64Hash": "e31abd891b974d3046256fc1401721745529c215fbc49049a9d6643c423069b9",
|
|
334
|
+
"binaryHash": "21128b18bf1b986e675318fc0d035b5432a5b04afc70faded0f1b9209780d570"
|
|
287
335
|
}
|
|
288
336
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"identifier": "com.sncommunity.coffee-theme",
|
|
3
|
+
"name": "Coffee Theme",
|
|
4
|
+
"content_type": "SN|Theme",
|
|
5
|
+
"area": "themes",
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"description": "A coffee inspired theme for Standard Notes.",
|
|
8
|
+
"url": "https://github.com/PASSK3YS/plugins/raw/main/packages/com.sncommunity.coffee-theme/dist/plugin.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--background-1: #231713;
|
|
3
|
+
--background-2: #120A08;
|
|
4
|
+
--background-3: #3E2C26;
|
|
5
|
+
--border-color: #120B09;
|
|
6
|
+
|
|
7
|
+
--foreground-1: #EAE0D5;
|
|
8
|
+
--foreground-2: #C6AC8F;
|
|
9
|
+
--highlight: #D4A373;
|
|
10
|
+
|
|
11
|
+
--sn-stylekit-neutral-color: var(--foreground-2);
|
|
12
|
+
--sn-stylekit-neutral-contrast-color: #1A110E;
|
|
13
|
+
|
|
14
|
+
--sn-stylekit-info-color: var(--highlight);
|
|
15
|
+
--sn-stylekit-info-color-darkened: #B0825B;
|
|
16
|
+
--sn-stylekit-info-contrast-color: #1A110E;
|
|
17
|
+
--sn-stylekit-info-backdrop-color: var(--background-3);
|
|
18
|
+
|
|
19
|
+
--sn-stylekit-success-color: #8F9779;
|
|
20
|
+
--sn-stylekit-success-contrast-color: #1A110E;
|
|
21
|
+
|
|
22
|
+
--sn-stylekit-warning-color: #E6C229;
|
|
23
|
+
--sn-stylekit-warning-contrast-color: #1A110E;
|
|
24
|
+
|
|
25
|
+
--sn-stylekit-danger-color: #A33B3B;
|
|
26
|
+
--sn-stylekit-danger-contrast-color: #EAE0D5;
|
|
27
|
+
|
|
28
|
+
--sn-stylekit-shadow-color: var(--border-color);
|
|
29
|
+
--sn-stylekit-background-color: var(--background-1);
|
|
30
|
+
|
|
31
|
+
--sn-stylekit-border-color: var(--border-color);
|
|
32
|
+
--sn-stylekit-foreground-color: var(--foreground-1);
|
|
33
|
+
|
|
34
|
+
--sn-stylekit-contrast-background-color: var(--background-3);
|
|
35
|
+
--sn-stylekit-contrast-border-color: var(--border-color);
|
|
36
|
+
--sn-stylekit-contrast-foreground-color: var(--foreground-1);
|
|
37
|
+
|
|
38
|
+
--sn-stylekit-secondary-background-color: var(--background-2);
|
|
39
|
+
--sn-stylekit-secondary-foreground-color: var(--foreground-1);
|
|
40
|
+
--sn-stylekit-secondary-border-color: var(--border-color);
|
|
41
|
+
|
|
42
|
+
--sn-stylekit-secondary-contrast-border-color: var(--background-3);
|
|
43
|
+
--sn-stylekit-secondary-contrast-background-color: var(--background-2);
|
|
44
|
+
--sn-stylekit-secondary-contrast-foreground-color: var(--foreground-1);
|
|
45
|
+
|
|
46
|
+
--sn-stylekit-editor-background-color: var(--background-1);
|
|
47
|
+
--sn-stylekit-editor-foreground-color: var(--foreground-1);
|
|
48
|
+
|
|
49
|
+
--sn-stylekit-paragraph-text-color: var(--foreground-1);
|
|
50
|
+
|
|
51
|
+
--sn-stylekit-input-placeholder-color: var(--foreground-2);
|
|
52
|
+
--sn-stylekit-input-border-color: var(--highlight);
|
|
53
|
+
|
|
54
|
+
--sn-stylekit-scrollbar-thumb-color: #5D473B;
|
|
55
|
+
--sn-stylekit-scrollbar-track-border-color: var(--border-color);
|
|
56
|
+
|
|
57
|
+
--sn-stylekit-theme-type: dark;
|
|
58
|
+
--sn-stylekit-theme-name: Coffee;
|
|
59
|
+
|
|
60
|
+
--sn-stylekit-passive-color-0: var(--foreground-2);
|
|
61
|
+
--sn-stylekit-passive-color-1: var(--highlight);
|
|
62
|
+
|
|
63
|
+
--sn-stylekit-passive-color-3: var(--border-color);
|
|
64
|
+
--sn-stylekit-passive-color-4: var(--background-2);
|
|
65
|
+
|
|
66
|
+
--sn-stylekit-passive-color-4-opacity-variant: #5D473B;
|
|
67
|
+
--sn-stylekit-passive-color-5: var(--background-3);
|
|
68
|
+
|
|
69
|
+
--sn-stylekit-passive-color-super-light: var(--foreground-2);
|
|
70
|
+
|
|
71
|
+
--sn-stylekit-accessory-tint-color-1: var(--foreground-2);
|
|
72
|
+
--sn-stylekit-accessory-tint-color-2: var(--foreground-2);
|
|
73
|
+
--sn-stylekit-accessory-tint-color-3: var(--foreground-2);
|
|
74
|
+
--sn-stylekit-accessory-tint-color-4: var(--foreground-2);
|
|
75
|
+
--sn-stylekit-accessory-tint-color-5: var(--foreground-2);
|
|
76
|
+
--sn-stylekit-accessory-tint-color-6: var(--foreground-2);
|
|
77
|
+
|
|
78
|
+
--navigation-item-selected-background-color: var(--background-3);
|
|
79
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--c-bg-deep: #0f1b24;
|
|
3
|
+
--c-bg-sidebar: #152532;
|
|
4
|
+
--c-bg-active: #1a2d3c;
|
|
5
|
+
|
|
6
|
+
--c-mint-bright: #a4f4a1;
|
|
7
|
+
--c-mint-muted: #7fc194;
|
|
8
|
+
--c-mint-dim: #5a8e87;
|
|
9
|
+
--c-border: #1f3649;
|
|
10
|
+
|
|
11
|
+
--c-danger: #ff4c4c;
|
|
12
|
+
--c-warning: #199191;
|
|
13
|
+
|
|
14
|
+
--sn-stylekit-theme-type: dark;
|
|
15
|
+
--sn-stylekit-theme-name: dark-mint-refined;
|
|
16
|
+
|
|
17
|
+
--sn-stylekit-background-color: var(--c-bg-deep);
|
|
18
|
+
--sn-stylekit-foreground-color: var(--c-mint-bright);
|
|
19
|
+
--sn-stylekit-border-color: var(--c-border);
|
|
20
|
+
--sn-stylekit-shadow-color: var(--c-border);
|
|
21
|
+
|
|
22
|
+
--sn-stylekit-contrast-background-color: var(--c-bg-active);
|
|
23
|
+
--sn-stylekit-contrast-foreground-color: var(--c-mint-bright);
|
|
24
|
+
--sn-stylekit-contrast-border-color: var(--c-border);
|
|
25
|
+
|
|
26
|
+
--sn-stylekit-secondary-background-color: var(--c-bg-sidebar);
|
|
27
|
+
--sn-stylekit-secondary-foreground-color: var(--c-mint-bright);
|
|
28
|
+
--sn-stylekit-secondary-border-color: var(--c-border);
|
|
29
|
+
|
|
30
|
+
--navigation-item-selected-background-color: var(--c-bg-active);
|
|
31
|
+
|
|
32
|
+
--sn-stylekit-editor-background-color: var(--c-bg-deep);
|
|
33
|
+
--sn-stylekit-editor-foreground-color: var(--c-mint-bright);
|
|
34
|
+
--sn-stylekit-paragraph-text-color: var(--c-mint-muted);
|
|
35
|
+
|
|
36
|
+
--sn-stylekit-neutral-color: var(--c-mint-muted);
|
|
37
|
+
--sn-stylekit-neutral-contrast-color: white;
|
|
38
|
+
|
|
39
|
+
--sn-stylekit-info-color: var(--c-mint-muted);
|
|
40
|
+
--sn-stylekit-info-contrast-color: black;
|
|
41
|
+
--sn-stylekit-info-backdrop-color: var(--c-bg-deep);
|
|
42
|
+
|
|
43
|
+
--sn-stylekit-success-color: var(--c-mint-muted);
|
|
44
|
+
--sn-stylekit-success-contrast-color: black;
|
|
45
|
+
|
|
46
|
+
--sn-stylekit-warning-color: var(--c-warning);
|
|
47
|
+
--sn-stylekit-warning-contrast-color: black;
|
|
48
|
+
|
|
49
|
+
--sn-stylekit-danger-color: var(--c-danger);
|
|
50
|
+
--sn-stylekit-danger-contrast-color: white;
|
|
51
|
+
|
|
52
|
+
--sn-stylekit-input-placeholder-color: var(--c-mint-dim);
|
|
53
|
+
--sn-stylekit-input-border-color: var(--c-mint-dim);
|
|
54
|
+
|
|
55
|
+
--sn-stylekit-scrollbar-thumb-color: var(--c-mint-dim);
|
|
56
|
+
--sn-stylekit-scrollbar-track-border-color: transparent;
|
|
57
|
+
|
|
58
|
+
--sn-stylekit-passive-color-0: var(--c-mint-muted);
|
|
59
|
+
--sn-stylekit-passive-color-1: var(--c-mint-muted);
|
|
60
|
+
--sn-stylekit-passive-color-3: var(--c-border);
|
|
61
|
+
|
|
62
|
+
--sn-stylekit-passive-color-4: var(--c-bg-active);
|
|
63
|
+
|
|
64
|
+
--sn-stylekit-passive-color-4-opacity-variant: rgba(127, 193, 148, 0.25);
|
|
65
|
+
|
|
66
|
+
--sn-stylekit-passive-color-5: var(--c-bg-deep);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
#blocks-editor hr:after {
|
|
70
|
+
background-color: var(--c-mint-dim);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
::-webkit-scrollbar {
|
|
74
|
+
width: 8px;
|
|
75
|
+
height: 8px;
|
|
76
|
+
background-color: transparent;
|
|
77
|
+
}
|
|
78
|
+
::-webkit-scrollbar-thumb {
|
|
79
|
+
background-color: var(--c-mint-dim);
|
|
80
|
+
border-radius: 4px;
|
|
81
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"identifier": "com.sncommunity.lights-out-theme",
|
|
3
|
+
"name": "Lights Out",
|
|
4
|
+
"content_type": "SN|Theme",
|
|
5
|
+
"area": "themes",
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"description": "A pitch black theme for Standard Notes.",
|
|
8
|
+
"url": "https://github.com/PASSK3YS/plugins/raw/main/packages/com.sncommunity.lights-out-theme/dist/plugin.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--c-true-black: #000000;
|
|
3
|
+
--c-off-black: #090909;
|
|
4
|
+
--c-dark-gray: #151515;
|
|
5
|
+
--c-mid-gray: #737373;
|
|
6
|
+
--c-light-gray: #9C9C9C;
|
|
7
|
+
--c-white: #FFFFFF;
|
|
8
|
+
--c-danger: #FF0000;
|
|
9
|
+
--c-warning: #EEEEEE;
|
|
10
|
+
|
|
11
|
+
--background-primary: var(--c-true-black);
|
|
12
|
+
--background-secondary: var(--c-off-black);
|
|
13
|
+
--border-subtle: var(--c-dark-gray);
|
|
14
|
+
--text-primary: var(--c-white);
|
|
15
|
+
--text-secondary: var(--c-mid-gray);
|
|
16
|
+
|
|
17
|
+
--sn-stylekit-neutral-color: var(--text-secondary);
|
|
18
|
+
--sn-stylekit-neutral-contrast-color: var(--c-true-black);
|
|
19
|
+
|
|
20
|
+
--sn-stylekit-info-color: var(--c-light-gray);
|
|
21
|
+
--sn-stylekit-info-color-darkened: var(--c-mid-gray);
|
|
22
|
+
--sn-stylekit-info-contrast-color: var(--c-true-black);
|
|
23
|
+
--sn-stylekit-info-backdrop-color: var(--background-primary);
|
|
24
|
+
|
|
25
|
+
--sn-stylekit-success-color: var(--c-white);
|
|
26
|
+
--sn-stylekit-success-contrast-color: var(--c-true-black);
|
|
27
|
+
|
|
28
|
+
--sn-stylekit-warning-color: var(--c-warning);
|
|
29
|
+
--sn-stylekit-warning-contrast-color: var(--c-true-black);
|
|
30
|
+
|
|
31
|
+
--sn-stylekit-danger-color: var(--c-danger);
|
|
32
|
+
--sn-stylekit-danger-contrast-color: var(--c-white);
|
|
33
|
+
|
|
34
|
+
--sn-stylekit-shadow-color: var(--border-subtle);
|
|
35
|
+
--sn-stylekit-background-color: var(--background-primary);
|
|
36
|
+
--sn-stylekit-border-color: var(--border-subtle);
|
|
37
|
+
--sn-stylekit-foreground-color: var(--text-primary);
|
|
38
|
+
|
|
39
|
+
--sn-stylekit-contrast-background-color: var(--background-secondary);
|
|
40
|
+
--sn-stylekit-contrast-border-color: var(--border-subtle);
|
|
41
|
+
--sn-stylekit-contrast-foreground-color: var(--text-primary);
|
|
42
|
+
|
|
43
|
+
--sn-stylekit-secondary-background-color: var(--background-secondary);
|
|
44
|
+
--sn-stylekit-secondary-foreground-color: var(--text-primary);
|
|
45
|
+
--sn-stylekit-secondary-border-color: var(--border-subtle);
|
|
46
|
+
|
|
47
|
+
--sn-stylekit-secondary-contrast-border-color: var(--border-subtle);
|
|
48
|
+
--sn-stylekit-secondary-contrast-background-color: var(--background-secondary);
|
|
49
|
+
--sn-stylekit-secondary-contrast-foreground-color: var(--text-primary);
|
|
50
|
+
|
|
51
|
+
--sn-stylekit-editor-background-color: var(--background-primary);
|
|
52
|
+
--sn-stylekit-editor-foreground-color: var(--text-primary);
|
|
53
|
+
|
|
54
|
+
--sn-stylekit-paragraph-text-color: var(--text-secondary);
|
|
55
|
+
|
|
56
|
+
--sn-stylekit-input-placeholder-color: var(--text-secondary);
|
|
57
|
+
--sn-stylekit-input-border-color: var(--border-subtle);
|
|
58
|
+
|
|
59
|
+
--sn-stylekit-scrollbar-thumb-color: var(--c-mid-gray);
|
|
60
|
+
--sn-stylekit-scrollbar-track-border-color: var(--background-secondary);
|
|
61
|
+
|
|
62
|
+
--sn-stylekit-theme-type: dark;
|
|
63
|
+
--sn-stylekit-theme-name: lights out;
|
|
64
|
+
|
|
65
|
+
--sn-stylekit-passive-color-0: var(--text-secondary);
|
|
66
|
+
--sn-stylekit-passive-color-1: var(--text-secondary);
|
|
67
|
+
--sn-stylekit-passive-color-2: var(--background-secondary);
|
|
68
|
+
--sn-stylekit-passive-color-3: var(--border-subtle);
|
|
69
|
+
--sn-stylekit-passive-color-4: var(--background-secondary);
|
|
70
|
+
--sn-stylekit-passive-color-4-opacity-variant: var(--border-subtle);
|
|
71
|
+
--sn-stylekit-passive-color-5: var(--background-primary);
|
|
72
|
+
--sn-stylekit-passive-color-6: var(--background-secondary);
|
|
73
|
+
--sn-stylekit-passive-color-super-light: var(--c-light-gray);
|
|
74
|
+
|
|
75
|
+
--sn-stylekit-accessory-tint-color-1: var(--c-mid-gray);
|
|
76
|
+
--sn-stylekit-accessory-tint-color-2: var(--c-mid-gray);
|
|
77
|
+
--sn-stylekit-accessory-tint-color-3: var(--c-mid-gray);
|
|
78
|
+
--sn-stylekit-accessory-tint-color-4: var(--c-mid-gray);
|
|
79
|
+
--sn-stylekit-accessory-tint-color-5: var(--c-mid-gray);
|
|
80
|
+
--sn-stylekit-accessory-tint-color-6: var(--c-mid-gray);
|
|
81
|
+
|
|
82
|
+
--navigation-item-selected-background-color: var(--sn-stylekit-background-color);
|
|
83
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardnotes/community-cdn",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.35",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/standardnotes/plugins",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"minimatch": "^5.1.0",
|
|
23
23
|
"typescript": "*"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "308df4a1a5625937e930c78ab2e0f992897a37ce"
|
|
26
26
|
}
|
package/plugins.json
CHANGED
|
@@ -62,5 +62,17 @@
|
|
|
62
62
|
{
|
|
63
63
|
"identifier": "com.sncommunity.standard-blue-theme",
|
|
64
64
|
"staticFiles": ["dist", "package.json"]
|
|
65
|
-
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"identifier": "com.sncommunity.dark-mint-theme",
|
|
68
|
+
"staticFiles": ["dist", "package.json"]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"identifier": "com.sncommunity.lights-out-theme",
|
|
72
|
+
"staticFiles": ["dist", "package.json"]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"identifier": "com.sncommunity.coffee-theme",
|
|
76
|
+
"staticFiles": ["dist", "package.json"]
|
|
77
|
+
}
|
|
66
78
|
]
|