Loading eelo/defaults.php +8 −8 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class OC_Theme { * @return string URL */ public function getBaseUrl() { return 'https://nextcloud.com'; return 'https://e.foundation'; } /** Loading @@ -41,7 +41,7 @@ class OC_Theme { * @return string title */ public function getTitle() { return 'Custom Cloud'; return '/e/'; } /** Loading @@ -49,7 +49,7 @@ class OC_Theme { * @return string title */ public function getName() { return 'Custom Cloud'; return '/e/'; } /** Loading @@ -57,7 +57,7 @@ class OC_Theme { * @return string title */ public function getHTMLName() { return 'Custom Cloud'; return '/e/'; } /** Loading @@ -65,7 +65,7 @@ class OC_Theme { * @return string entity name */ public function getEntity() { return 'Custom Cloud Co.'; return '/e/'; } /** Loading @@ -73,7 +73,7 @@ class OC_Theme { * @return string slogan */ public function getSlogan() { return 'Your custom cloud, personalized for you!'; return 'a safe home for all your data'; } /** Loading Loading @@ -121,7 +121,7 @@ class OC_Theme { * @return string */ public function getColorPrimary() { return '#745bca'; return '#AFAFAF'; } /** Loading @@ -130,7 +130,7 @@ class OC_Theme { */ public function getScssVariables() { return [ 'color-primary' => '#745bca' 'color-primary' => '#AFAFAF' ]; } Loading Loading
eelo/defaults.php +8 −8 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class OC_Theme { * @return string URL */ public function getBaseUrl() { return 'https://nextcloud.com'; return 'https://e.foundation'; } /** Loading @@ -41,7 +41,7 @@ class OC_Theme { * @return string title */ public function getTitle() { return 'Custom Cloud'; return '/e/'; } /** Loading @@ -49,7 +49,7 @@ class OC_Theme { * @return string title */ public function getName() { return 'Custom Cloud'; return '/e/'; } /** Loading @@ -57,7 +57,7 @@ class OC_Theme { * @return string title */ public function getHTMLName() { return 'Custom Cloud'; return '/e/'; } /** Loading @@ -65,7 +65,7 @@ class OC_Theme { * @return string entity name */ public function getEntity() { return 'Custom Cloud Co.'; return '/e/'; } /** Loading @@ -73,7 +73,7 @@ class OC_Theme { * @return string slogan */ public function getSlogan() { return 'Your custom cloud, personalized for you!'; return 'a safe home for all your data'; } /** Loading Loading @@ -121,7 +121,7 @@ class OC_Theme { * @return string */ public function getColorPrimary() { return '#745bca'; return '#AFAFAF'; } /** Loading @@ -130,7 +130,7 @@ class OC_Theme { */ public function getScssVariables() { return [ 'color-primary' => '#745bca' 'color-primary' => '#AFAFAF' ]; } Loading