Change default themes to use brand purple

This commit is contained in:
Nick Colley 2023-01-21 14:25:24 +00:00
parent d2363c3b6a
commit 81d09bf31b
8 changed files with 15 additions and 15 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

@ -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;

View File

@ -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%);