cobalt --> azure

This commit is contained in:
Alex Gleason
2020-04-28 22:04:09 -05:00
parent 31a965b4c4
commit 717ef98640
5 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ const defaultSettings = ImmutableMap({
boostModal: false,
deleteModal: true,
defaultPrivacy: 'public',
theme: 'cobalt',
theme: 'azure',
// locale: navigator.language.slice(0, 2) || 'en', // FIXME: Dynamic locales
locale: 'en',

View File

@ -21,7 +21,7 @@ const messages = defineMessages({
// TODO: Pull dynamically
const themes = {
'cobalt': 'Cobalt',
'azure': 'Azure',
'purple': 'Purple Light',
'purple-dark': 'Purple Dark',
'purple-contrast': 'Purple Contrast',