Skip to content
Snippets Groups Projects
Commit f48cb4d3 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

canvas hintergrundfarbe an panel anpassen

parent 42927dc7
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ this.loaded = function(panel, config) { ...@@ -18,7 +18,7 @@ this.loaded = function(panel, config) {
dbgc = null, dbgc = null,
afgc = analClock ? analClock.getContext("2d") : null, afgc = analClock ? analClock.getContext("2d") : null,
abgc = null, abgc = null,
bgColor = "#080808", bgColor = panel.css("background-color"),
sdColor = "#111", sdColor = "#111",
icColor = "#FFF", icColor = "#FFF",
date = new Date(), date = new Date(),
......
...@@ -6,7 +6,7 @@ this.loaded = function(panel, config) { ...@@ -6,7 +6,7 @@ this.loaded = function(panel, config) {
function CanvasMarquee() { function CanvasMarquee() {
var var
me = this, me = this,
bgColor = "black", bgColor = panel.css("background-color"),
fgColor = "yellow", fgColor = "yellow",
font = "vrr", font = "vrr",
baseline = 0.7, baseline = 0.7,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment