Adding dark theme to Goodies.

This commit is contained in:
Samuel Clay 2016-09-20 13:05:25 -07:00
parent 8ca81a61da
commit fa78b434f9

View file

@ -36,6 +36,18 @@ _.extend(NEWSBLUR.ReaderGoodies.prototype, {
$.make('div', { className: 'NB-goodies-title' }, 'Add Site & Share Story Bookmarklet')
]),
$.make('fieldset', [
$.make('legend', 'Dark theme')
]),
$.make('div', { className: 'NB-goodies-group NB-modal-submit' }, [
$.make('a', {
className: 'NB-goodies-mobile-link NB-modal-submit-button NB-modal-submit-green',
href: 'https://userstyles.org/styles/124890/newsblur-dark-theme-by-splike'
}, 'Download the Dark Theme'),
$.make('div', { className: 'NB-goodies-title' }, 'Dark theme for the web'),
$.make('div', { className: 'NB-goodies-subtitle' }, 'Use the Stylish browser extension to install a user-contributed dark theme.')
]),
$.make('fieldset', [
$.make('legend', 'Mobile Apps for NewsBlur')
]),