diff --git a/changelog/unreleased/enhancement-harmonize-appswitcher-icon-colors b/changelog/unreleased/enhancement-harmonize-appswitcher-icon-colors new file mode 100644 index 00000000000..b3d9420dec4 --- /dev/null +++ b/changelog/unreleased/enhancement-harmonize-appswitcher-icon-colors @@ -0,0 +1,6 @@ +Enhancement: Harmonize AppSwitcher icon colors + +We've adjusted the AppSwitcher icon colors to be more inline with the design. + +https://github.com/owncloud/web/pull/10224 +https://github.com/owncloud/web/issues/10121 diff --git a/packages/web-app-ocm/src/index.ts b/packages/web-app-ocm/src/index.ts index 3a3b1ac49d0..eb02683c0cd 100644 --- a/packages/web-app-ocm/src/index.ts +++ b/packages/web-app-ocm/src/index.ts @@ -31,6 +31,7 @@ export default defineWebApplication({ const appInfo = { name: $gettext('ScienceMesh'), id: 'ocm', + color: '#AE291D', icon: 'contacts-book', isFileEditor: false } diff --git a/packages/web-app-text-editor/src/index.ts b/packages/web-app-text-editor/src/index.ts index ced7938dd86..fcf49d8884e 100644 --- a/packages/web-app-text-editor/src/index.ts +++ b/packages/web-app-text-editor/src/index.ts @@ -93,7 +93,7 @@ const appInfo = { name: $gettext('Text Editor'), id: appId, icon: 'file-text', - color: '#7b27b6', + color: '#0D856F', isFileEditor: true, applicationMenu: { enabled: (store: Store) => {