Skip to content

Commit

Permalink
Finalize UML file icon (References #392)
Browse files Browse the repository at this point in the history
Update colors and spaces of the icon
  • Loading branch information
PKief committed Apr 20, 2020
1 parent ce2a781 commit ce05042
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
14 changes: 1 addition & 13 deletions icons/uml.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 1 addition & 14 deletions icons/uml_light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -882,9 +882,9 @@ export const fileIcons: FileIcons = {
{ name: 'sketch', fileExtensions: ['sketch'] },
{ name: 'adonis', fileNames: ['.adonisrc.json'] },
{
name: 'uml',
fileExtensions: ['iuml', 'pu', 'puml', 'plantuml', 'wsd'],
light: true,
name: 'uml',
fileExtensions: ['iuml', 'pu', 'puml', 'plantuml', 'wsd'],
light: true,
},
{ name: 'meson', fileNames: ['meson.build'] },
]
Expand Down

0 comments on commit ce05042

Please sign in to comment.