From 649acd08d56c87a9593c2df239a29e680149b358 Mon Sep 17 00:00:00 2001 From: simurai Date: Fri, 8 Dec 2017 15:55:00 +0900 Subject: [PATCH] :arrow_up: One and Solarized syntax themes Adds stronger gutter selection --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 334d04b6b..4ce86ac35 100644 --- a/package.json +++ b/package.json @@ -85,10 +85,10 @@ "base16-tomorrow-light-theme": "1.5.0", "one-dark-ui": "1.10.9", "one-light-ui": "1.10.9", - "one-dark-syntax": "1.8.1", - "one-light-syntax": "1.8.1", - "solarized-dark-syntax": "1.1.3", - "solarized-light-syntax": "1.1.3", + "one-dark-syntax": "1.8.2", + "one-light-syntax": "1.8.2", + "solarized-dark-syntax": "1.1.4", + "solarized-light-syntax": "1.1.4", "about": "1.7.8", "archive-view": "0.64.1", "autocomplete-atom-api": "0.10.6",