18 lines
No EOL
437 B
JavaScript
18 lines
No EOL
437 B
JavaScript
var settings = {
|
|
"options": {
|
|
"pauseTime": "6",
|
|
"inbetweenPauseTime": "100"
|
|
},
|
|
"colors": {
|
|
"iconBoxColor": "rgba(249,158,26)",
|
|
"textBoxColor": "rgba(64,82,117)",
|
|
"iconColor": "rgba(64,82,117)",
|
|
"fontColor": "rgba(255,255,255)"
|
|
},
|
|
"fonts": {
|
|
"primaryFont": "Inconsolata",
|
|
"fontWeight": "400",
|
|
"fontSize": "36",
|
|
"textYOffset": "0"
|
|
}
|
|
}; |