mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add inverted text color and bg accent color
This commit is contained in:
@@ -17,11 +17,13 @@ module.exports = {
|
|||||||
skin: {
|
skin: {
|
||||||
base: withOpacity("--color-text-base"),
|
base: withOpacity("--color-text-base"),
|
||||||
accent: withOpacity("--color-text-accent"),
|
accent: withOpacity("--color-text-accent"),
|
||||||
|
inverted: withOpacity("--color-fill"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
backgroundColor: {
|
backgroundColor: {
|
||||||
skin: {
|
skin: {
|
||||||
fill: withOpacity("--color-fill"),
|
fill: withOpacity("--color-fill"),
|
||||||
|
accent: withOpacity("--color-accent"),
|
||||||
inverted: withOpacity("--color-text-base"),
|
inverted: withOpacity("--color-text-base"),
|
||||||
card: withOpacity("--color-card"),
|
card: withOpacity("--color-card"),
|
||||||
"card-muted": withOpacity("--color-card-muted"),
|
"card-muted": withOpacity("--color-card-muted"),
|
||||||
|
|||||||
Reference in New Issue
Block a user