parent
275f265fbb
commit
d634e53980
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2.1",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"taskLabel": "tâche-LEARNIHON",
|
||||||
|
"appliesTo": "/",
|
||||||
|
"type": "launch"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
export const learnihonColors = {
|
||||||
|
"main": "#FF5C5C",
|
||||||
|
"light": "#F5F5F5",
|
||||||
|
"light_2": "#E4E4E4",
|
||||||
|
"light_3": "#D5D5D5",
|
||||||
|
"dark": "#2B2B2B",
|
||||||
|
"dark_2": "#1C1C1C",
|
||||||
|
"dark_3": "#0D0D0D",
|
||||||
|
"wrong": "#AA3D3D",
|
||||||
|
"correct": "#3DAA3D"
|
||||||
|
}
|
Loading…
Reference in new issue