From 3348c0e75a615d143c41d76a8d03374f11d2c136 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 3 Jul 2014 14:43:58 -0700 Subject: [PATCH] Upgrade syntax themes to remove find-result marker css It is now in find-and-replace based on syntax-variables. Better! --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 76873c439..37d26eadb 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "vm-compatibility-layer": "0.1.0" }, "packageDependencies": { - "atom-dark-syntax": "0.17.0", + "atom-dark-syntax": "0.18.0", "atom-dark-ui": "0.30.0", - "atom-light-syntax": "0.18.0", + "atom-light-syntax": "0.19.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", + "base16-tomorrow-dark-theme": "0.18.0", + "solarized-dark-syntax": "0.19.0", + "solarized-light-syntax": "0.10.0", "archive-view": "0.33.0", "autocomplete": "0.28.0", "autoflow": "0.17.0",