aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-04 17:54:59 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-04 17:54:59 -0500
commit034016e330153592af5a6b7943d225b728859bc6 (patch)
tree08c38ce36aa94b3b441b29d1220e4041941aa6c3 /Gruntfile.js
parent55e16f4cb97c76d4ec799ade87bec8e11d5703c7 (diff)
downloadfreenode-live-2017-presentation-034016e330153592af5a6b7943d225b728859bc6.tar
freenode-live-2017-presentation-034016e330153592af5a6b7943d225b728859bc6.tar.gz
merge two new themes, slight adjustments to said themes
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ac6382d..bb3cc35 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -50,7 +50,9 @@ module.exports = function(grunt) {
'css/theme/night.css': 'css/theme/source/night.scss',
'css/theme/serif.css': 'css/theme/source/serif.scss',
'css/theme/simple.css': 'css/theme/source/simple.scss',
- 'css/theme/sky.css': 'css/theme/source/sky.scss'
+ 'css/theme/sky.css': 'css/theme/source/sky.scss',
+ 'css/theme/moon.css': 'css/theme/source/moon.scss',
+ 'css/theme/solarized.css': 'css/theme/source/solarized.scss'
}
},
},