Skip to content

Commit

Permalink
Merge pull request #10172 from owncloud/design-elements-for-dicom-viewer
Browse files Browse the repository at this point in the history
icon and color definitions for dicom-viewer .dcm filetype
  • Loading branch information
phil-davis authored Jan 24, 2024
2 parents 212c2fd + 6396ccb commit b7dd5f4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-medical-icon
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: icon for .dcm files

We've added a custom icon for medical images of the file type dcm.

https://github.com/owncloud/web/issues/9215
https://github.com/owncloud/web/pull/10172
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/design-system/src/tokens/ods/color.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,5 @@ color:
value: rgb(225, 5, 14)
root:
value: rgb(0, 187, 219)
medical:
value: rgb(9, 132, 219)
6 changes: 4 additions & 2 deletions packages/web-runtime/themes/owncloud/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"icon-video": "#045459",
"icon-audio": "#700460",
"icon-presentation": "#ee6b3b",
"icon-pdf": "#ec0d47"
"icon-pdf": "#ec0d47",
"icon-medical": "#0984db"
}
}
},
Expand Down Expand Up @@ -187,7 +188,8 @@
"icon-video": "rgb(0, 187, 219)",
"icon-audio": "rgb(208, 67, 236)",
"icon-presentation": "rgb(255, 64, 6)",
"icon-pdf": "rgb(225, 5, 14)"
"icon-pdf": "rgb(225, 5, 14)",
"icon-medical": "rgb(9,132,219)"
}
}
}
Expand Down

0 comments on commit b7dd5f4

Please sign in to comment.