From 42bce0d4385281c60213d090db2c88e4a371ed82 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 25 Feb 2014 16:25:19 -0800 Subject: [PATCH] Upgrade ui themes --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6c82459d3..902ffd271 100644 --- a/package.json +++ b/package.json @@ -58,9 +58,9 @@ }, "packageDependencies": { "atom-dark-syntax": "0.14.0", - "atom-dark-ui": "0.22.0", + "atom-dark-ui": "0.23.0", "atom-light-syntax": "0.14.0", - "atom-light-ui": "0.21.0", + "atom-light-ui": "0.22.0", "base16-tomorrow-dark-theme": "0.12.0", "solarized-dark-syntax": "0.10.0", "solarized-light-syntax": "0.6.0",