mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
added darling theme
This commit is contained in:
parent
bf17a3c9d7
commit
facea909b3
2 changed files with 17 additions and 0 deletions
12
static/themes/darling.css
Normal file
12
static/themes/darling.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #fec8cd;
|
||||
--main-color: #ffffff;
|
||||
--caret-color: #ffffff;
|
||||
--sub-color: #a30000;
|
||||
--text-color: #ffffff;
|
||||
--error-color: #2e7dde;
|
||||
--error-extra-color: #2e7dde;
|
||||
--colorful-error-color: #2e7dde;
|
||||
--colorful-error-extra-color: #2e7dde;
|
||||
--font: Roboto Mono;
|
||||
}
|
|
@ -438,5 +438,10 @@
|
|||
"name": "onedark",
|
||||
"bgColor": "#2f343f",
|
||||
"textColor": "#98c379"
|
||||
},
|
||||
{
|
||||
"name": "darling",
|
||||
"bgColor": "#fec8cd",
|
||||
"textColor": "#ffffff"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue