Skip to content

Commit

Permalink
Change codemirror theme to material - Fixes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha authored and jbalsas committed Jan 18, 2018
1 parent 1e95a61 commit e5ee746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/metaljs.com/electric.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
sassOptions: {
includePaths: ['node_modules', marble.src]
},
codeMirrorTheme: 'material',
codeMirrorLanguages: ['soy', 'jsx', 'javascript', 'shell', 'xml'],
vendorSrc: ['node_modules/marble/build/fonts/**']
};

0 comments on commit e5ee746

Please sign in to comment.