Skip to content

Commit

Permalink
Harmonize AppSwitcher Icon colors (#10224)
Browse files Browse the repository at this point in the history
* Harmonize AppSwitcher Icon colors

* Add changelog
  • Loading branch information
lookacat authored and JammingBen committed Dec 22, 2023
1 parent 0e93591 commit 86622b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions packages/web-app-ocm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default defineWebApplication({
const appInfo = {
name: $gettext('ScienceMesh'),
id: 'ocm',
color: '#AE291D',
icon: 'contacts-book',
isFileEditor: false
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-text-editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<unknown>) => {
Expand Down

0 comments on commit 86622b6

Please sign in to comment.