tangled
alpha
login
or
join now
ptr.pet
/
endpoint
0
fork
atom
data endpoint for entity 90008 (aka. a website)
0
fork
atom
overview
issues
pulls
pipelines
new colorschemers
ptr.pet
2 months ago
b2624d81
c91d0f85
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
0/0
Waiting for spindle ...
+6
-6
1 changed file
expand all
collapse all
unified
split
eunomia
tailwind.config.js
+6
-6
eunomia/tailwind.config.js
reviewed
···
36
36
},
37
37
colors: {
38
38
ralsei: {
39
39
-
pink: {
40
40
-
regular: '#fe96e0',
41
41
-
neon: '#ff3eb7'
42
42
-
},
43
39
white: '#fff9fe',
44
40
black: '#000801',
45
41
green: {
46
46
-
light: '#4dcc8e',
47
47
-
dark: '#162d26'
42
42
+
light: 'hsla(180, 90%, 42.5%, 1.00)',
43
43
+
dark: 'hsla(240, 45%, 8%, 1.00)'
44
44
+
},
45
45
+
pink: {
46
46
+
regular: 'hsla(260, 90%, 65%, 1.0)',
47
47
+
neon: 'hsla(270, 95%, 68%, 1.0)'
48
48
}
49
49
}
50
50
}