This commit is contained in:
Miodec 2022-01-17 21:34:28 +01:00
commit 5e23af4ae3
7 changed files with 85046 additions and 2 deletions

View file

@ -283,7 +283,7 @@
},
{
"name": "macedonian",
"languages": ["macedonian", "macedonian_1k"]
"languages": ["macedonian", "macedonian_1k", "macedonian_10k", "macedonian_75k"]
},
{
"name": "belarusian",

View file

@ -156,5 +156,7 @@
,"hindi_1k"
,"macedonian"
,"macedonian_1k"
,"macedonian_10k"
,"macedonian_75k"
,"belarusian_1k"
]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -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

View file

@ -669,4 +669,9 @@
"bgColor" : "#9bf2ea",
"mainColor":"#6d44a6"
}
,{
"name": "trackday",
"bgColor": "#464d66"
"mainColor": "#e0513e"
}
]

View 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;
}