cobalt --> azure
This commit is contained in:
parent
31a965b4c4
commit
717ef98640
5 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<script src="/packs/js/common.js"></script>
|
||||
<script src="/packs/js/locale_en.chunk.js" data-react-helmet="true"></script>
|
||||
<script src="/packs/js/application.chunk.js"></script>
|
||||
<link rel="stylesheet" href="/packs/css/cobalt.chunk.css" data-react-helmet="true">
|
||||
<link rel="stylesheet" href="/packs/css/azure.chunk.css" data-react-helmet="true">
|
||||
</head>
|
||||
<body class="app-body">
|
||||
<noscript>To use Soapbox, please enable JavaScript.</noscript>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue