diff --git a/app/gabsocial/actions/settings.js b/app/gabsocial/actions/settings.js index 59e839f05..2ef878e5b 100644 --- a/app/gabsocial/actions/settings.js +++ b/app/gabsocial/actions/settings.js @@ -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', diff --git a/app/gabsocial/features/preferences/index.js b/app/gabsocial/features/preferences/index.js index 0465bdece..5f48d2866 100644 --- a/app/gabsocial/features/preferences/index.js +++ b/app/gabsocial/features/preferences/index.js @@ -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', diff --git a/app/styles/cobalt.scss b/app/styles/azure.scss similarity index 100% rename from app/styles/cobalt.scss rename to app/styles/azure.scss diff --git a/static/index.html b/static/index.html index b0ab2ea80..b75639074 100644 --- a/static/index.html +++ b/static/index.html @@ -9,7 +9,7 @@ - + diff --git a/webpack/config/themes.yml b/webpack/config/themes.yml index 060c03da6..3d4bb3ed6 100644 --- a/webpack/config/themes.yml +++ b/webpack/config/themes.yml @@ -1,4 +1,4 @@ -cobalt: styles/cobalt.scss +azure: styles/azure.scss purple: styles/gabsocial-light.scss purple-dark: styles/application.scss purple-contrast: styles/contrast.scss