added style config.js

This commit is contained in:
Janis
2022-10-25 21:01:04 +02:00
parent 3332826404
commit 84c6741944
4 changed files with 21 additions and 6 deletions

9
config.js Normal file
View File

@@ -0,0 +1,9 @@
const CONFIG = {
style: {
fontBackground: "rgba(19, 20, 33, 0.5)",
fontColor: "#ffffff",
fontSize: "70pt",
fontStrokeSize: "3px",
fontStrokeColor: "#000000",
},
};