Skip to content

Commit

Permalink
💄 chore: update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Feb 2, 2025
1 parent 6c6165e commit c826f96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineConfig({

footer: {
message: 'Released under the GPL3.0 License.',
copyright: 'Copyright © 2022-present Nyakku Shigure',
copyright: 'Copyright © 2025-present Nyakku Shigure',
},

editLink: {
Expand Down
41 changes: 10 additions & 31 deletions docs/.vitepress/theme/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,21 @@
* -------------------------------------------------------------------------- */

:root {
--vp-c-brand: #29c9cf;
--vp-c-brand-light: #3fe0e0;
--vp-c-brand-lighter: #67e8e2;
--vp-c-brand-dark: #53aaf2;
--vp-c-brand-darker: #4586e1;
--vp-c-brand-dimm: rgba(100, 108, 255, 0.08);
--vp-c-brand-1: #31b1b1;
--vp-c-brand-2: #29c5ca;
--vp-c-brand-3: #67e8e2;
--vp-c-brand-soft:#29c9cf33;
}

/**
* Component: Button
* -------------------------------------------------------------------------- */

:root {
--vp-button-brand-border: var(--vp-c-brand-light);
--vp-button-brand-text: var(--vp-c-text-dark-1);
--vp-button-brand-bg: var(--vp-c-brand);
--vp-button-brand-hover-border: var(--vp-c-brand-light);
--vp-button-brand-hover-text: var(--vp-c-text-dark-1);
--vp-button-brand-hover-bg: var(--vp-c-brand-light);
--vp-button-brand-active-border: var(--vp-c-brand-light);
--vp-button-brand-active-text: var(--vp-c-text-dark-1);
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
}

/**
* Component: Custom Block
* -------------------------------------------------------------------------- */

:root {
--vp-custom-block-tip-border: var(--vp-c-brand);
--vp-custom-block-tip-text: var(--vp-c-brand-darker);
--vp-custom-block-tip-bg: var(--vp-c-brand-dimm);
}

.dark {
--vp-custom-block-tip-border: var(--vp-c-brand);
--vp-custom-block-tip-text: var(--vp-c-brand-lighter);
--vp-custom-block-tip-bg: var(--vp-c-brand-dimm);
--vp-button-brand-text: var(--vp-c-bg-soft);
--vp-button-brand-bg: var(--vp-c-brand-2);
--vp-button-brand-hover-text: var(--vp-c-bg-soft);
--vp-button-brand-hover-bg: var(--vp-c-brand-3);
--vp-button-brand-active-text: var(--vp-c-bg-soft);
--vp-button-brand-active-bg: var(--vp-c-brand-2);
}
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ features:
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(60deg, #34fefe 30%, #8927f2);
--vp-home-hero-name-background: -webkit-linear-gradient(20deg, #34fefe 30%,#47caff);

--vp-home-hero-image-background-image: linear-gradient(-60deg, #8927f2 50%, #47caff 50%);
--vp-home-hero-image-background-image: linear-gradient(-20deg, #23f0e2 50%, #47caff 30%);
--vp-home-hero-image-filter: blur(44px);
}

Expand Down

0 comments on commit c826f96

Please sign in to comment.