From d2187c3d01c596336e1f2bcd86b36a83ca33490e Mon Sep 17 00:00:00 2001 From: Tate Johnson Date: Sun, 16 Jul 2017 19:29:20 +1000 Subject: [PATCH] Update light target cell colours to match light style. --- Widget/LightTargetControlView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Widget/LightTargetControlView.swift b/Widget/LightTargetControlView.swift index 2695dc1..13ec0f3 100644 --- a/Widget/LightTargetControlView.swift +++ b/Widget/LightTargetControlView.swift @@ -12,8 +12,8 @@ protocol LightTargetControlViewDelegate: class { } class LightTargetControlView: NSView { - static let EnabledBackgroundColor: CGColor = NSColor.white.withAlphaComponent(0.1).cgColor - static let DisabledBackgroundColor: CGColor = NSColor.black.withAlphaComponent(0.2).cgColor + static let EnabledBackgroundColor: CGColor = NSColor.black.withAlphaComponent(0.2).cgColor + static let DisabledBackgroundColor: CGColor = NSColor.black.withAlphaComponent(0.05).cgColor static let DefaultDuration: CFTimeInterval = 0.3 static let DefaultScale: CGFloat = 0.35 static let ZoomScale: CGFloat = 6.0