Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67ba2ef4 authored by Felix Ableitner's avatar Felix Ableitner
Browse files

Update main color and texts

parent 4962c9bf
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ class OC_Theme {
	 * @return string URL
	 */
	public function getBaseUrl() {
		return 'https://nextcloud.com';
		return 'https://e.foundation';
	}

	/**
@@ -41,7 +41,7 @@ class OC_Theme {
	 * @return string title
	 */
	public function getTitle() {
		return 'Custom Cloud';
		return '/e/';
	}

	/**
@@ -49,7 +49,7 @@ class OC_Theme {
	 * @return string title
	 */
	public function getName() {
		return 'Custom Cloud';
		return '/e/';
	}

	/**
@@ -57,7 +57,7 @@ class OC_Theme {
	 * @return string title
	 */
	public function getHTMLName() {
		return 'Custom Cloud';
		return '/e/';
	}

	/**
@@ -65,7 +65,7 @@ class OC_Theme {
	 * @return string entity name
	 */
	public function getEntity() {
		return 'Custom Cloud Co.';
		return '/e/';
	}

	/**
@@ -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';
	}

	/**
@@ -121,7 +121,7 @@ class OC_Theme {
	 * @return string
	 */
	public function getColorPrimary() {
		return '#745bca';
		return '#AFAFAF';
	}

	/**
@@ -130,7 +130,7 @@ class OC_Theme {
	 */
	public function getScssVariables() {
		return [
			'color-primary' => '#745bca'
			'color-primary' => '#AFAFAF'
		];
	}