ePBT Fruit Chew Theme (Updated) (#2317) by batsoup804

* Add Fruit Chew Theme

* Update and rename fruitchew.css to fruit_chew.css

* Update _list.json

* Update fruit_chew.css
This commit is contained in:
Teddi 2022-01-19 15:02:23 -06:00 committed by GitHub
parent 06e35f5425
commit 6fdbd26d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View file

@ -674,4 +674,9 @@
"bgColor": "#464d66",
"mainColor": "#e0513e"
}
,{
"name": "fruit_chew",
"bgColor": "#fffdd0",
"mainColor": "#e02828",
}
]

View file

@ -0,0 +1,32 @@
:root {
--bg-color: #fffdd0;
--main-color: #e02828;
--caret-color: #99de1e;
--sub-color: #69176b;
--text-color: #808080;
--error-color: #4d0463;
--error-extra-color: #a62626;
--colorful-error-color: #4d0463;
--colorful-error-extra-color: #a62626;
}
#menu .icon-button:nth-child(1) {
color: #99de1e;
}
#menu .icon-button:nth-child(2) {
color: #4d0463;
}
#menu .icon-button:nth-child(3) {
color: #08d9a3;
}
#menu .icon-button:nth-child(4) {
color: #69176b;
}
#menu .icon-button:nth-child(5),
#menu .icon-button:nth-child(6) {
color: #808080;
}