From c65b1c823eb699d19a699316144a3ba931f59392 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sat, 4 Oct 2014 23:05:24 +0200 Subject: [PATCH] =?UTF-8?q?Get=20colors=20of=20current=20theme=20=E2=89=99?= =?UTF-8?q?=20transparent=20background?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/extension.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/extension.js b/src/extension.js index 2b3c390..0f4c3f4 100644 --- a/src/extension.js +++ b/src/extension.js @@ -355,11 +355,6 @@ const TeaTime = new Lang.Class({ let pi = Math.PI; let r = Math.min(width, height) * 0.5;; - // TODO: get colors from current theme! - cr.setSourceRGB(0, 0, 0); - cr.rectangle(0, 0, width, height); - cr.fill(); - cr.translate(Math.floor(width / 2), Math.floor(height / 2)); cr.save();