diff --git a/desktop/sources/scripts/surface.js b/desktop/sources/scripts/surface.js index 18c16a0..561afd3 100644 --- a/desktop/sources/scripts/surface.js +++ b/desktop/sources/scripts/surface.js @@ -29,7 +29,7 @@ function Surface (ronin) { // Shape - this.stroke = (shape, color = ronin.theme.get('b_high'), width = 2, context = this.context) => { + this.stroke = (shape, color = ronin.theme.get('f_high'), width = 2, context = this.context) => { context.beginPath() this.trace(shape, context) context.lineWidth = width diff --git a/desktop/static/crystal.jpg b/desktop/static/crystal.jpg deleted file mode 100644 index bbcd6ca..0000000 Binary files a/desktop/static/crystal.jpg and /dev/null differ