Passion Fruit Theme (#2450) by teddinotteddy

* add passion fruit theme

* Update _list.json
This commit is contained in:
Teddi 2022-02-09 05:43:03 -06:00 committed by GitHub
parent 586ae50b0f
commit 5bd0c854e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -729,4 +729,9 @@
"bgColor": "#bfbec2",
"mainColor": "#553d94"
}
,{
"name": "passion_fruit",
"bgColor": "#7c2142",
"mainColor": "#deb80b"
}
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #7c2142;
--main-color: #f4a3b4;
--caret-color: #ffffff;
--sub-color: #9994b8;
--text-color: #ffffff;
--error-color: #deb80b;
--error-extra-color: #deb80b;
--colorful-error-color: #deb80b;
--colorful-error-extra-color: #deb80b;
}