From d9a942d6c6db725d9bfea0494944788a04165206 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 22 Jul 2014 09:49:46 -0700 Subject: [PATCH 1/4] Bundle base16-tomorrow-light-theme --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b2622ab94..a28050818 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "atom-light-syntax": "0.20.0", "atom-light-ui": "0.28.0", "base16-tomorrow-dark-theme": "0.19.0", + "base16-tomorrow-light-theme": "0.2.0", "solarized-dark-syntax": "0.21.0", "solarized-light-syntax": "0.11.0", "archive-view": "0.34.0", From 866fd69008f7d3b3af247eeadff3cf226ee3e18e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 22 Jul 2014 09:50:09 -0700 Subject: [PATCH 2/4] Add tomorrow light theme to cache --- build/tasks/prebuild-less-task.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/tasks/prebuild-less-task.coffee b/build/tasks/prebuild-less-task.coffee index c8cf33083..ecd0fb2c8 100644 --- a/build/tasks/prebuild-less-task.coffee +++ b/build/tasks/prebuild-less-task.coffee @@ -9,10 +9,12 @@ module.exports = (grunt) -> ['atom-dark-ui', 'atom-light-syntax'] ['atom-dark-ui', 'solarized-dark-syntax'] ['atom-dark-ui', 'base16-tomorrow-dark-theme'] + ['atom-dark-ui', 'base16-tomorrow-light-theme'] ['atom-light-ui', 'atom-light-syntax'] ['atom-light-ui', 'atom-dark-syntax'] ['atom-light-ui', 'solarized-dark-syntax'] ['atom-light-ui', 'base16-tomorrow-dark-theme'] + ['atom-light-ui', 'base16-tomorrow-light-theme'] ] directory = path.join(grunt.config.get('atom.appDir'), 'less-compile-cache') From 9aca6a4489a96f1638c5ab7398381d8c7465f792 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 22 Jul 2014 11:10:26 -0700 Subject: [PATCH 3/4] Upgrade to base16-tomorrow-dark-theme@0.20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a28050818..765c659e3 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "atom-dark-ui": "0.32.0", "atom-light-syntax": "0.20.0", "atom-light-ui": "0.28.0", - "base16-tomorrow-dark-theme": "0.19.0", + "base16-tomorrow-dark-theme": "0.20.0", "base16-tomorrow-light-theme": "0.2.0", "solarized-dark-syntax": "0.21.0", "solarized-light-syntax": "0.11.0", From 27d0743edc87c9f5f563ec251bc347a86f0d9d3f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 22 Jul 2014 11:10:34 -0700 Subject: [PATCH 4/4] Upgrade to base16-tomorrow-light-theme@0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 765c659e3..763401d13 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "atom-light-syntax": "0.20.0", "atom-light-ui": "0.28.0", "base16-tomorrow-dark-theme": "0.20.0", - "base16-tomorrow-light-theme": "0.2.0", + "base16-tomorrow-light-theme": "0.3.0", "solarized-dark-syntax": "0.21.0", "solarized-light-syntax": "0.11.0", "archive-view": "0.34.0",