Skip to content

Commit 6f8c207

Browse files
committed
brand colors
1 parent afa5059 commit 6f8c207

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
:root {
2-
--vp-c-purple-1: #7135be;
3-
--vp-c-purple-2: #7f42cd;
4-
--vp-c-purple-3: #9555e2;
5-
--vp-c-purple-soft: rgba(155, 91, 233, 0.14);
62
--vp-c-red: #f43f5e;
73
--vp-c-green: #10b981;
84
--vp-c-blue: #0092ff;
95
--vp-c-purple: #a463f2;
10-
--vp-c-brand-1: var(--vp-c-purple-1);
11-
--vp-c-brand-2: var(--vp-c-purple-2);
12-
--vp-c-brand-3: var(--vp-c-purple-3);
13-
--vp-c-brand-soft: var(--vp-c-purple-soft);
6+
--theme-phosphate: #148576;
7+
--theme-phosphate-soft: #d7fbf7;
8+
--vp-c-brand-1: var(--theme-phosphate); /* link and brand color */
9+
--vp-c-brand-2: var(--theme-phosphate);
10+
--vp-c-brand-3: rgb(243, 139, 233); /* home page alt color */
11+
--vp-c-brand-soft: var(--theme-phosphate-soft);
1412
--vp-font-family-base: -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu,
1513
roboto, noto, "segoe ui", arial, sans-serif;
1614
--sans-text: Inter, var(--vp-font-family-base);
1715
--mono-heading: "Spline Sans Mono", monospace;
1816
}
1917

2018
.dark {
21-
--vp-c-purple-1: #db96ff;
22-
--vp-c-purple-2: #9a5ae8;
23-
--vp-c-purple-3: #884ad6;
24-
--vp-c-purple-soft: rgba(155, 91, 233, 0.16);
19+
--theme-phosphate: #37d5be;
20+
--vp-c-brand-3: rgb(183, 41, 169); /* home page alt color */
21+
--theme-phosphate-soft: #033a32;
2522
--vp-c-text-1: #f5f5f5;
2623
}
2724

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ features:
9090

9191
:root {
9292
--vp-home-hero-name-color: transparent;
93-
--vp-home-hero-name-background: linear-gradient(-30deg, hsl(200deg 100% 65%), var(--vp-c-purple));
93+
--vp-home-hero-name-background: linear-gradient(-30deg, var(--vp-c-brand-3), var(--vp-c-brand-1));
9494
}
9595

9696
:root.dark .VPHero .VPImage {

0 commit comments

Comments
 (0)