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', followersOnly: 'Nur Folgende',
direct: 'Direkt', direct: 'Direkt',
// Themes // Themes
themeRoyal: 'Royal', themeRoyal: 'Light',
themeScarlet: 'Scarlet', themeScarlet: 'Scarlet',
themeSeafoam: 'Seafoam', themeSeafoam: 'Seafoam',
themeHotpants: 'Hotpants', themeHotpants: 'Hotpants',
@ -512,7 +512,7 @@ export default {
themeMajesty: 'Majesty', themeMajesty: 'Majesty',
themeGecko: 'Gecko', themeGecko: 'Gecko',
themeGrayscale: 'Grayscale', themeGrayscale: 'Grayscale',
themeOzark: 'Ozark', themeDark: 'Dark',
themeCobalt: 'Cobalt', themeCobalt: 'Cobalt',
themeSorcery: 'Sorcery', themeSorcery: 'Sorcery',
themePunk: 'Punk', themePunk: 'Punk',

View File

@ -542,7 +542,7 @@ export default {
followersOnly: 'Followers-only', followersOnly: 'Followers-only',
direct: 'Direct', direct: 'Direct',
// Themes // Themes
themeRoyal: 'Royal', themeRoyal: 'Light',
themeScarlet: 'Scarlet', themeScarlet: 'Scarlet',
themeSeafoam: 'Seafoam', themeSeafoam: 'Seafoam',
themeHotpants: 'Hotpants', themeHotpants: 'Hotpants',
@ -550,7 +550,7 @@ export default {
themeMajesty: 'Majesty', themeMajesty: 'Majesty',
themeGecko: 'Gecko', themeGecko: 'Gecko',
themeGrayscale: 'Grayscale', themeGrayscale: 'Grayscale',
themeOzark: 'Ozark', themeDark: 'Dark',
themeCobalt: 'Cobalt', themeCobalt: 'Cobalt',
themeSorcery: 'Sorcery', themeSorcery: 'Sorcery',
themePunk: 'Punk', themePunk: 'Punk',

View File

@ -543,7 +543,7 @@ export default {
followersOnly: 'Solo seguidores', followersOnly: 'Solo seguidores',
direct: 'Directo', direct: 'Directo',
// Themes // Themes
themeRoyal: 'Royal', themeRoyal: 'Light',
themeScarlet: 'Escarlata', themeScarlet: 'Escarlata',
themeSeafoam: 'Espuma de mar', themeSeafoam: 'Espuma de mar',
themeHotpants: 'Hotpants', themeHotpants: 'Hotpants',
@ -551,7 +551,7 @@ export default {
themeMajesty: 'Majesty', themeMajesty: 'Majesty',
themeGecko: 'Gecko', themeGecko: 'Gecko',
themeGrayscale: 'Escala de grises', themeGrayscale: 'Escala de grises',
themeOzark: 'Ozark', themeDark: 'Dark',
themeCobalt: 'Cobalto', themeCobalt: 'Cobalto',
themeSorcery: 'Sorcery', themeSorcery: 'Sorcery',
themePunk: 'Punk', themePunk: 'Punk',

View File

@ -514,7 +514,7 @@ export default {
followersOnly: 'Abonnés/abonnées uniquement', followersOnly: 'Abonnés/abonnées uniquement',
direct: 'Direct', direct: 'Direct',
// Themes // Themes
themeRoyal: 'Royale', themeRoyal: 'Light',
themeScarlet: 'Ecarlate', themeScarlet: 'Ecarlate',
themeSeafoam: 'Ecume', themeSeafoam: 'Ecume',
themeHotpants: 'Hotpants', themeHotpants: 'Hotpants',
@ -522,7 +522,7 @@ export default {
themeMajesty: 'Majesté', themeMajesty: 'Majesté',
themeGecko: 'Gecko', themeGecko: 'Gecko',
themeGrayscale: 'Echelle gris', themeGrayscale: 'Echelle gris',
themeOzark: 'Ozark', themeDark: 'Dark',
themeCobalt: 'Cobalt', themeCobalt: 'Cobalt',
themeSorcery: 'Sorcellerie', themeSorcery: 'Sorcellerie',
themePunk: 'Punk', themePunk: 'Punk',

View File

@ -534,7 +534,7 @@ export default {
followersOnly: 'Только для подписчиков', followersOnly: 'Только для подписчиков',
direct: 'Личное сообщение', direct: 'Личное сообщение',
// Themes // Themes
themeRoyal: 'Royal', themeRoyal: 'Light',
themeScarlet: 'Scarlet', themeScarlet: 'Scarlet',
themeSeafoam: 'Seafoam', themeSeafoam: 'Seafoam',
themeHotpants: 'Hotpants', themeHotpants: 'Hotpants',
@ -542,7 +542,7 @@ export default {
themeMajesty: 'Majesty', themeMajesty: 'Majesty',
themeGecko: 'Gecko', themeGecko: 'Gecko',
themeGrayscale: 'Grayscale', themeGrayscale: 'Grayscale',
themeOzark: 'Ozark', themeDark: 'Dark',
themeCobalt: 'Cobalt', themeCobalt: 'Cobalt',
themeSorcery: 'Sorcery', themeSorcery: 'Sorcery',
themePunk: 'Punk', themePunk: 'Punk',

View File

@ -3,7 +3,7 @@ const themes = [
name: 'default', name: 'default',
label: 'intl.themeRoyal', label: 'intl.themeRoyal',
dark: false, dark: false,
color: 'royalblue' color: '#5D3FD3'
}, },
{ {
name: 'scarlet', name: 'scarlet',
@ -49,9 +49,9 @@ const themes = [
}, },
{ {
name: 'ozark', name: 'ozark',
label: 'intl.themeOzark', label: 'intl.themeDark',
dark: true, dark: true,
color: '#5263af' color: '#5D3FD3'
}, },
{ {
name: 'cobalt', name: 'cobalt',

View File

@ -1,4 +1,4 @@
$main-theme-color: royalblue; $main-theme-color: #5D3FD3;
$body-bg-color: lighten($main-theme-color, 38%); $body-bg-color: lighten($main-theme-color, 38%);
$anchor-color: $main-theme-color; $anchor-color: $main-theme-color;
$main-text-color: #333; $main-text-color: #333;

View File

@ -1,4 +1,4 @@
$main-theme-color: #5263af; $main-theme-color: #5D3FD3;
$body-bg-color: #0f1427; $body-bg-color: #0f1427;
$main-bg-color: #212433; $main-bg-color: #212433;
$anchor-color: lighten($main-theme-color, 20%); $anchor-color: lighten($main-theme-color, 20%);