Skip to content

Commit

Permalink
docs: update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Jan 12, 2025
1 parent 914e203 commit 2876b20
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions doc/.vitepress/theme/vaporwave.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
--vw-purple: #9a77cf;
--vw-green: #1da912;
--vw-blue: #118dc3;
--vw-yellow: #eea825;

/* Base */
--vw-base-bg: var(--vp-c-bg);
Expand All @@ -13,6 +14,7 @@

--vp-c-brand-1: var(--vw-purple);
--vp-c-text-1: #6a6a6a;
--vp-c-text-3: var(--vw-yellow);
--vp-code-color: var(--vp-c-brand-1);

/* Note info panel */
Expand Down Expand Up @@ -53,21 +55,22 @@
}

.dark {
--vp-c-bg: #1b1d2a;
--vp-c-bg-alt: #222435;
--vp-c-gutter: #585b89;
--vp-c-text-1: #b4b7cf;
--vp-c-text-2: #8e91b7;

/* Custom colors */
--vw-fg: #b4b7cf;
--vw-purple: #c678dd;
--vw-green: #75be78;
--vw-blue: #25abe4;
--vw-yellow: #eae852;
--vp-c-bg: #1b1d2a;

/* Override base background for dark mode */
--vw-base-bg-mixer: 20%;

--vp-c-bg-alt: #222435;
--vp-c-brand-2: var(--vw-green);
--vp-c-gutter: var(--vw-blue);
--vp-c-divider: var(--vw-green);
--vp-c-text-3: var(--vw-green);
--vp-c-text-1: #b4b7cf;
--vp-c-text-2: #8e91b7;
--vp-c-text-3: var(--vw-yellow);

/* Override base background for dark mode */
--vw-base-bg-mixer: 20%;
}

0 comments on commit 2876b20

Please sign in to comment.