Skip to content

Commit bb1abd9

Browse files
authored
Merge pull request #6 from hackclub/sampoder-patch-1
2 parents 69e2b59 + 66e56fe commit bb1abd9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

frontend/tailwind.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ export default {
1616
...themes,
1717
{
1818
scrapyard: {
19-
primary: "#91ccf4",
19+
primary: "#f68987",
2020

21-
secondary: "#F1A3BA",
21+
secondary: "#337d78",
2222

2323
accent: "#F3D24F",
2424

25-
neutral: "#47aea9",
25+
neutral: "#fff536",
2626

27-
"base-100": "#337d78",
28-
"base-200": "1e4947",
27+
"base-100": "#28615d",
28+
"base-200": "#1e4947",
2929
"base-300": "#183a38",
3030

3131
info: "#00ffff",
3232

33-
success: "#00ff00",
33+
success: "#92ccf4",
3434

35-
warning: "#f59e0b",
35+
warning: "#fff536",
3636

37-
error: "#e11d48",
37+
error: "#e74b3c",
3838
},
3939
},
4040
],

0 commit comments

Comments
 (0)