docs: add a new theme and add main image in v3 post

This commit is contained in:
satnaing
2023-09-26 01:24:33 +06:30
committed by Sat Naing
parent 4c33936b66
commit d57f53ac4d
3 changed files with 18 additions and 0 deletions
@@ -149,3 +149,18 @@ html[data-theme="dark"] {
--color-border: 171, 75, 8;
}
```
### Astro Deep Purple (New dark theme in AstroPaper 3)
![AstroPaper v3 new theme](https://github.com/satnaing/astro-paper/assets/53733092/c8b5d7e1-a3bc-4852-a5ad-4abf7b3cec79)
```css
html[data-theme="dark"] {
--color-fill: 33, 39, 55;
--color-text-base: 234, 237, 243;
--color-accent: 235, 63, 211;
--color-card: 52, 63, 96;
--color-card-muted: 125, 79, 124;
--color-border: 100, 36, 81;
}
```