diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f06235c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-node_modules
-dist
diff --git a/assets/alt.png b/assets/alt.png
deleted file mode 100644
index 4bf9b66..0000000
Binary files a/assets/alt.png and /dev/null differ
diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js
deleted file mode 100644
index 50f7d4e..0000000
--- a/docs/.vitepress/config.js
+++ /dev/null
@@ -1,14 +0,0 @@
-module.exports = {
- title: "Rosé Pine",
- description:
- "All natural pine, faux fur and a bit of soho vibes for the classy minimalist",
- themeConfig: {
- nav: [
- { text: "Themes", link: "/themes" },
- { text: "Palette", link: "/palette" },
- { text: "Contributing", link: "/contributing" },
- { text: "Twitter", link: "https://twitter.com/rosepinetheme" },
- { text: "GitHub", link: "https://github.com/rose-pine/rose-pine-theme" },
- ],
- },
-};
diff --git a/docs/.vitepress/theme/index.js b/docs/.vitepress/theme/index.js
deleted file mode 100644
index 3153c23..0000000
--- a/docs/.vitepress/theme/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-import DefaultTheme from "vitepress/theme";
-import "./styles.css";
-
-export default DefaultTheme;
diff --git a/docs/.vitepress/theme/prism-rose-pine-dark.css b/docs/.vitepress/theme/prism-rose-pine-dark.css
deleted file mode 100644
index 3db665b..0000000
--- a/docs/.vitepress/theme/prism-rose-pine-dark.css
+++ /dev/null
@@ -1,201 +0,0 @@
-/**
- * MIT License
- * Rosé Pine Theme
- * https://github.com/rose-pine
- * Ported for PrismJS by fvrests [@fvrests]
- */
-
-code[class*="language-"],
-pre[class*="language-"] {
- color: #e0def4;
- background: #191724;
- font-family: "Cartograph CF", ui-monospace, SFMono-Regular, Menlo, Monaco,
- Consolas, "Liberation Mono", "Courier New", monospace;
- text-align: left;
- white-space: pre;
- word-spacing: normal;
- word-break: normal;
- word-wrap: normal;
- line-height: 1.5;
-
- -moz-tab-size: 4;
- -o-tab-size: 4;
- tab-size: 4;
-
- -webkit-hyphens: none;
- -moz-hyphens: none;
- -ms-hyphens: none;
- hyphens: none;
-
- @media print {
- text-shadow: none;
- }
-}
-
-/* Selection */
-code[class*="language-"]::-moz-selection,
-pre[class*="language-"]::-moz-selection,
-code[class*="language-"] ::-moz-selection,
-pre[class*="language-"] ::-moz-selection {
- background: #2a2837;
-}
-
-code[class*="language-"]::selection,
-pre[class*="language-"]::selection,
-code[class*="language-"] ::selection,
-pre[class*="language-"] ::selection {
- background: #2a2837;
-}
-
-/* Code (block & inline) */
-:not(pre) > code[class*="language-"],
-pre[class*="language-"] {
- color: #e0def4;
- background: #191724;
-}
-
-/* Code blocks */
-pre[class*="language-"] {
- padding: 1em;
- margin: 0.5em 0;
- overflow: auto;
-}
-
-/* Inline code */
-:not(pre) > code[class*="language-"] {
- padding: 0.1em;
- border-radius: 0.3em;
- white-space: normal;
- color: #e0def4;
- background: #191724;
-}
-
-/* Text style & opacity */
-.token.entity {
- cursor: help;
-}
-
-.token.important,
-.token.bold {
- font-weight: bold;
-}
-
-.token.italic,
-.token.selector,
-.token.doctype,
-.token.attr-name,
-.token.inserted,
-.token.deleted,
-.token.comment,
-.token.prolog,
-.token.cdata,
-.token.constant,
-.token.parameter,
-.token.url {
- font-style: italic;
-}
-
-.token.url {
- text-decoration: underline;
-}
-
-.namespace {
- opacity: 0.7;
-}
-
-/* Syntax highlighting */
-.token.constant {
- color: #e0def4;
-}
-
-.token.comment,
-.token.prolog,
-.token.cdata,
-.token.punctuation {
- color: #555169;
-}
-
-.token.delimiter,
-.token.important,
-.token.atrule,
-.token.operator,
-.token.keyword {
- color: #31748f;
-}
-
-.token.tag,
-.token.tag .punctuation,
-.token.doctype,
-.token.variable,
-.token.regex,
-.token.class-name,
-.token.selector,
-.token.inserted {
- color: #9ccfd8;
-}
-
-.token.boolean,
-.token.entity,
-.token.number,
-.token.symbol,
-.token.function {
- color: #ebbcba;
-}
-
-.token.string,
-.token.char,
-.token.property,
-.token.attr-value,
-.token.attr-value .punctuation {
- color: #f6c177;
-}
-
-.token.parameter,
-.token.url,
-.token.name,
-.token.attr-name,
-.token.builtin {
- color: #c4a7e7;
-}
-
-.token.deleted {
- color: #eb6f92;
-}
-
-/* Insertions & deletions */
-.token.inserted {
- background: rgba(156 207 216 0.12);
-}
-
-.token.deleted {
- background: rgba(235 111 146 0.12);
-}
-
-/* Line highlighting */
-pre[data-line] {
- position: relative;
-}
-
-pre[class*="language-"] > code[class*="language-"] {
- position: relative;
- z-index: 1;
-}
-
-.line-highlight,
-.highlight-lines .highlighted {
- position: absolute;
- left: 0;
- right: 0;
- padding: inherit 0;
- margin-top: 1em;
-
- background: #2a2837;
- box-shadow: inset 5px 0 0 #e0def4;
-
- z-index: 0;
-
- pointer-events: none;
-
- line-height: inherit;
- white-space: pre;
-}
diff --git a/docs/.vitepress/theme/prism-rose-pine-dawn.css b/docs/.vitepress/theme/prism-rose-pine-dawn.css
deleted file mode 100644
index 09a4fb1..0000000
--- a/docs/.vitepress/theme/prism-rose-pine-dawn.css
+++ /dev/null
@@ -1,201 +0,0 @@
-/**
- * MIT License
- * Rosé Pine Theme
- * https://github.com/rose-pine
- * Ported for PrismJS by fvrests [@fvrests]
- */
-
-code[class*="language-"],
-pre[class*="language-"] {
- color: #575279;
- background: #faf4ed;
- font-family: "Cartograph CF", ui-monospace, SFMono-Regular, Menlo, Monaco,
- Consolas, "Liberation Mono", "Courier New", monospace;
- text-align: left;
- white-space: pre;
- word-spacing: normal;
- word-break: normal;
- word-wrap: normal;
- line-height: 1.5;
-
- -moz-tab-size: 4;
- -o-tab-size: 4;
- tab-size: 4;
-
- -webkit-hyphens: none;
- -moz-hyphens: none;
- -ms-hyphens: none;
- hyphens: none;
-
- @media print {
- text-shadow: none;
- }
-}
-
-/* Selection */
-code[class*="language-"]::-moz-selection,
-pre[class*="language-"]::-moz-selection,
-code[class*="language-"] ::-moz-selection,
-pre[class*="language-"] ::-moz-selection {
- background: #eee9e6;
-}
-
-code[class*="language-"]::selection,
-pre[class*="language-"]::selection,
-code[class*="language-"] ::selection,
-pre[class*="language-"] ::selection {
- background: #eee9e6;
-}
-
-/* Code (block & inline) */
-:not(pre) > code[class*="language-"],
-pre[class*="language-"] {
- color: #575279;
- background: #faf4ed;
-}
-
-/* Code blocks */
-pre[class*="language-"] {
- padding: 1em;
- margin: 0.5em 0;
- overflow: auto;
-}
-
-/* Inline code */
-:not(pre) > code[class*="language-"] {
- padding: 0.1em;
- border-radius: 0.3em;
- white-space: normal;
- color: #575279;
- background: #faf4ed;
-}
-
-/* Text style & opacity */
-.token.entity {
- cursor: help;
-}
-
-.token.important,
-.token.bold {
- font-weight: bold;
-}
-
-.token.italic,
-.token.selector,
-.token.doctype,
-.token.attr-name,
-.token.inserted,
-.token.deleted,
-.token.comment,
-.token.prolog,
-.token.cdata,
-.token.constant,
-.token.parameter,
-.token.url {
- font-style: italic;
-}
-
-.token.url {
- text-decoration: underline;
-}
-
-.namespace {
- opacity: 0.7;
-}
-
-/* Syntax highlighting */
-.token.constant {
- color: #575279;
-}
-
-.token.comment,
-.token.prolog,
-.token.cdata,
-.token.punctuation {
- color: #9893a5;
-}
-
-.token.delimiter,
-.token.important,
-.token.atrule,
-.token.operator,
-.token.keyword {
- color: #286983;
-}
-
-.token.tag,
-.token.tag .punctuation,
-.token.doctype,
-.token.variable,
-.token.regex,
-.token.class-name,
-.token.selector,
-.token.inserted {
- color: #56949f;
-}
-
-.token.boolean,
-.token.entity,
-.token.number,
-.token.symbol,
-.token.function {
- color: #d7827e;
-}
-
-.token.string,
-.token.char,
-.token.property,
-.token.attr-value,
-.token.attr-value .punctuation {
- color: #ea9d34;
-}
-
-.token.parameter,
-.token.url,
-.token.name,
-.token.attr-name,
-.token.builtin {
- color: #907aa9;
-}
-
-.token.deleted {
- color: #b4637a;
-}
-
-/* Insertions & deletions */
-.token.inserted {
- background: rgba(86 148 159 0.12);
-}
-
-.token.deleted {
- background: rgba(180 99 122 0.12);
-}
-
-/* Line highlighting */
-pre[data-line] {
- position: relative;
-}
-
-pre[class*="language-"] > code[class*="language-"] {
- position: relative;
- z-index: 1;
-}
-
-.line-highlight,
-.highlight-lines .highlighted {
- position: absolute;
- left: 0;
- right: 0;
- padding: inherit 0;
- margin-top: 1em;
-
- background: #eee9e6;
- box-shadow: inset 5px 0 0 #575279;
-
- z-index: 0;
-
- pointer-events: none;
-
- line-height: inherit;
- white-space: pre;
-}
diff --git a/docs/.vitepress/theme/styles.css b/docs/.vitepress/theme/styles.css
deleted file mode 100644
index 52dbb5e..0000000
--- a/docs/.vitepress/theme/styles.css
+++ /dev/null
@@ -1,120 +0,0 @@
-@import url("https://rsms.me/inter/inter.css");
-@import url("./prism-rose-pine-dawn.css") screen;
-@import url("./prism-rose-pine-dark.css") screen and
- (prefers-color-scheme: dark);
-
-@font-face {
- font-family: "Pier Sans";
- font-style: normal;
- font-weight: bold;
- src: url("/fonts/PierSans-Bold.otf") format("opentype");
-}
-
-:root {
- --font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
- Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
-
- --c-white: #faf4ed;
- --c-white-dark: #f2e9de;
- --c-black: #575279;
-
- --c-divider-light: rgba(110, 106, 134, 0.08);
- --c-divider-dark: rgba(110, 106, 134, 0.15);
-
- --c-text-light-1: #575279;
- --c-text-light-2: #6e6a86;
- --c-text-light-3: #9893a5;
-
- --c-brand: #d7827e;
- --c-brand-light: rgba(215, 130, 126, 0.95);
-
- --code-inline-bg-color: rgba(27, 31, 35, 0.05);
- --code-bg-color: #fffaf3;
-
- --highlight: var(--c-divider-light);
-}
-
-@media (prefers-color-scheme: dark) {
- :root {
- --c-white: #191724;
- --c-white-dark: #26233a;
- --c-black: #e0def4;
-
- --c-divider-light: rgba(110, 106, 134, 0.2);
- --c-divider-dark: rgba(110, 106, 134, 0.4);
-
- --c-text-light-1: #e0def4;
- --c-text-light-2: #6e6a86;
- --c-text-light-3: #555169;
-
- --c-brand: #ebbcba;
- --c-brand-light: rgba(235, 188, 186, 0.95);
-
- --code-inline-bg-color: rgba(27, 31, 35, 0.05);
- --code-bg-color: #1f1d2e;
-
- --highlight: var(--c-divider-light);
- }
-}
-
-::selection {
- background-color: var(--highlight);
-}
-
-html {
- font-size: 16px;
-}
-
-table > thead {
- background: var(--code-bg-color);
-}
-
-tr {
- border-top: 1px solid var(--c-divider-light);
-}
-
-tr:nth-child(2n) {
- background-color: var(--code-bg-color);
-}
-
-th,
-td {
- border-color: var(--c-divider-light);
-}
-
-blockquote {
- background: var(--c-white-dark);
- border-color: var(--c-brand-light);
- color: var(--c-text-light-1);
-}
-
-pre > code {
- background: transparent;
-}
-
-code {
- color: var(--c-text-light-1);
- background: var(--highlight);
-}
-
-[class*="language-"] code {
- color: var(--c-text-light-1);
-}
-
-.custom-block.tip {
- background-color: var(--c-white-dark);
-}
-
-.nav-bar .nav-bar-title {
- font-family: "Pier Sans", var(--font-family-base);
- font-weight: bold;
-}
-
-.home-hero img.image {
- max-height: 128px;
-}
-
-.home-hero .title {
- font-family: "Pier Sans", var(--font-family-base);
- font-weight: bold;
-}
diff --git a/docs/components/color-table.vue b/docs/components/color-table.vue
deleted file mode 100644
index daef9fa..0000000
--- a/docs/components/color-table.vue
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
- Role |
- Hex |
- RGB |
- HSL |
-
-
-
-
-
-
- |
- {{ color.role }} |
-
- {{ color.hex }}
- |
-
- {{ color.rgba }}
- |
-
- {{ color.hsla }}
- |
-
-
-
-
-
-
diff --git a/docs/components/terminal-table.vue b/docs/components/terminal-table.vue
deleted file mode 100644
index 9549f12..0000000
--- a/docs/components/terminal-table.vue
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
-
-
-
- Usage |
- Role |
- Dark |
- Moon |
- Dawn |
-
-
-
-
- {{ item.usage }} |
- {{ item.role }} |
-
- {{ colorsByRole[item.role].dark }}
- |
-
- {{ colorsByRole[item.role].moon }}
- |
-
- {{ colorsByRole[item.role].dawn }}
- |
-
-
-
-
diff --git a/docs/contributing.md b/docs/contributing.md
deleted file mode 100644
index f34a0cd..0000000
--- a/docs/contributing.md
+++ /dev/null
@@ -1,52 +0,0 @@
----
-head:
- - - link
- - rel: shortcut icon
- type: image/png
- href: /assets/logo.png
- - - meta
- - name: theme-color
- content: "#c4a7e7"
- - - meta
- - name: description
- content: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- - - meta
- - property: og:image
- content: https://rose-pine-images.vercel.app/.png?theme=default
- - - meta
- - property: twitter:image
- content: /assets/logo.png
- - - meta
- - name: twitter:card
- content: summary_large_image
-sidebar: false
----
-
-# Contributing
-
-The community is encouraged to port Rosé Pine to their favourite apps 🌸
-
-There's a plethora of surfaces out there waiting to be dipped in a lil Rosé Pine. See our [template](https://github.com/rose-pine/rose-pine-template) for more information and drop us a PR when ready. We can't wait to see what you create 🥰
-
-Just here to show us some love? We 💛 social appreciation, whether it be GitHub stars, [Twitter](https://twitter.com/rosepinetheme) follows, or shouting to your coworkers across the office.
-
-## Style guide
-
-- Lowercase meta files, eg. `readme.md`
-- Repo name should be the simplest version of the app name, eg. iterm instead of iTerm2
-- Format repo description as "Soho vibes for App"
-- Generate and upload social image via our [social image generator](https://rose-pine-images.vercel.app)
-
-## Contributors
-
-Below is a list of our lovely contributors who have poured time into giving some of your favorite apps some nice soho vibes~
-
-- [ThatOneCalculator](https://t1c.dev)
-
-## Resources
-
-- [New theme template](https://github.com/rose-pine/rose-pine-template)
-
-- [Social image generator](https://rose-pine-images.vercel.app)
-
-- [Brand assets](https://github.com/rose-pine/rose-pine-theme/tree/main/assets)
diff --git a/docs/index.md b/docs/index.md
deleted file mode 100644
index 644ee71..0000000
--- a/docs/index.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-head:
- - - link
- - rel: shortcut icon
- type: image/png
- href: /assets/logo.png
- - - meta
- - name: theme-color
- content: "#c4a7e7"
- - - meta
- - name: description
- content: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- - - meta
- - property: og:image
- content: https://rose-pine-images.vercel.app/.png?theme=default
- - - meta
- - property: twitter:image
- content: /assets/logo.png
- - - meta
- - name: twitter:card
- content: summary_large_image
-home: true
-heroImage: /assets/logo.png
-heroAlt: Rosé Pine
-heroText: Rosé Pine
-tagline: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
-actionText: Explore
-actionLink: /themes
-altActionText: Create
-altActionLink: /contributing
-features:
- - title: Subtle Aesthetics
- details: Give your eyes a well-deserved break with our soft, comfy palette.
- - title: Day, Night, and In-Between
- details: Enjoy variants tailored for every hour of your day.
- - title: Community Driven
- details: With 40 ports and counting, Rosé Pine is on its way to all your favorite platforms.
-footer: MIT Licensed | Copyright © 2020-2021 Rosé Pine & Contributors
----
diff --git a/docs/palette.md b/docs/palette.md
deleted file mode 100644
index e8077bd..0000000
--- a/docs/palette.md
+++ /dev/null
@@ -1,66 +0,0 @@
----
-head:
- - - link
- - rel: shortcut icon
- type: image/png
- href: /assets/logo.png
- - - meta
- - name: theme-color
- content: "#c4a7e7"
- - - meta
- - name: description
- content: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- - - meta
- - property: og:image
- content: https://rose-pine-images.vercel.app/.png?theme=default
- - - meta
- - property: twitter:image
- content: /assets/logo.png
- - - meta
- - name: twitter:card
- content: summary_large_image
----
-
-
-
-# Palette
-
-## Variants
-
-### Rosé Pine
-
-
-
-### Rosé Pine Moon
-
-
-
-### Rosé Pine Dawn
-
-
-
-## Terminals
-
-::: tip Examples
-
-- [Kitty](https://github.com/rose-pine/kitty)
-- [Hyper](https://github.com/rose-pine/hyper)
-
-:::
-
-### Colors
-
-
-
-### Interface
-
-
-
-## Utilities
-
-### [@rose-pine/palette](https://github.com/rose-pine/palette)
-
-> Color palette tool
diff --git a/docs/public/assets/logo.png b/docs/public/assets/logo.png
deleted file mode 100644
index 442c01e..0000000
Binary files a/docs/public/assets/logo.png and /dev/null differ
diff --git a/docs/public/fonts/PierSans-Bold.otf b/docs/public/fonts/PierSans-Bold.otf
deleted file mode 100644
index adac7c0..0000000
Binary files a/docs/public/fonts/PierSans-Bold.otf and /dev/null differ
diff --git a/docs/themes.md b/docs/themes.md
deleted file mode 100644
index 1e8f9fb..0000000
--- a/docs/themes.md
+++ /dev/null
@@ -1,102 +0,0 @@
----
-head:
- - - link
- - rel: shortcut icon
- type: image/png
- href: /assets/logo.png
- - - meta
- - name: theme-color
- content: "#c4a7e7"
- - - meta
- - name: description
- content: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- - - meta
- - property: og:image
- content: https://rose-pine-images.vercel.app/.png?theme=default
- - - meta
- - property: twitter:image
- content: /assets/logo.png
- - - meta
- - name: twitter:card
- content: summary_large_image
-sidebar: false
----
-
-# Themes
-
-## Featured
-
-- [VSCode](https://github.com/rose-pine/vscode)
-- [Hyper](https://github.com/rose-pine/hyper)
-- [GTK 3](https://github.com/rose-pine/gtk)
-- [Wallpapers](https://github.com/rose-pine/wallpapers)
-
-## Development
-
-- [Atom](https://github.com/rose-pine/atom)
-- [Emacs](https://github.com/thongpv87/rose-pine-emacs) by caelie
-- [Kakoune](https://gitea.nulo.in/Nulo/rose-pine.kak) by [Nulo](https://nulo.in)
-- [Neovim](https://github.com/rose-pine/neovim)
-- [Sublime Text](https://github.com/rose-pine/sublime-text)
-- [Vim](https://github.com/iandwelker/rose-pine-vim) by [iandwelker](https://github.com/iandwelker)
-- [VSCode](https://github.com/rose-pine/vscode)
-- [Xcode](https://github.com/ldakhoa/rose-pine-xcode) by [ldakhoa](https://github.com/ldakhoa)
-
-## Terminal
-
-::: tip
-
-We use [NerdFetch](https://github.com/thatonecalculator/nerdfetch) for some of our lovely previews
-
-:::
-
-- [Alacritty](https://github.com/rose-pine/alacritty)
-- [Fluent Terminal](https://github.com/rose-pine/fluent-terminal)
-- [Gnome Terminal](https://github.com/rose-pine/gnome-terminal)
-- [Hyper](https://github.com/rose-pine/hyper)
-- [iTerm](https://github.com/rose-pine/iterm)
-- [Kitty](https://github.com/rose-pine/kitty)
-- [Konsole](https://github.com/rose-pine/konsole)
-- [MinTTY](https://github.com/rose-pine/mintty)
-- [st](https://github.com/rose-pine/st)
-- [Terminal.app](https://github.com/rose-pine/terminal.app)
-- [Terminator](https://github.com/rose-pine/terminator)
-- [Termite](https://github.com/rose-pine/termite)
-- [Windows Terminal](https://github.com/rose-pine/windows-terminal)
-- [XFCE Terminal](https://github.com/rose-pine/xfce-terminal)
-
-## Productivity
-
-- [Desmos Destkop](https://github.com/rose-pine/desmos-desktop)
-- [Matplotlib](https://github.com/h4pZ/rose-pine-matplotlib) by [h4pZ](https://github.com/h4pz)
-- [Typora](https://github.com/rose-pine/typora)
-- [Zathura](https://github.com/edunfelt/zathura) by [edunfelt](https://github.com/edunfelt)
-
-## Web
-
-- [Amfora](https://github.com/rose-pine/amfora)
-- [Bear ʕ•ᴥ•ʔ](https://github.com/rose-pine/bear-blog)
-- [Dark Reader](https://github.com/rose-pine/dark-reader)
-- [Firefox](https://github.com/rose-pine/firefox)
-- [Mastodon](https://github.com/rose-pine/mastodon)
-- [Monkeytype](https://github.com/rose-pine/monkeytype)
-- [Prism](https://github.com/rose-pine/prism)
-- [R Markdown](https://github.com/rose-pine/r-markdown)
-- [Slack](https://github.com/rose-pine/slack)
-- [Startpage](https://github.com/rose-pine/startpage)
-
-## System
-
-- [bspwm](https://github.com/rose-pine/bspwm)
-- [GRUB 2](https://github.com/rose-pine/grub)
-- [GTK 3](https://github.com/rose-pine/gtk)
-- [Linux TTY](https://github.com/rose-pine/linux-tty)
-
-## Extras
-
-- [Base16](https://github.com/edunfelt/base16-rose-pine-scheme) by [edunfelt](https://github.com/edunfelt)
-- [BetterDiscord](https://github.com/rose-pine/betterdiscord)
-- [Cmus](https://github.com/Iorvethe/cmus) by [Iorvethe](https://github.com/Iorvethe)
-- [Discord RPC Maker](https://github.com/rose-pine/discordrpcmaker)
-- [Razer-CLI](https://github.com/rose-pine/razer-cli)
-- [Wallpapers](https://github.com/rose-pine/wallpapers)
diff --git a/package.json b/package.json
deleted file mode 100644
index 1f17e0e..0000000
--- a/package.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "rose-pine-site",
- "version": "0.0.0",
- "license": "MIT",
- "repo": "https://github.com/rose-pine/rose-pine-site",
- "scripts": {
- "dev": "vitepress dev docs",
- "build": "vitepress build docs",
- "serve": "vitepress serve docs"
- },
- "devDependencies": {
- "colors-convert": "^1.4.1",
- "vitepress": "^0.15.6"
- }
-}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
deleted file mode 100644
index feb40fb..0000000
--- a/pnpm-lock.yaml
+++ /dev/null
@@ -1,1278 +0,0 @@
-lockfileVersion: 5.3
-
-specifiers:
- colors-convert: ^1.4.1
- vitepress: ^0.15.6
-
-devDependencies:
- colors-convert: 1.4.1
- vitepress: 0.15.6
-
-packages:
-
- /@algolia/cache-browser-local-storage/4.10.3:
- resolution: {integrity: sha512-TD1N7zg5lb56/PLjjD4bBl2eccEvVHhC7yfgFu2r9k5tf+gvbGxEZ3NhRZVKu2MObUIcEy2VR4LVLxOQu45Hlg==}
- dependencies:
- '@algolia/cache-common': 4.10.3
- dev: true
-
- /@algolia/cache-common/4.10.3:
- resolution: {integrity: sha512-q13cPPUmtf8a2suBC4kySSr97EyulSXuxUkn7l1tZUCX/k1y5KNheMp8npBy8Kc8gPPmHpacxddRSfOncjiKFw==}
- dev: true
-
- /@algolia/cache-in-memory/4.10.3:
- resolution: {integrity: sha512-JhPajhOXAjUP+TZrZTh6KJpF5VKTKyWK2aR1cD8NtrcVHwfGS7fTyfXfVm5BqBqkD9U0gVvufUt/mVyI80aZww==}
- dependencies:
- '@algolia/cache-common': 4.10.3
- dev: true
-
- /@algolia/client-account/4.10.3:
- resolution: {integrity: sha512-S/IsJB4s+e1xYctdpW3nAbwrR2y3pjSo9X21fJGoiGeIpTRdvQG7nydgsLkhnhcgAdLnmqBapYyAqMGmlcyOkg==}
- dependencies:
- '@algolia/client-common': 4.10.3
- '@algolia/client-search': 4.10.3
- '@algolia/transporter': 4.10.3
- dev: true
-
- /@algolia/client-analytics/4.10.3:
- resolution: {integrity: sha512-vlHTbBqJktRgclh3v7bPQLfZvFIqY4erNFIZA5C7nisCj9oLeTgzefoUrr+R90+I+XjfoLxnmoeigS1Z1yg1vw==}
- dependencies:
- '@algolia/client-common': 4.10.3
- '@algolia/client-search': 4.10.3
- '@algolia/requester-common': 4.10.3
- '@algolia/transporter': 4.10.3
- dev: true
-
- /@algolia/client-common/4.10.3:
- resolution: {integrity: sha512-uFyP2Z14jG2hsFRbAoavna6oJf4NTXaSDAZgouZUZlHlBp5elM38sjNeA5HR9/D9J/GjwaB1SgB7iUiIWYBB4w==}
- dependencies:
- '@algolia/requester-common': 4.10.3
- '@algolia/transporter': 4.10.3
- dev: true
-
- /@algolia/client-personalization/4.10.3:
- resolution: {integrity: sha512-NS7Nx8EJ/nduGXT8CFo5z7kLF0jnFehTP3eC+z+GOEESH3rrs7uR12IZHxv5QhQswZa9vl925zCOZDcDVoENCg==}
- dependencies:
- '@algolia/client-common': 4.10.3
- '@algolia/requester-common': 4.10.3
- '@algolia/transporter': 4.10.3
- dev: true
-
- /@algolia/client-search/4.10.3:
- resolution: {integrity: sha512-Zwnp2G94IrNFKWCG/k7epI5UswRkPvL9FCt7/slXe2bkjP2y/HA37gzRn+9tXoLVRwd7gBzrtOA4jFKIyjrtVw==}
- dependencies:
- '@algolia/client-common': 4.10.3
- '@algolia/requester-common': 4.10.3
- '@algolia/transporter': 4.10.3
- dev: true
-
- /@algolia/logger-common/4.10.3:
- resolution: {integrity: sha512-M6xi+qov2bkgg1H9e1Qtvq/E/eKsGcgz8RBbXNzqPIYoDGZNkv+b3b8YMo3dxd4Wd6M24HU1iqF3kmr1LaXndg==}
- dev: true
-
- /@algolia/logger-console/4.10.3:
- resolution: {integrity: sha512-vVgRI7b4PHjgBdRkv/cRz490twvkLoGdpC4VYzIouSrKj8SIVLRhey3qgXk7oQXi3xoxVAv6NrklHfpO8Bpx0w==}
- dependencies:
- '@algolia/logger-common': 4.10.3
- dev: true
-
- /@algolia/requester-browser-xhr/4.10.3:
- resolution: {integrity: sha512-4WIk1zreFbc1EF6+gsfBTQvwSNjWc20zJAAExRWql/Jq5yfVHmwOqi/CajA53/cXKFBqo80DAMRvOiwP+hOLYw==}
- dependencies:
- '@algolia/requester-common': 4.10.3
- dev: true
-
- /@algolia/requester-common/4.10.3:
- resolution: {integrity: sha512-PNfLHmg0Hujugs3rx55uz/ifv7b9HVdSFQDb2hj0O5xZaBEuQCNOXC6COrXR8+9VEfqp2swpg7zwgtqFxh+BtQ==}
- dev: true
-
- /@algolia/requester-node-http/4.10.3:
- resolution: {integrity: sha512-A9ZcGfEvgqf0luJApdNcIhsRh6MShn2zn2tbjwjGG1joF81w+HUY+BWuLZn56vGwAA9ZB9n00IoJJpxibbfofg==}
- dependencies:
- '@algolia/requester-common': 4.10.3
- dev: true
-
- /@algolia/transporter/4.10.3:
- resolution: {integrity: sha512-n1lRyKDbrckbMEgm7QXtj3nEWUuzA3aKLzVQ43/F/RCFib15j4IwtmYhXR6OIBRSc7+T0Hm48S0J6F+HeYCQkw==}
- dependencies:
- '@algolia/cache-common': 4.10.3
- '@algolia/logger-common': 4.10.3
- '@algolia/requester-common': 4.10.3
- dev: true
-
- /@arr/every/1.0.1:
- resolution: {integrity: sha512-UQFQ6SgyJ6LX42W8rHCs8KVc0JS0tzVL9ct4XYedJukskYVWTo49tNiMEK9C2HTyarbNiT/RVIRSY82vH+6sTg==}
- engines: {node: '>=4'}
- dev: true
-
- /@babel/helper-validator-identifier/7.14.9:
- resolution: {integrity: sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==}
- engines: {node: '>=6.9.0'}
- dev: true
-
- /@babel/parser/7.15.2:
- resolution: {integrity: sha512-bMJXql1Ss8lFnvr11TZDH4ArtwlAS5NG9qBmdiFW2UHHm6MVoR+GDc5XE2b9K938cyjc9O6/+vjjcffLDtfuDg==}
- engines: {node: '>=6.0.0'}
- hasBin: true
- dev: true
-
- /@babel/types/7.15.0:
- resolution: {integrity: sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/helper-validator-identifier': 7.14.9
- to-fast-properties: 2.0.0
- dev: true
-
- /@docsearch/css/1.0.0-alpha.28:
- resolution: {integrity: sha512-1AhRzVdAkrWwhaxTX6/R7SnFHz8yLz1W8I/AldlTrfbNvZs9INk1FZiEFTJdgHaP68nhgQNWSGlQiDiI3y2RYg==}
- dev: true
-
- /@docsearch/js/1.0.0-alpha.28:
- resolution: {integrity: sha512-2g7aPhBy7FoEyeZW2G3LYHWVa8CFvqyozEz8PXt3hyywdFcmEIqmoCRwn8kboVftrOKCjtPcuLCewsaBoB3uiw==}
- dependencies:
- '@docsearch/react': 1.0.0-alpha.28
- preact: 10.5.14
- transitivePeerDependencies:
- - react
- - react-dom
- dev: true
-
- /@docsearch/react/1.0.0-alpha.28:
- resolution: {integrity: sha512-XjJOnCBXn+UZmtuDmgzlVIHnnvh6yHVwG4aFq8AXN6xJEIX3f180FvGaowFWAxgdtHplJxFGux0Xx4piHqBzIw==}
- peerDependencies:
- react: ^16.8.0
- react-dom: ^16.8.0
- dependencies:
- '@docsearch/css': 1.0.0-alpha.28
- '@francoischalifour/autocomplete-core': 1.0.0-alpha.28
- '@francoischalifour/autocomplete-preset-algolia': 1.0.0-alpha.28
- algoliasearch: 4.10.3
- dev: true
-
- /@francoischalifour/autocomplete-core/1.0.0-alpha.28:
- resolution: {integrity: sha512-rL9x+72btViw+9icfBKUJjZj87FgjFrD2esuTUqtj4RAX3s4AuVZiN8XEsfjQBSc6qJk31cxlvqZHC/BIyYXgg==}
- dev: true
-
- /@francoischalifour/autocomplete-preset-algolia/1.0.0-alpha.28:
- resolution: {integrity: sha512-bprfNmYt1opFUFEtD2XfY/kEsm13bzHQgU80uMjhuK0DJ914IjolT1GytpkdM6tJ4MBvyiJPP+bTtWO+BZ7c7w==}
- dev: true
-
- /@nodelib/fs.scandir/2.1.5:
- resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
- engines: {node: '>= 8'}
- dependencies:
- '@nodelib/fs.stat': 2.0.5
- run-parallel: 1.2.0
- dev: true
-
- /@nodelib/fs.stat/2.0.5:
- resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
- engines: {node: '>= 8'}
- dev: true
-
- /@nodelib/fs.walk/1.2.8:
- resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
- engines: {node: '>= 8'}
- dependencies:
- '@nodelib/fs.scandir': 2.1.5
- fastq: 1.11.1
- dev: true
-
- /@polka/url/0.5.0:
- resolution: {integrity: sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw==}
- dev: true
-
- /@polka/url/1.0.0-next.15:
- resolution: {integrity: sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==}
- dev: true
-
- /@types/estree/0.0.48:
- resolution: {integrity: sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew==}
- dev: true
-
- /@types/highlight.js/9.12.4:
- resolution: {integrity: sha512-t2szdkwmg2JJyuCM20e8kR2X59WCE5Zkl4bzm1u1Oukjm79zpbiAv+QjnwLnuuV0WHEcX2NgUItu0pAMKuOPww==}
- dev: true
-
- /@types/linkify-it/3.0.2:
- resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==}
- dev: true
-
- /@types/markdown-it/12.0.3:
- resolution: {integrity: sha512-MIhDl8e64vKJv3GX8irH5I/cNarX18edtdfg/+lbS92mArVl5VeaL4WKf8i06Zt2vsNuze2Vc8ELqrjoWO6hDQ==}
- dependencies:
- '@types/highlight.js': 9.12.4
- '@types/linkify-it': 3.0.2
- '@types/mdurl': 1.0.2
- dev: true
-
- /@types/mdurl/1.0.2:
- resolution: {integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==}
- dev: true
-
- /@vitejs/plugin-vue/1.4.0_@vue+compiler-sfc@3.1.5:
- resolution: {integrity: sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA==}
- engines: {node: '>=12.0.0'}
- peerDependencies:
- '@vue/compiler-sfc': ^3.0.8
- dependencies:
- '@vue/compiler-sfc': 3.1.5_vue@3.1.5
- dev: true
-
- /@vue/compiler-core/3.1.5:
- resolution: {integrity: sha512-TXBhFinoBaXKDykJzY26UEuQU1K07FOp/0Ie+OXySqqk0bS0ZO7Xvl7UmiTUPYcLrWbxWBR7Bs/y55AI0MNc2Q==}
- dependencies:
- '@babel/parser': 7.15.2
- '@babel/types': 7.15.0
- '@vue/shared': 3.1.5
- estree-walker: 2.0.2
- source-map: 0.6.1
- dev: true
-
- /@vue/compiler-dom/3.1.5:
- resolution: {integrity: sha512-ZsL3jqJ52OjGU/YiT/9XiuZAmWClKInZM2aFJh9gnsAPqOrj2JIELMbkIFpVKR/CrVO/f2VxfPiiQdQTr65jcQ==}
- dependencies:
- '@vue/compiler-core': 3.1.5
- '@vue/shared': 3.1.5
- dev: true
-
- /@vue/compiler-sfc/3.1.5_vue@3.1.5:
- resolution: {integrity: sha512-mtMY6xMvZeSRx9MTa1+NgJWndrkzVTdJ1pQAmAKQuxyb5LsHVvrgP7kcQFvxPHVpLVTORbTJWHaiqoKrJvi1iA==}
- peerDependencies:
- vue: 3.1.5
- dependencies:
- '@babel/parser': 7.15.2
- '@babel/types': 7.15.0
- '@types/estree': 0.0.48
- '@vue/compiler-core': 3.1.5
- '@vue/compiler-dom': 3.1.5
- '@vue/compiler-ssr': 3.1.5
- '@vue/shared': 3.1.5
- consolidate: 0.16.0
- estree-walker: 2.0.2
- hash-sum: 2.0.0
- lru-cache: 5.1.1
- magic-string: 0.25.7
- merge-source-map: 1.1.0
- postcss: 8.3.6
- postcss-modules: 4.2.2_postcss@8.3.6
- postcss-selector-parser: 6.0.6
- source-map: 0.6.1
- vue: 3.1.5
- dev: true
-
- /@vue/compiler-ssr/3.1.5:
- resolution: {integrity: sha512-CU5N7Di/a4lyJ18LGJxJYZS2a8PlLdWpWHX9p/XcsjT2TngMpj3QvHVRkuik2u8QrIDZ8OpYmTyj1WDNsOV+Dg==}
- dependencies:
- '@vue/compiler-dom': 3.1.5
- '@vue/shared': 3.1.5
- dev: true
-
- /@vue/reactivity/3.1.5:
- resolution: {integrity: sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==}
- dependencies:
- '@vue/shared': 3.1.5
- dev: true
-
- /@vue/runtime-core/3.1.5:
- resolution: {integrity: sha512-YQbG5cBktN1RowQDKA22itmvQ+b40f0WgQ6CXK4VYoYICAiAfu6Cc14777ve8zp1rJRGtk5oIeS149TOculrTg==}
- dependencies:
- '@vue/reactivity': 3.1.5
- '@vue/shared': 3.1.5
- dev: true
-
- /@vue/runtime-dom/3.1.5:
- resolution: {integrity: sha512-tNcf3JhVR0RfW0kw1p8xZgv30nvX8Y9rsz7eiQ0dHe273sfoCngAG0y4GvMaY4Xd8FsjUwFedd4suQ8Lu8meXg==}
- dependencies:
- '@vue/runtime-core': 3.1.5
- '@vue/shared': 3.1.5
- csstype: 2.6.17
- dev: true
-
- /@vue/server-renderer/3.1.5_vue@3.1.5:
- resolution: {integrity: sha512-b0LLsxwsVIFGNgAHXVT/1iHbPf+uNMdFOz7xUT2tKKIkHN4ps8fAaj1GTSYLhxaPi9ALjxRmWRdvMC69fAW1/A==}
- peerDependencies:
- vue: 3.1.5
- dependencies:
- '@vue/compiler-ssr': 3.1.5
- '@vue/shared': 3.1.5
- vue: 3.1.5
- dev: true
-
- /@vue/shared/3.1.5:
- resolution: {integrity: sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA==}
- dev: true
-
- /accepts/1.3.7:
- resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==}
- engines: {node: '>= 0.6'}
- dependencies:
- mime-types: 2.1.32
- negotiator: 0.6.2
- dev: true
-
- /algoliasearch/4.10.3:
- resolution: {integrity: sha512-OLY0AWlPKGLbSaw14ivMB7BT5fPdp8VdzY4L8FtzZnqmLKsyes24cltGlf7/X96ACkYEcT390SReCDt/9SUIRg==}
- dependencies:
- '@algolia/cache-browser-local-storage': 4.10.3
- '@algolia/cache-common': 4.10.3
- '@algolia/cache-in-memory': 4.10.3
- '@algolia/client-account': 4.10.3
- '@algolia/client-analytics': 4.10.3
- '@algolia/client-common': 4.10.3
- '@algolia/client-personalization': 4.10.3
- '@algolia/client-search': 4.10.3
- '@algolia/logger-common': 4.10.3
- '@algolia/logger-console': 4.10.3
- '@algolia/requester-browser-xhr': 4.10.3
- '@algolia/requester-common': 4.10.3
- '@algolia/requester-node-http': 4.10.3
- '@algolia/transporter': 4.10.3
- dev: true
-
- /ansi-regex/5.0.0:
- resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==}
- engines: {node: '>=8'}
- dev: true
-
- /ansi-styles/4.3.0:
- resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
- engines: {node: '>=8'}
- dependencies:
- color-convert: 2.0.1
- dev: true
-
- /argparse/1.0.10:
- resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
- dependencies:
- sprintf-js: 1.0.3
- dev: true
-
- /argparse/2.0.1:
- resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
- dev: true
-
- /array-union/2.1.0:
- resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
- engines: {node: '>=8'}
- dev: true
-
- /base64-js/1.5.1:
- resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
- dev: true
-
- /big.js/5.2.2:
- resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
- dev: true
-
- /bl/4.1.0:
- resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
- dependencies:
- buffer: 5.7.1
- inherits: 2.0.4
- readable-stream: 3.6.0
- dev: true
-
- /bluebird/3.7.2:
- resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
- dev: true
-
- /braces/3.0.2:
- resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
- engines: {node: '>=8'}
- dependencies:
- fill-range: 7.0.1
- dev: true
-
- /buffer/5.7.1:
- resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
- dependencies:
- base64-js: 1.5.1
- ieee754: 1.2.1
- dev: true
-
- /bytes/3.0.0:
- resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=}
- engines: {node: '>= 0.8'}
- dev: true
-
- /chalk/4.1.2:
- resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
- engines: {node: '>=10'}
- dependencies:
- ansi-styles: 4.3.0
- supports-color: 7.2.0
- dev: true
-
- /cli-cursor/3.1.0:
- resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
- engines: {node: '>=8'}
- dependencies:
- restore-cursor: 3.1.0
- dev: true
-
- /cli-spinners/2.6.0:
- resolution: {integrity: sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==}
- engines: {node: '>=6'}
- dev: true
-
- /clone/1.0.4:
- resolution: {integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4=}
- engines: {node: '>=0.8'}
- dev: true
-
- /color-convert/2.0.1:
- resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
- engines: {node: '>=7.0.0'}
- dependencies:
- color-name: 1.1.4
- dev: true
-
- /color-name/1.1.4:
- resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
- dev: true
-
- /colorette/1.2.2:
- resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==}
- dev: true
-
- /colors-convert/1.4.1:
- resolution: {integrity: sha512-ocrpfnLi18zikmwuZ7McU66GaDp/wAdGindkYVDYX2D78cLALBZouBDpw1voMdSyjod6d/x/4vjIdyD23xYUSg==}
- dependencies:
- lodash: 4.17.21
- dev: true
-
- /compressible/2.0.18:
- resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
- engines: {node: '>= 0.6'}
- dependencies:
- mime-db: 1.49.0
- dev: true
-
- /compression/1.7.4:
- resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==}
- engines: {node: '>= 0.8.0'}
- dependencies:
- accepts: 1.3.7
- bytes: 3.0.0
- compressible: 2.0.18
- debug: 2.6.9
- on-headers: 1.0.2
- safe-buffer: 5.1.2
- vary: 1.1.2
- dev: true
-
- /consolidate/0.16.0:
- resolution: {integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==}
- engines: {node: '>= 0.10.0'}
- dependencies:
- bluebird: 3.7.2
- dev: true
-
- /cssesc/3.0.0:
- resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
- engines: {node: '>=4'}
- hasBin: true
- dev: true
-
- /csstype/2.6.17:
- resolution: {integrity: sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A==}
- dev: true
-
- /debug/2.6.9:
- resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
- dependencies:
- ms: 2.0.0
- dev: true
-
- /debug/4.3.2:
- resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==}
- engines: {node: '>=6.0'}
- peerDependencies:
- supports-color: '*'
- peerDependenciesMeta:
- supports-color:
- optional: true
- dependencies:
- ms: 2.1.2
- dev: true
-
- /defaults/1.0.3:
- resolution: {integrity: sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=}
- dependencies:
- clone: 1.0.4
- dev: true
-
- /diacritics/1.3.0:
- resolution: {integrity: sha1-PvqHMj67hj5mls67AILUj/PW96E=}
- dev: true
-
- /dir-glob/3.0.1:
- resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
- engines: {node: '>=8'}
- dependencies:
- path-type: 4.0.0
- dev: true
-
- /emojis-list/3.0.0:
- resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
- engines: {node: '>= 4'}
- dev: true
-
- /entities/2.1.0:
- resolution: {integrity: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==}
- dev: true
-
- /esbuild/0.12.19:
- resolution: {integrity: sha512-5NuT1G6THW7l3fsSCDkcPepn24R0XtyPjKoqKHD8LfhqMXzCdz0mrS9HgO6hIhzVT7zt0T+JGbzCqF5AH8hS9w==}
- hasBin: true
- requiresBuild: true
- dev: true
-
- /escape-html/1.0.3:
- resolution: {integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=}
- dev: true
-
- /esprima/4.0.1:
- resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
- engines: {node: '>=4'}
- hasBin: true
- dev: true
-
- /estree-walker/2.0.2:
- resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
- dev: true
-
- /extend-shallow/2.0.1:
- resolution: {integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=}
- engines: {node: '>=0.10.0'}
- dependencies:
- is-extendable: 0.1.1
- dev: true
-
- /fast-glob/3.2.7:
- resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==}
- engines: {node: '>=8'}
- dependencies:
- '@nodelib/fs.stat': 2.0.5
- '@nodelib/fs.walk': 1.2.8
- glob-parent: 5.1.2
- merge2: 1.4.1
- micromatch: 4.0.4
- dev: true
-
- /fastq/1.11.1:
- resolution: {integrity: sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==}
- dependencies:
- reusify: 1.0.4
- dev: true
-
- /fill-range/7.0.1:
- resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
- engines: {node: '>=8'}
- dependencies:
- to-regex-range: 5.0.1
- dev: true
-
- /fs-extra/10.0.0:
- resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==}
- engines: {node: '>=12'}
- dependencies:
- graceful-fs: 4.2.8
- jsonfile: 6.1.0
- universalify: 2.0.0
- dev: true
-
- /fsevents/2.3.2:
- resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
- engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
- os: [darwin]
- dev: true
- optional: true
-
- /function-bind/1.1.1:
- resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
- dev: true
-
- /generic-names/2.0.1:
- resolution: {integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==}
- dependencies:
- loader-utils: 1.4.0
- dev: true
-
- /glob-parent/5.1.2:
- resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
- engines: {node: '>= 6'}
- dependencies:
- is-glob: 4.0.1
- dev: true
-
- /globby/11.0.4:
- resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==}
- engines: {node: '>=10'}
- dependencies:
- array-union: 2.1.0
- dir-glob: 3.0.1
- fast-glob: 3.2.7
- ignore: 5.1.8
- merge2: 1.4.1
- slash: 3.0.0
- dev: true
-
- /graceful-fs/4.2.8:
- resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==}
- dev: true
-
- /gray-matter/4.0.3:
- resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
- engines: {node: '>=6.0'}
- dependencies:
- js-yaml: 3.14.1
- kind-of: 6.0.3
- section-matter: 1.0.0
- strip-bom-string: 1.0.0
- dev: true
-
- /has-flag/4.0.0:
- resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
- engines: {node: '>=8'}
- dev: true
-
- /has/1.0.3:
- resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
- engines: {node: '>= 0.4.0'}
- dependencies:
- function-bind: 1.1.1
- dev: true
-
- /hash-sum/2.0.0:
- resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==}
- dev: true
-
- /icss-replace-symbols/1.1.0:
- resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=}
- dev: true
-
- /icss-utils/5.1.0_postcss@8.3.6:
- resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==}
- engines: {node: ^10 || ^12 || >= 14}
- peerDependencies:
- postcss: ^8.1.0
- dependencies:
- postcss: 8.3.6
- dev: true
-
- /ieee754/1.2.1:
- resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
- dev: true
-
- /ignore/5.1.8:
- resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==}
- engines: {node: '>= 4'}
- dev: true
-
- /inherits/2.0.4:
- resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
- dev: true
-
- /is-core-module/2.5.0:
- resolution: {integrity: sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==}
- dependencies:
- has: 1.0.3
- dev: true
-
- /is-extendable/0.1.1:
- resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=}
- engines: {node: '>=0.10.0'}
- dev: true
-
- /is-extglob/2.1.1:
- resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=}
- engines: {node: '>=0.10.0'}
- dev: true
-
- /is-glob/4.0.1:
- resolution: {integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==}
- engines: {node: '>=0.10.0'}
- dependencies:
- is-extglob: 2.1.1
- dev: true
-
- /is-interactive/1.0.0:
- resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
- engines: {node: '>=8'}
- dev: true
-
- /is-number/7.0.0:
- resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
- engines: {node: '>=0.12.0'}
- dev: true
-
- /is-unicode-supported/0.1.0:
- resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
- engines: {node: '>=10'}
- dev: true
-
- /js-yaml/3.14.1:
- resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
- hasBin: true
- dependencies:
- argparse: 1.0.10
- esprima: 4.0.1
- dev: true
-
- /json5/1.0.1:
- resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==}
- hasBin: true
- dependencies:
- minimist: 1.2.5
- dev: true
-
- /jsonfile/6.1.0:
- resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
- dependencies:
- universalify: 2.0.0
- optionalDependencies:
- graceful-fs: 4.2.8
- dev: true
-
- /kind-of/6.0.3:
- resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
- engines: {node: '>=0.10.0'}
- dev: true
-
- /linkify-it/3.0.2:
- resolution: {integrity: sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ==}
- dependencies:
- uc.micro: 1.0.6
- dev: true
-
- /loader-utils/1.4.0:
- resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==}
- engines: {node: '>=4.0.0'}
- dependencies:
- big.js: 5.2.2
- emojis-list: 3.0.0
- json5: 1.0.1
- dev: true
-
- /lodash.camelcase/4.3.0:
- resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=}
- dev: true
-
- /lodash/4.17.21:
- resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
- dev: true
-
- /log-symbols/4.1.0:
- resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
- engines: {node: '>=10'}
- dependencies:
- chalk: 4.1.2
- is-unicode-supported: 0.1.0
- dev: true
-
- /lru-cache/5.1.1:
- resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
- dependencies:
- yallist: 3.1.1
- dev: true
-
- /lru-cache/6.0.0:
- resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
- engines: {node: '>=10'}
- dependencies:
- yallist: 4.0.0
- dev: true
-
- /magic-string/0.25.7:
- resolution: {integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==}
- dependencies:
- sourcemap-codec: 1.4.8
- dev: true
-
- /markdown-it-anchor/7.1.0_markdown-it@12.2.0:
- resolution: {integrity: sha512-loQggrwsIkkP7TOrESvmYkV2ikbQNNKhHcWyqC7/C2CmfHl1tkUizJJU8C5aGgg7J6oXVQJx17gk7i47tNn/lQ==}
- peerDependencies:
- markdown-it: '*'
- dependencies:
- markdown-it: 12.2.0
- dev: true
-
- /markdown-it-container/3.0.0:
- resolution: {integrity: sha512-y6oKTq4BB9OQuY/KLfk/O3ysFhB3IMYoIWhGJEidXt1NQFocFK2sA2t0NYZAMyMShAGL6x5OPIbrmXPIqaN9rw==}
- dev: true
-
- /markdown-it-emoji/2.0.0:
- resolution: {integrity: sha512-39j7/9vP/CPCKbEI44oV8yoPJTpvfeReTn/COgRhSpNrjWF3PfP/JUxxB0hxV6ynOY8KH8Y8aX9NMDdo6z+6YQ==}
- dev: true
-
- /markdown-it-table-of-contents/0.5.2:
- resolution: {integrity: sha512-6o+rxSwzXmXCUn1n8QGTSpgbcnHBG6lUU8x7A5Cssuq5vbfzTfitfGPvQ5PZkp+gP1NGS/DR2rkYqJPn0rbZ1A==}
- engines: {node: '>6.4.0'}
- dev: true
-
- /markdown-it/12.2.0:
- resolution: {integrity: sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==}
- hasBin: true
- dependencies:
- argparse: 2.0.1
- entities: 2.1.0
- linkify-it: 3.0.2
- mdurl: 1.0.1
- uc.micro: 1.0.6
- dev: true
-
- /matchit/1.1.0:
- resolution: {integrity: sha512-+nGYoOlfHmxe5BW5tE0EMJppXEwdSf8uBA1GTZC7Q77kbT35+VKLYJMzVNWCHSsga1ps1tPYFtFyvxvKzWVmMA==}
- engines: {node: '>=6'}
- dependencies:
- '@arr/every': 1.0.1
- dev: true
-
- /mdurl/1.0.1:
- resolution: {integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=}
- dev: true
-
- /merge-source-map/1.1.0:
- resolution: {integrity: sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==}
- dependencies:
- source-map: 0.6.1
- dev: true
-
- /merge2/1.4.1:
- resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
- engines: {node: '>= 8'}
- dev: true
-
- /micromatch/4.0.4:
- resolution: {integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==}
- engines: {node: '>=8.6'}
- dependencies:
- braces: 3.0.2
- picomatch: 2.3.0
- dev: true
-
- /mime-db/1.49.0:
- resolution: {integrity: sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==}
- engines: {node: '>= 0.6'}
- dev: true
-
- /mime-types/2.1.32:
- resolution: {integrity: sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==}
- engines: {node: '>= 0.6'}
- dependencies:
- mime-db: 1.49.0
- dev: true
-
- /mime/2.5.2:
- resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==}
- engines: {node: '>=4.0.0'}
- hasBin: true
- dev: true
-
- /mimic-fn/2.1.0:
- resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
- engines: {node: '>=6'}
- dev: true
-
- /minimist/1.2.5:
- resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==}
- dev: true
-
- /ms/2.0.0:
- resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=}
- dev: true
-
- /ms/2.1.2:
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
- dev: true
-
- /nanoid/3.1.23:
- resolution: {integrity: sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==}
- engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
- hasBin: true
- dev: true
-
- /negotiator/0.6.2:
- resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==}
- engines: {node: '>= 0.6'}
- dev: true
-
- /on-headers/1.0.2:
- resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==}
- engines: {node: '>= 0.8'}
- dev: true
-
- /onetime/5.1.2:
- resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
- engines: {node: '>=6'}
- dependencies:
- mimic-fn: 2.1.0
- dev: true
-
- /ora/5.4.1:
- resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
- engines: {node: '>=10'}
- dependencies:
- bl: 4.1.0
- chalk: 4.1.2
- cli-cursor: 3.1.0
- cli-spinners: 2.6.0
- is-interactive: 1.0.0
- is-unicode-supported: 0.1.0
- log-symbols: 4.1.0
- strip-ansi: 6.0.0
- wcwidth: 1.0.1
- dev: true
-
- /path-parse/1.0.7:
- resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
- dev: true
-
- /path-type/4.0.0:
- resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
- engines: {node: '>=8'}
- dev: true
-
- /picomatch/2.3.0:
- resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==}
- engines: {node: '>=8.6'}
- dev: true
-
- /polka/0.5.2:
- resolution: {integrity: sha512-FVg3vDmCqP80tOrs+OeNlgXYmFppTXdjD5E7I4ET1NjvtNmQrb1/mJibybKkb/d4NA7YWAr1ojxuhpL3FHqdlw==}
- dependencies:
- '@polka/url': 0.5.0
- trouter: 2.0.1
- dev: true
-
- /postcss-modules-extract-imports/3.0.0_postcss@8.3.6:
- resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==}
- engines: {node: ^10 || ^12 || >= 14}
- peerDependencies:
- postcss: ^8.1.0
- dependencies:
- postcss: 8.3.6
- dev: true
-
- /postcss-modules-local-by-default/4.0.0_postcss@8.3.6:
- resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==}
- engines: {node: ^10 || ^12 || >= 14}
- peerDependencies:
- postcss: ^8.1.0
- dependencies:
- icss-utils: 5.1.0_postcss@8.3.6
- postcss: 8.3.6
- postcss-selector-parser: 6.0.6
- postcss-value-parser: 4.1.0
- dev: true
-
- /postcss-modules-scope/3.0.0_postcss@8.3.6:
- resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==}
- engines: {node: ^10 || ^12 || >= 14}
- peerDependencies:
- postcss: ^8.1.0
- dependencies:
- postcss: 8.3.6
- postcss-selector-parser: 6.0.6
- dev: true
-
- /postcss-modules-values/4.0.0_postcss@8.3.6:
- resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==}
- engines: {node: ^10 || ^12 || >= 14}
- peerDependencies:
- postcss: ^8.1.0
- dependencies:
- icss-utils: 5.1.0_postcss@8.3.6
- postcss: 8.3.6
- dev: true
-
- /postcss-modules/4.2.2_postcss@8.3.6:
- resolution: {integrity: sha512-/H08MGEmaalv/OU8j6bUKi/kZr2kqGF6huAW8m9UAgOLWtpFdhA14+gPBoymtqyv+D4MLsmqaF2zvIegdCxJXg==}
- peerDependencies:
- postcss: ^8.0.0
- dependencies:
- generic-names: 2.0.1
- icss-replace-symbols: 1.1.0
- lodash.camelcase: 4.3.0
- postcss: 8.3.6
- postcss-modules-extract-imports: 3.0.0_postcss@8.3.6
- postcss-modules-local-by-default: 4.0.0_postcss@8.3.6
- postcss-modules-scope: 3.0.0_postcss@8.3.6
- postcss-modules-values: 4.0.0_postcss@8.3.6
- string-hash: 1.1.3
- dev: true
-
- /postcss-selector-parser/6.0.6:
- resolution: {integrity: sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==}
- engines: {node: '>=4'}
- dependencies:
- cssesc: 3.0.0
- util-deprecate: 1.0.2
- dev: true
-
- /postcss-value-parser/4.1.0:
- resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==}
- dev: true
-
- /postcss/8.3.6:
- resolution: {integrity: sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==}
- engines: {node: ^10 || ^12 || >=14}
- dependencies:
- colorette: 1.2.2
- nanoid: 3.1.23
- source-map-js: 0.6.2
- dev: true
-
- /preact/10.5.14:
- resolution: {integrity: sha512-KojoltCrshZ099ksUZ2OQKfbH66uquFoxHSbnwKbTJHeQNvx42EmC7wQVWNuDt6vC5s3nudRHFtKbpY4ijKlaQ==}
- dev: true
-
- /prismjs/1.24.1:
- resolution: {integrity: sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow==}
- dev: true
-
- /queue-microtask/1.2.3:
- resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
- dev: true
-
- /readable-stream/3.6.0:
- resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==}
- engines: {node: '>= 6'}
- dependencies:
- inherits: 2.0.4
- string_decoder: 1.3.0
- util-deprecate: 1.0.2
- dev: true
-
- /resolve/1.20.0:
- resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==}
- dependencies:
- is-core-module: 2.5.0
- path-parse: 1.0.7
- dev: true
-
- /restore-cursor/3.1.0:
- resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
- engines: {node: '>=8'}
- dependencies:
- onetime: 5.1.2
- signal-exit: 3.0.3
- dev: true
-
- /reusify/1.0.4:
- resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
- engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
- dev: true
-
- /rollup/2.56.1:
- resolution: {integrity: sha512-KkrsNjeiTfGJMUFBi/PNfj3fnt70akqdoNXOjlzwo98uA1qrlkmgt6SGaK5OwhyDYCVnJb6jb2Xa2wbI47P4Nw==}
- engines: {node: '>=10.0.0'}
- hasBin: true
- optionalDependencies:
- fsevents: 2.3.2
- dev: true
-
- /run-parallel/1.2.0:
- resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
- dependencies:
- queue-microtask: 1.2.3
- dev: true
-
- /safe-buffer/5.1.2:
- resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
- dev: true
-
- /safe-buffer/5.2.1:
- resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
- dev: true
-
- /section-matter/1.0.0:
- resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
- engines: {node: '>=4'}
- dependencies:
- extend-shallow: 2.0.1
- kind-of: 6.0.3
- dev: true
-
- /signal-exit/3.0.3:
- resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==}
- dev: true
-
- /sirv/1.0.12:
- resolution: {integrity: sha512-+jQoCxndz7L2tqQL4ZyzfDhky0W/4ZJip3XoOuxyQWnAwMxindLl3Xv1qT4x1YX/re0leShvTm8Uk0kQspGhBg==}
- engines: {node: '>= 10'}
- dependencies:
- '@polka/url': 1.0.0-next.15
- mime: 2.5.2
- totalist: 1.1.0
- dev: true
-
- /slash/3.0.0:
- resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
- engines: {node: '>=8'}
- dev: true
-
- /source-map-js/0.6.2:
- resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==}
- engines: {node: '>=0.10.0'}
- dev: true
-
- /source-map/0.6.1:
- resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
- engines: {node: '>=0.10.0'}
- dev: true
-
- /sourcemap-codec/1.4.8:
- resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
- dev: true
-
- /sprintf-js/1.0.3:
- resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=}
- dev: true
-
- /string-hash/1.1.3:
- resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=}
- dev: true
-
- /string_decoder/1.3.0:
- resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
- dependencies:
- safe-buffer: 5.2.1
- dev: true
-
- /strip-ansi/6.0.0:
- resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==}
- engines: {node: '>=8'}
- dependencies:
- ansi-regex: 5.0.0
- dev: true
-
- /strip-bom-string/1.0.0:
- resolution: {integrity: sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=}
- engines: {node: '>=0.10.0'}
- dev: true
-
- /supports-color/7.2.0:
- resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
- engines: {node: '>=8'}
- dependencies:
- has-flag: 4.0.0
- dev: true
-
- /to-fast-properties/2.0.0:
- resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=}
- engines: {node: '>=4'}
- dev: true
-
- /to-regex-range/5.0.1:
- resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
- engines: {node: '>=8.0'}
- dependencies:
- is-number: 7.0.0
- dev: true
-
- /totalist/1.1.0:
- resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==}
- engines: {node: '>=6'}
- dev: true
-
- /trouter/2.0.1:
- resolution: {integrity: sha512-kr8SKKw94OI+xTGOkfsvwZQ8mWoikZDd2n8XZHjJVZUARZT+4/VV6cacRS6CLsH9bNm+HFIPU1Zx4CnNnb4qlQ==}
- engines: {node: '>=6'}
- dependencies:
- matchit: 1.1.0
- dev: true
-
- /uc.micro/1.0.6:
- resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==}
- dev: true
-
- /universalify/2.0.0:
- resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
- engines: {node: '>= 10.0.0'}
- dev: true
-
- /util-deprecate/1.0.2:
- resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
- dev: true
-
- /vary/1.1.2:
- resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=}
- engines: {node: '>= 0.8'}
- dev: true
-
- /vite/2.4.4:
- resolution: {integrity: sha512-m1wK6pFJKmaYA6AeZIUXyiAgUAAJzVXhIMYCdZUpCaFMGps0v0IlNJtbmPvkUhVEyautalajmnW5X6NboUPsnw==}
- engines: {node: '>=12.0.0'}
- hasBin: true
- dependencies:
- esbuild: 0.12.19
- postcss: 8.3.6
- resolve: 1.20.0
- rollup: 2.56.1
- optionalDependencies:
- fsevents: 2.3.2
- dev: true
-
- /vitepress/0.15.6:
- resolution: {integrity: sha512-+knoqxT6V3DAAP6ojXmwsbplqjPvf256xFJfAJdzu4WArJSXGoserPIhtLK7fOFKPQrcb8S6H9RpIshY31/hLg==}
- engines: {node: '>=12.0.0'}
- hasBin: true
- dependencies:
- '@docsearch/css': 1.0.0-alpha.28
- '@docsearch/js': 1.0.0-alpha.28
- '@types/markdown-it': 12.0.3
- '@vitejs/plugin-vue': 1.4.0_@vue+compiler-sfc@3.1.5
- '@vue/compiler-sfc': 3.1.5_vue@3.1.5
- '@vue/server-renderer': 3.1.5_vue@3.1.5
- chalk: 4.1.2
- compression: 1.7.4
- debug: 4.3.2
- diacritics: 1.3.0
- escape-html: 1.0.3
- fs-extra: 10.0.0
- globby: 11.0.4
- gray-matter: 4.0.3
- lru-cache: 6.0.0
- markdown-it: 12.2.0
- markdown-it-anchor: 7.1.0_markdown-it@12.2.0
- markdown-it-container: 3.0.0
- markdown-it-emoji: 2.0.0
- markdown-it-table-of-contents: 0.5.2
- minimist: 1.2.5
- ora: 5.4.1
- polka: 0.5.2
- prismjs: 1.24.1
- sirv: 1.0.12
- vite: 2.4.4
- vue: 3.1.5
- transitivePeerDependencies:
- - react
- - react-dom
- - supports-color
- dev: true
-
- /vue/3.1.5:
- resolution: {integrity: sha512-Ho7HNb1nfDoO+HVb6qYZgeaobt1XbY6KXFe4HGs1b9X6RhkWG/113n4/SrtM1LUclM6OrP/Se5aPHHvAPG1iVQ==}
- dependencies:
- '@vue/compiler-dom': 3.1.5
- '@vue/runtime-dom': 3.1.5
- '@vue/shared': 3.1.5
- dev: true
-
- /wcwidth/1.0.1:
- resolution: {integrity: sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=}
- dependencies:
- defaults: 1.0.3
- dev: true
-
- /yallist/3.1.1:
- resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
- dev: true
-
- /yallist/4.0.0:
- resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
- dev: true
diff --git a/readme.md b/readme.md
index 55ec021..3dbcf48 100644
--- a/readme.md
+++ b/readme.md
@@ -6,11 +6,11 @@
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- Palette
+ Themes
·
- Style guide
+ Palette
·
- Contributing
+ Contributing
@@ -19,101 +19,8 @@
-## Stargazing
-
-The community is encouraged to port Rosé Pine to their favourite apps 🌸
-
-![](assets/alt.png) means a repo features Rosé Pine Moon and/or Rosé Pine Dawn, not just the base theme.
-
-### Featured
-
-- [VSCode](https://github.com/rose-pine/vscode) ![](assets/alt.png)
-- [Hyper](https://github.com/rose-pine/hyper) ![](assets/alt.png)
-- [GTK 3](https://github.com/rose-pine/gtk) ![](assets/alt.png)
-- [Wallpapers](https://github.com/rose-pine/wallpapers)
-
-### Development
-
-- [Atom](https://github.com/rose-pine/atom)
-- [Emacs](https://github.com/thongpv87/rose-pine-emacs) by caelie ![](assets/alt.png)
-- [IntelliJ](https://github.com/jmorjsm/rose-pine-intellij) by [jmorjsm](https://github.com/jmorjsm) ![](assets/alt.png)
-- [Kakoune](https://gitea.nulo.in/Nulo/rose-pine.kak) by [Nulo](https://nulo.in) ![](assets/alt.png)
-- [Helix](https://github.com/rose-pine/helix) by [RayGervais](https://github.com/raygervais) and [ChrisHa](https://github.com/chunghh) ![](assets/alt.png)
-- [Neovim](https://github.com/rose-pine/neovim) ![](assets/alt.png)
-- [Sublime Text](https://github.com/rose-pine/sublime-text)
-- [Vim](https://github.com/iandwelker/rose-pine-vim) by [iandwelker](https://github.com/iandwelker) ![](assets/alt.png)
-- [VSCode](https://github.com/rose-pine/vscode) ![](assets/alt.png)
-- [Xcode](https://github.com/ldakhoa/rose-pine-xcode) by [ldakhoa](https://github.com/ldakhoa) ![](assets/alt.png)
-
-### Terminal
-
-> Tip: We use [NerdFetch](https://github.com/thatonecalculator/nerdfetch) to make our lovely previews
-
-- [Alacritty](https://github.com/rose-pine/alacritty) ![](assets/alt.png)
-- [Fluent Terminal](https://github.com/rose-pine/fluent-terminal)
-- [Gnome Terminal](https://github.com/rose-pine/gnome-terminal)
-- [Hyper](https://github.com/rose-pine/hyper) ![](assets/alt.png)
-- [iTerm](https://github.com/rose-pine/iterm) ![](assets/alt.png)
-- [Kitty](https://github.com/rose-pine/kitty) ![](assets/alt.png)
-- [Konsole](https://github.com/rose-pine/konsole)
-- [MinTTY](https://github.com/rose-pine/mintty)
-- [st](https://github.com/rose-pine/st)
-- [Terminal.app](https://github.com/rose-pine/terminal.app) ![](assets/alt.png)
-- [Terminator](https://github.com/rose-pine/terminator)
-- [Termite](https://github.com/rose-pine/termite) ![](assets/alt.png)
-- [Windows Terminal](https://github.com/rose-pine/windows-terminal) ![](assets/alt.png)
-- [XFCE Terminal](https://github.com/rose-pine/xfce-terminal)
-
-### Productivity
-
-- [Desmos Destkop](https://github.com/rose-pine/desmos-desktop)
-- [Matplotlib](https://github.com/h4pZ/rose-pine-matplotlib) by [h4pZ](https://github.com/h4pz) ![](assets/alt.png)
-- [Obsidian](https://github.com/mimishahzad/rose-pine-moon-obsidian) by [mimishahzad](https://github.com/mimishahzad) ![](assets/alt.png)
-- [Typora](https://github.com/rose-pine/typora)
-- [Zathura](https://github.com/edunfelt/zathura) by [edunfelt](https://github.com/edunfelt) ![](assets/alt.png)
-
-### Web
-
-- [Amfora](https://github.com/rose-pine/amfora) ![](assets/alt.png)
-- [Bear ʕ•ᴥ•ʔ](https://github.com/rose-pine/bear-blog)
-- [Dark Reader](https://github.com/rose-pine/dark-reader)
-- [Discord](https://github.com/rose-pine/discord) ![](assets/alt.png)
-- [Firefox](https://github.com/rose-pine/firefox)
-- [Google Chrome](https://github.com/rose-pine/google-chrome) ![](assets/alt.png)
-- [Mastodon](https://github.com/rose-pine/mastodon)
-- [Monkeytype](https://github.com/rose-pine/monkeytype) ![](assets/alt.png)
-- [Prism](https://github.com/rose-pine/prism) ![](assets/alt.png)
-- [R Markdown](https://github.com/rose-pine/r-markdown)
-- [Revolt](https://github.com/rose-pine/revolt) ![](assets/alt.png)
-- [Slack](https://github.com/rose-pine/slack) ![](assets/alt.png)
-- [Startpage](https://github.com/rose-pine/startpage)
-- [WriteFreely](https://github.com/rose-pine/writefreely)
-
-### System
-
-- [bspwm](https://github.com/rose-pine/bspwm) ![](assets/alt.png)
-- [GRUB 2](https://github.com/rose-pine/grub)
-- [GTK 3](https://github.com/rose-pine/gtk) ![](assets/alt.png)
-- [KDE](https://github.com/maybork/kde) by [Ash](https://github.com/maybork)
-- [Linux TTY](https://github.com/rose-pine/linux-tty)
-- [Rofi](https://github.com/rose-pine/rofi) ![](assets/alt.png)
-
-### Mobile
-
-- [Aliucord](https://github.com/rose-pine/aliucord)
-
-### Extras
-
-- [Base16](https://github.com/edunfelt/base16-rose-pine-scheme) by [edunfelt](https://github.com/edunfelt) ![](assets/alt.png)
-- [Cmus](https://github.com/Iorvethe/cmus) by [Iorvethe](https://github.com/Iorvethe)
-- [Discord RPC Maker](https://github.com/rose-pine/discordrpcmaker) ![](assets/alt.png)
-- [Razer-CLI](https://github.com/rose-pine/razer-cli)
-- [Wallpapers](https://github.com/rose-pine/wallpapers)
-
## Contributing
-There's a plethora of surfaces out there waiting to be dipped in a lil Rosé Pine. See our [template](https://github.com/rose-pine/rose-pine-template) for more information and drop us a PR when ready. We can't wait to see what you create 🥰
+There's a plethora of surfaces out there waiting to be dipped in a lil Rosé Pine. See our [template](https://github.com/rose-pine/rose-pine-template) for more information and drop us a PR when ready over at the [Rosé Pine site repo](https://github.com/rose-pine/rose-pine-site). We can't wait to see what you create 🥰
-Just here to show us some love? Feel free to donate to our [Patreon](https://patreon.com/rosepine)!
-
-If that's out of your reach right now, we also 💛 social appreciation, whether it be GitHub stars, [Twitter](https://twitter.com/rosepinetheme) follows, or shouting to your coworkers across the office.
+Just here to show us some love? We 💛 social appreciation, whether it be GitHub stars, Twitter follows, or shouting to your coworkers across the office.