mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
Merge branch 'master' of https://github.com/Miodec/monkeytype
This commit is contained in:
commit
5e23af4ae3
7 changed files with 85046 additions and 2 deletions
|
@ -283,7 +283,7 @@
|
|||
},
|
||||
{
|
||||
"name": "macedonian",
|
||||
"languages": ["macedonian", "macedonian_1k"]
|
||||
"languages": ["macedonian", "macedonian_1k", "macedonian_10k", "macedonian_75k"]
|
||||
},
|
||||
{
|
||||
"name": "belarusian",
|
||||
|
|
|
@ -156,5 +156,7 @@
|
|||
,"hindi_1k"
|
||||
,"macedonian"
|
||||
,"macedonian_1k"
|
||||
,"macedonian_10k"
|
||||
,"macedonian_75k"
|
||||
,"belarusian_1k"
|
||||
]
|
||||
|
|
10007
static/languages/macedonian_10k.json
Normal file
10007
static/languages/macedonian_10k.json
Normal file
File diff suppressed because it is too large
Load diff
75007
static/languages/macedonian_75k.json
Normal file
75007
static/languages/macedonian_75k.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -33750,7 +33750,7 @@
|
|||
"id": 5700
|
||||
},
|
||||
{
|
||||
"text": "Nobody knows if a stock's going up, down or sideways, least of all Stockbrokers. But we gave to pretend we know.",
|
||||
"text": "Nobody knows if a stock's going up, down or sideways, least of all Stockbrokers. But we have to pretend we know.",
|
||||
"source": "The Wolf Of Wall Street",
|
||||
"length": 118,
|
||||
"id": 5701
|
||||
|
|
|
@ -669,4 +669,9 @@
|
|||
"bgColor" : "#9bf2ea",
|
||||
"mainColor":"#6d44a6"
|
||||
}
|
||||
,{
|
||||
"name": "trackday",
|
||||
"bgColor": "#464d66"
|
||||
"mainColor": "#e0513e"
|
||||
}
|
||||
]
|
||||
|
|
23
static/themes/trackday.css
Normal file
23
static/themes/trackday.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
:root {
|
||||
--bg-color: #464d66;
|
||||
--main-color: #e0513e;
|
||||
--caret-color: #475782;
|
||||
--sub-color: #5c7eb9;
|
||||
--text-color: #cfcfcf;
|
||||
--error-color: #e44e4e;
|
||||
--error-extra-color: #fd3f3f;
|
||||
--colorful-error-color: #ff2e2e;
|
||||
--colorful-error-extra-color: #bb2525;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(1) {
|
||||
color: #e0513e;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(3) {
|
||||
color: #cfcfcf;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(2) {
|
||||
color: #ccc500;
|
||||
}
|
Loading…
Reference in a new issue