From ca6995890823c510eca88543e0f64722ac762ce5 Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 31 Jan 2023 12:59:11 +0630 Subject: [PATCH] docs: add info about new predefined color scheme --- src/content/blog/astro-paper-2.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/blog/astro-paper-2.md b/src/content/blog/astro-paper-2.md index 07fbbf0..2b7b6f5 100644 --- a/src/content/blog/astro-paper-2.md +++ b/src/content/blog/astro-paper-2.md @@ -65,6 +65,12 @@ export const blogSchema = z.object({ }); ``` +### New Predefined Dark Color Scheme + +AstroPaper v2 has a new dark color scheme which is based on Astro's dark logo. Check out [this link](https://astro-paper.pages.dev/posts/predefined-color-schemes#astro-dark) for more info. + +![New Predefined Dark Color Scheme](https://user-images.githubusercontent.com/53733092/215680520-59427bb0-f4cb-48c0-bccc-f182a428d72d.svg) + ### Updated Docs & README All the [#docs](https://astro-paper.pages.dev/tags/docs/) blog posts and [README](https://github.com/satnaing/astro-paper#readme) are updated for this AstroPaper v2.