diff --git a/components/Meta.js b/components/Meta.js
index d3cac41..c4335d5 100644
--- a/components/Meta.js
+++ b/components/Meta.js
@@ -21,7 +21,7 @@ export default () => (
{
THEMES.map((theme, i) => (
-
+
))
}
diff --git a/lib/constants.js b/lib/constants.js
index 93ceb41..dd7f741 100644
--- a/lib/constants.js
+++ b/lib/constants.js
@@ -1,50 +1,65 @@
export const THEMES = [
+ {
+ id: '3024-night',
+ name: '3024 Night'
+ },
+ {
+ id: 'ambiance',
+ name: 'Ambiance'
+ },
+ {
+ id: 'blackboard',
+ name: 'Blackboard'
+ },
+ {
+ id: 'cobalt',
+ name: 'Cobalt'
+ },
{
id: 'dracula',
name: 'Dracula'
},
{
- id: 'solarized',
- name: 'Solarized',
- light: true
+ id: 'duotone-dark',
+ name: 'Duotone'
},
{
- id: 'zenburn',
- name: 'Zenburn'
+ id: 'hopscotch',
+ name: 'Hopscotch'
},
{
- id: 'yeti',
- name: 'Yeti',
- light: true
+ id: 'material',
+ name: 'Material'
},
{
- id: 'twilight',
- name: 'Twilight'
+ id: 'monokai',
+ name: 'Monokai'
},
{
id: 'paraiso-dark',
name: 'Paraiso'
},
{
- id: 'monokai',
- name: 'Monokai'
+ id: 'seti',
+ name: 'Seti'
},
{
- id: 'material',
- name: 'Material'
+ id: 'solarized',
+ name: 'Solarized',
+ light: true
},
{
- id: 'isotope',
- name: 'Isotope'
+ id: 'twilight',
+ name: 'Twilight'
},
{
- id: 'cobalt',
- name: 'Cobalt'
+ id: 'yeti',
+ name: 'Yeti',
+ light: true
},
{
- id: '3024-day',
- name: '3024 Day',
- light: true
+ id: 'zenburn',
+ name: 'Zenburn'
}
]