Switch prism theme to twilight

This commit is contained in:
Oliver Davies 2017-04-30 12:57:10 +01:00
parent 29676e2707
commit cd67d13410
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,10 @@ pre
word-break: normal
word-wrap: no-wrap
pre[class*="language-"]
border: 0
border-radius: 0
pre code
white-space: pre
word-break: normal

View file

@ -23,7 +23,7 @@ var config = {
gulp.task('styles', function () {
return gulp.src([
config.bowerDir + '/font-awesome/css/font-awesome.css',
config.bowerDir + '/prism/themes/prism-tomorrow.css',
config.bowerDir + '/prism/themes/prism-twilight.css',
config.sass.sourceDir + config.sass.pattern
])
.pipe(plugins.plumber())