Skip to content

Commit

Permalink
fix: remove dark theme alternatives from themes list
Browse files Browse the repository at this point in the history
We changed how dark worked, and this code was left over from that refactor
  • Loading branch information
knownasilya committed Nov 21, 2020
1 parent 1d43502 commit 6841bb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ module.exports = {
var allThemes = [
'light',
'ios',
'ios dark',
'default',
'flat',
'flat dark',
'skewed',
'flip',
'material',
'material dark',
];
var included = config.includedThemes;
var excluded = config.excludedThemes;
Expand Down

0 comments on commit 6841bb6

Please sign in to comment.