Merge pull request #15 from semaphore-social/themes
Change default themes to use brand purple
This commit is contained in:
commit
cb77ca7302
|
@ -504,7 +504,7 @@ export default {
|
|||
followersOnly: 'Nur Folgende',
|
||||
direct: 'Direkt',
|
||||
// Themes
|
||||
themeRoyal: 'Royal',
|
||||
themeRoyal: 'Light',
|
||||
themeScarlet: 'Scarlet',
|
||||
themeSeafoam: 'Seafoam',
|
||||
themeHotpants: 'Hotpants',
|
||||
|
@ -512,7 +512,7 @@ export default {
|
|||
themeMajesty: 'Majesty',
|
||||
themeGecko: 'Gecko',
|
||||
themeGrayscale: 'Grayscale',
|
||||
themeOzark: 'Ozark',
|
||||
themeDark: 'Dark',
|
||||
themeCobalt: 'Cobalt',
|
||||
themeSorcery: 'Sorcery',
|
||||
themePunk: 'Punk',
|
||||
|
|
|
@ -542,7 +542,7 @@ export default {
|
|||
followersOnly: 'Followers-only',
|
||||
direct: 'Direct',
|
||||
// Themes
|
||||
themeRoyal: 'Royal',
|
||||
themeRoyal: 'Light',
|
||||
themeScarlet: 'Scarlet',
|
||||
themeSeafoam: 'Seafoam',
|
||||
themeHotpants: 'Hotpants',
|
||||
|
@ -550,7 +550,7 @@ export default {
|
|||
themeMajesty: 'Majesty',
|
||||
themeGecko: 'Gecko',
|
||||
themeGrayscale: 'Grayscale',
|
||||
themeOzark: 'Ozark',
|
||||
themeDark: 'Dark',
|
||||
themeCobalt: 'Cobalt',
|
||||
themeSorcery: 'Sorcery',
|
||||
themePunk: 'Punk',
|
||||
|
|
|
@ -543,7 +543,7 @@ export default {
|
|||
followersOnly: 'Solo seguidores',
|
||||
direct: 'Directo',
|
||||
// Themes
|
||||
themeRoyal: 'Royal',
|
||||
themeRoyal: 'Light',
|
||||
themeScarlet: 'Escarlata',
|
||||
themeSeafoam: 'Espuma de mar',
|
||||
themeHotpants: 'Hotpants',
|
||||
|
@ -551,7 +551,7 @@ export default {
|
|||
themeMajesty: 'Majesty',
|
||||
themeGecko: 'Gecko',
|
||||
themeGrayscale: 'Escala de grises',
|
||||
themeOzark: 'Ozark',
|
||||
themeDark: 'Dark',
|
||||
themeCobalt: 'Cobalto',
|
||||
themeSorcery: 'Sorcery',
|
||||
themePunk: 'Punk',
|
||||
|
|
|
@ -514,7 +514,7 @@ export default {
|
|||
followersOnly: 'Abonnés/abonnées uniquement',
|
||||
direct: 'Direct',
|
||||
// Themes
|
||||
themeRoyal: 'Royale',
|
||||
themeRoyal: 'Light',
|
||||
themeScarlet: 'Ecarlate',
|
||||
themeSeafoam: 'Ecume',
|
||||
themeHotpants: 'Hotpants',
|
||||
|
@ -522,7 +522,7 @@ export default {
|
|||
themeMajesty: 'Majesté',
|
||||
themeGecko: 'Gecko',
|
||||
themeGrayscale: 'Echelle gris',
|
||||
themeOzark: 'Ozark',
|
||||
themeDark: 'Dark',
|
||||
themeCobalt: 'Cobalt',
|
||||
themeSorcery: 'Sorcellerie',
|
||||
themePunk: 'Punk',
|
||||
|
|
|
@ -534,7 +534,7 @@ export default {
|
|||
followersOnly: 'Только для подписчиков',
|
||||
direct: 'Личное сообщение',
|
||||
// Themes
|
||||
themeRoyal: 'Royal',
|
||||
themeRoyal: 'Light',
|
||||
themeScarlet: 'Scarlet',
|
||||
themeSeafoam: 'Seafoam',
|
||||
themeHotpants: 'Hotpants',
|
||||
|
@ -542,7 +542,7 @@ export default {
|
|||
themeMajesty: 'Majesty',
|
||||
themeGecko: 'Gecko',
|
||||
themeGrayscale: 'Grayscale',
|
||||
themeOzark: 'Ozark',
|
||||
themeDark: 'Dark',
|
||||
themeCobalt: 'Cobalt',
|
||||
themeSorcery: 'Sorcery',
|
||||
themePunk: 'Punk',
|
||||
|
|
|
@ -3,7 +3,7 @@ const themes = [
|
|||
name: 'default',
|
||||
label: 'intl.themeRoyal',
|
||||
dark: false,
|
||||
color: 'royalblue'
|
||||
color: '#5D3FD3'
|
||||
},
|
||||
{
|
||||
name: 'scarlet',
|
||||
|
@ -49,9 +49,9 @@ const themes = [
|
|||
},
|
||||
{
|
||||
name: 'ozark',
|
||||
label: 'intl.themeOzark',
|
||||
label: 'intl.themeDark',
|
||||
dark: true,
|
||||
color: '#5263af'
|
||||
color: '#5D3FD3'
|
||||
},
|
||||
{
|
||||
name: 'cobalt',
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$main-theme-color: royalblue;
|
||||
$main-theme-color: #5D3FD3;
|
||||
$body-bg-color: lighten($main-theme-color, 38%);
|
||||
$anchor-color: $main-theme-color;
|
||||
$main-text-color: #333;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$main-theme-color: #5263af;
|
||||
$main-theme-color: #5D3FD3;
|
||||
$body-bg-color: #0f1427;
|
||||
$main-bg-color: #212433;
|
||||
$anchor-color: lighten($main-theme-color, 20%);
|
||||
|
|
Loading…
Reference in New Issue