Skip to content

Commit

Permalink
Update palette themes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Feb 5, 2025
1 parent 18a4390 commit eabbb6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.vuepress/styles/palette.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
$theme-color: #e968dd;
$primary-color: $theme-color;
$vp-c-accent: $theme-color;

$bg-color: #000000;
$vp-c-bg: $bg-color;
$vp-c-bg-elv-soft: $bg-color;
$bg-color-secondary: #1a1a1a;
$vp-c-bg-alt: $bg-color-secondary;

$text-color: #fff;
$vp-c-text: $text-color;
$border-color: #1a1a1a;
$vp-c-border: $border-color;
$border-color-dark: #1a1a1a;

$navbar-height: 80px;
$navbar-horizontal-padding: 24px;
$navbar-vertical-padding: 16px;

$font-family: '"Inter", Arial, sans-serif';
$vp-font: $font-family;
$font-family-heading: '"Futura", Arial, sans-serif';
$vp-font-heading: $font-family-heading;

0 comments on commit eabbb6b

Please sign in to comment.