mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
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:
parent
06e35f5425
commit
6fdbd26d58
2 changed files with 37 additions and 0 deletions
|
@ -674,4 +674,9 @@
|
|||
"bgColor": "#464d66",
|
||||
"mainColor": "#e0513e"
|
||||
}
|
||||
,{
|
||||
"name": "fruit_chew",
|
||||
"bgColor": "#fffdd0",
|
||||
"mainColor": "#e02828",
|
||||
}
|
||||
]
|
||||
|
|
32
static/themes/fruit_chew.css
Normal file
32
static/themes/fruit_chew.css
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue