Skip to content

Commit

Permalink
Add extra constants for Solarized flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarok authored and jakedex committed Oct 23, 2017
1 parent c7a71b7 commit 03259f4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,17 @@ export const THEMES = [
name: 'Seti'
},
{
id: 'solarized',
name: 'Solarized'
id: 'solarized'
},
{
id: 'solarized light',
name: 'Solarized Light',
hasStylesheet: false
},
{
id: 'solarized dark',
name: 'Solarized Dark',
hasStylesheet: false
},
{
id: 'twilight',
Expand Down

0 comments on commit 03259f4

Please sign in to comment.