CoolClock.config.skins = {
  
    clockEetn: {
        outerBorder: { lineWidth: 4, radius:97, color: "white", alpha: 1 },
        smallIndicator: { lineWidth: 4, startAt: 89, endAt: 93, color: "white", alpha: 1 },
        largeIndicator: { lineWidth: 8, startAt: 80, endAt: 93, color: "white", alpha: 1 },
        hourHand: { lineWidth: 12, startAt: -15, endAt: 60, color: "white", alpha: 1 },
        minuteHand: { lineWidth: 10, startAt: -15, endAt: 85, color: "white", alpha: 1 },
        secondHand: { lineWidth: 4, startAt: -20, endAt: 85, color: "white", alpha: 1 },
        secondDecoration: { lineWidth: 2, startAt: 70, radius: 2, fillColor: "white", color: "white", alpha: 1 }
    },
    clockEetnLight: {
        outerBorder: { lineWidth: 0, radius:97, color: "white", alpha: 1 },
        smallIndicator: { lineWidth: 3, startAt: 89, endAt: 93, color: "white", alpha: 1 },
        largeIndicator: { lineWidth: 6, startAt: 80, endAt: 93, color: "white", alpha: 1 },
        hourHand: { lineWidth: 8, startAt: -15, endAt: 60, color: "white", alpha: 1 },
        minuteHand: { lineWidth: 6, startAt: -15, endAt: 85, color: "white", alpha: 1 },
        secondHand: { lineWidth: 2, startAt: -20, endAt: 85, color: "white", alpha: 1 },
        secondDecoration: { lineWidth: 2, startAt: 70, radius: 2, fillColor: "white", color: "white", alpha: 1 }
    }

};


