From 74bcbf6291a895d18dfa6210f70d0d6f4fee351b Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 1 Jul 2014 15:46:17 -0700 Subject: [PATCH] Upgrade themes to fix blurry tabs Refs atom/tabs#62 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79e0b7142..238a9bcee 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ }, "packageDependencies": { "atom-dark-syntax": "0.17.0", - "atom-dark-ui": "0.29.0", + "atom-dark-ui": "0.30.0", "atom-light-syntax": "0.18.0", - "atom-light-ui": "0.25.0", + "atom-light-ui": "0.26.0", "base16-tomorrow-dark-theme": "0.17.0", "solarized-dark-syntax": "0.18.0", "solarized-light-syntax": "0.9.0",