mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-14 09:36:00 +08:00
Create husqy.css (#2905)
* Create husqy.css new theme based on what people keep asking me for, named husqy so that people can easily search for it and i think it's a cool name for a theme :D * Update _list.json
This commit is contained in:
parent
96b5395a2e
commit
3fd285b728
2 changed files with 22 additions and 0 deletions
|
@ -744,4 +744,9 @@
|
|||
"bgColor": "#cec176",
|
||||
"mainColor": "#ffffff"
|
||||
}
|
||||
,{
|
||||
"name": "husqy",
|
||||
"bgColor": "#000000",
|
||||
"mainColor": "#c58aff"
|
||||
}
|
||||
]
|
||||
|
|
17
husqy.css
Normal file
17
husqy.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
:root {
|
||||
--bg-color: #000000;
|
||||
--main-color: #c58aff;
|
||||
--caret-color: #c58aff;
|
||||
--sub-color: #972fff;
|
||||
--sub-alt-color: #1e001e;
|
||||
--text-color: #ebd7ff;
|
||||
--error-color: #da3333;
|
||||
--error-extra-color: #791717;
|
||||
--colorful-error-color: #da3333;
|
||||
--colorful-error-extra-color: #791717;
|
||||
}
|
||||
|
||||
#liveWpm,
|
||||
#timerNumber {
|
||||
color: #c58aff;
|
||||
}
|
Loading…
Add table
Reference in a new issue