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:
huzqy 2022-05-03 07:00:06 -05:00 committed by GitHub
parent 96b5395a2e
commit 3fd285b728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View file

@ -744,4 +744,9 @@
"bgColor": "#cec176",
"mainColor": "#ffffff"
}
,{
"name": "husqy",
"bgColor": "#000000",
"mainColor": "#c58aff"
}
]

17
husqy.css Normal file
View 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;
}