Skip to content

Commit 1cab3a5

Browse files
committed
assort
1 parent b8463a0 commit 1cab3a5

File tree

5 files changed

+178
-3
lines changed

5 files changed

+178
-3
lines changed

.site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepx": "npm run squarkx && npm run vivid",
1010
"squark": "cd ../.stranger-quarkdown && rake squark[fonts, scss] && cd ../.site",
1111
"squarkx": "cd ../.stranger-quarkdown && rake squark[fonts, assets, scss] && cd ../.site",
12-
"vivid": "python vividity/export --root=src/palettes",
12+
"vivid": "python vividity/export --root=src/palettes css js",
1313
"build": "vite build",
1414
"buildx": "npm run prepx && npm run build",
1515
"preview": "vite preview"

.site/src/palettes/palettes.css

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
/* Ignite
2+
* 1.0
3+
*
4+
*/
5+
.ignite {
6+
--col-prot: oklch(69.96% 0.20 44.44);
7+
--col-deut: oklch(86.44% 0.177 93.53);
8+
--col-focus: cyan;
9+
--col-text: white;
10+
--col-text-prot: white;
11+
--col-text-deut: white;
12+
--col-text-trit: white;
13+
--col-text-bold: white;
14+
--col-back: oklch(10% 0 0);
15+
--col-back-prot: oklch(10% 0 0);
16+
--col-back-deut: oklch(20% 0 0);
17+
--col-back-trit: oklch(30% 0 0);
18+
--col-line: oklch(45% 0 0);
19+
--col-line-prot: red;
20+
--col-line-deut: red;
21+
--col-link: oklch(86.44% 0.177 93.53);
22+
--col-link-hover: oklch(75.78% 0.1634 70.24);
23+
--col-link-click: ;
24+
--col-card: ;
25+
--col-card-hover: ;
26+
--col-card-click: ;
27+
}
28+
29+
/* soup
30+
* 1.0
31+
* Light colours for the Assort site
32+
*/
33+
.soup {
34+
--col-prot: ;
35+
--col-deut: ;
36+
--col-focus: ;
37+
--col-text: ;
38+
--col-text-prot: ;
39+
--col-text-deut: ;
40+
--col-text-trit: ;
41+
--col-text-bold: ;
42+
--col-back: ;
43+
--col-back-prot: ;
44+
--col-back-deut: ;
45+
--col-back-trit: ;
46+
--col-line: ;
47+
--col-line-prot: ;
48+
--col-line-deut: ;
49+
--col-link: ;
50+
--col-link-hover: ;
51+
--col-link-click: ;
52+
--col-card: ;
53+
--col-card-hover: ;
54+
--col-card-click: ;
55+
}
56+
57+
/* souper
58+
* 1.0
59+
* Dark colours for the Assort site
60+
*/
61+
.souper {
62+
--col-prot: ;
63+
--col-deut: ;
64+
--col-focus: ;
65+
--col-text: ;
66+
--col-text-prot: ;
67+
--col-text-deut: ;
68+
--col-text-trit: ;
69+
--col-text-bold: ;
70+
--col-back: ;
71+
--col-back-prot: ;
72+
--col-back-deut: ;
73+
--col-back-trit: ;
74+
--col-line: ;
75+
--col-line-prot: ;
76+
--col-line-deut: ;
77+
--col-link: ;
78+
--col-link-hover: ;
79+
--col-link-click: ;
80+
--col-card: ;
81+
--col-card-hover: ;
82+
--col-card-click: ;
83+
}

.site/src/palettes/palettes.js

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
[
2+
{
3+
name: "Ignite",
4+
shard: "ignite",
5+
desc: "",
6+
ver: "1.0",
7+
duality: "dark",
8+
cols: {
9+
prot: "oklch(69.96% 0.20 44.44)",
10+
deut: "oklch(86.44% 0.177 93.53)",
11+
focus: "cyan",
12+
text: "white",
13+
"text-prot": "white",
14+
"text-deut": "white",
15+
"text-trit": "white",
16+
"text-bold": "white",
17+
back: "oklch(10% 0 0)",
18+
"back-prot": "oklch(10% 0 0)",
19+
"back-deut": "oklch(20% 0 0)",
20+
"back-trit": "oklch(30% 0 0)",
21+
line: "oklch(45% 0 0)",
22+
"line-prot": "red",
23+
"line-deut": "red",
24+
link: "oklch(86.44% 0.177 93.53)",
25+
"link-hover": "oklch(75.78% 0.1634 70.24)",
26+
"link-click": "",
27+
card: "",
28+
"card-hover": "",
29+
"card-click": ""
30+
}
31+
},
32+
{
33+
name: "soup",
34+
shard: "soup",
35+
desc: "Light colours for the Assort site",
36+
ver: "1.0",
37+
duality: "light",
38+
cols: {
39+
prot: "",
40+
deut: "",
41+
focus: "",
42+
text: "",
43+
"text-prot": "",
44+
"text-deut": "",
45+
"text-trit": "",
46+
"text-bold": "",
47+
back: "",
48+
"back-prot": "",
49+
"back-deut": "",
50+
"back-trit": "",
51+
line: "",
52+
"line-prot": "",
53+
"line-deut": "",
54+
link: "",
55+
"link-hover": "",
56+
"link-click": "",
57+
card: "",
58+
"card-hover": "",
59+
"card-click": ""
60+
}
61+
},
62+
{
63+
name: "souper",
64+
shard: "souper",
65+
desc: "Dark colours for the Assort site",
66+
ver: "1.0",
67+
duality: "dark",
68+
cols: {
69+
prot: "",
70+
deut: "",
71+
focus: "",
72+
text: "",
73+
"text-prot": "",
74+
"text-deut": "",
75+
"text-trit": "",
76+
"text-bold": "",
77+
back: "",
78+
"back-prot": "",
79+
"back-deut": "",
80+
"back-trit": "",
81+
line: "",
82+
"line-prot": "",
83+
"line-deut": "",
84+
link: "",
85+
"link-hover": "",
86+
"link-click": "",
87+
card: "",
88+
"card-hover": "",
89+
"card-click": ""
90+
}
91+
}
92+
]

.site/src/site-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"exported": "2024-07-27",
2+
"exported": "2024-09-03",
33
"index": {
44
"info": [
55
".squarkdown/content/frequerys.md",

.site/vividity

0 commit comments

Comments
 (0)