twich-social-popup/settings-and-images/settings.js
2020-10-14 11:38:18 +02:00

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