mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
feat(theme): add discord (sithydev) (#5297)
This commit is contained in:
parent
76f41f39d7
commit
af9be52711
2 changed files with 19 additions and 0 deletions
|
@ -1209,5 +1209,12 @@
|
|||
"mainColor": "#ff9900",
|
||||
"subColor": "#2f2f2f",
|
||||
"textColor": "#c6c6c6"
|
||||
},
|
||||
{
|
||||
"name": "discord",
|
||||
"bgColor": "#313338",
|
||||
"mainColor": "#5a65ea",
|
||||
"subColor": "#565861",
|
||||
"textColor": "#dcdee3"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/discord.css
Normal file
12
frontend/static/themes/discord.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #313338;
|
||||
--main-color: #5a65ea;
|
||||
--caret-color: #5a65ea;
|
||||
--sub-color: #565861;
|
||||
--sub-alt-color: #2b2d31;
|
||||
--text-color: #dcdee3;
|
||||
--error-color: #df4f4b;
|
||||
--error-extra-color: #df4f4b;
|
||||
--colorful-error-color: #df4f4b;
|
||||
--colorful-error-extra-color: #df4f4b;
|
||||
}
|
Loading…
Reference in a new issue