From 8cf24bc7deba1b2394c5f265677c32ce0ec649fe Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 24 Nov 2014 15:51:11 -0700 Subject: [PATCH] :arrow_down: UI themes so we can iron out selector issues Signed-off-by: Max Brunsfeld --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ffde8977..0fdc269f2 100644 --- a/package.json +++ b/package.json @@ -67,9 +67,9 @@ }, "packageDependencies": { "atom-dark-syntax": "0.23.0", - "atom-dark-ui": "0.41.0", + "atom-dark-ui": "0.40.0", "atom-light-syntax": "0.22.0", - "atom-light-ui": "0.35.0", + "atom-light-ui": "0.34.0", "base16-tomorrow-dark-theme": "0.22.0", "base16-tomorrow-light-theme": "0.5.0", "solarized-dark-syntax": "0.23.0",