docs: add new color scheme for AstroPaper v4

This commit is contained in:
satnaing
2024-01-04 15:37:49 +06:30
committed by Sat Naing
parent 792a02b325
commit 1c806b7ddd
@@ -1,6 +1,7 @@
---
author: Sat Naing
pubDatetime: 2022-09-26T12:13:24Z
modDatetime: 2024-01-04T09:09:06Z
title: Predefined color schemes
slug: predefined-color-schemes
featured: false
@@ -164,3 +165,18 @@ html[data-theme="dark"] {
--color-border: 100, 36, 81;
}
```
### AstroPaper v4 Special (New dark theme in AstroPaper 4)
![AstroPaper v4 new theme](https://github.com/satnaing/astro-paper/assets/53733092/66eb74dc-7a0e-4f2e-982d-25f5c443b25a)
```css
html[data-theme="dark"] {
--color-fill: 0, 1, 35;
--color-accent: 97, 123, 255;
--color-text-base: 234, 237, 243;
--color-card: 33, 34, 83;
--color-card-muted: 12, 14, 79;
--color-border: 48, 63, 138;
}
```