Skip to content

Commit

Permalink
Add and update icons for various file types
Browse files Browse the repository at this point in the history
* add - qdoc, qss
* update - qml, qrc, ui

include light and dark theme SVGs for each icon
to maintain consistency.

Change-Id: Ibb1f362410643541b35c922b40a41bbe48c8c3cb
Reviewed-by: Marcus Tillmanns <[email protected]>
  • Loading branch information
benchoq committed Jul 18, 2024
1 parent 5d57c94 commit 0324410
Show file tree
Hide file tree
Showing 14 changed files with 172 additions and 29 deletions.
24 changes: 16 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@
"Qrc"
],
"icon": {
"light": "res/icons/qrc.png",
"dark": "res/icons/qrc.png"
"light": "res/icons/qrc-light.svg",
"dark": "res/icons/qrc-dark.svg"
}
},
{
Expand All @@ -259,7 +259,11 @@
"aliases": [
"QSS",
"Qss"
]
],
"icon": {
"light": "res/icons/qss-light.svg",
"dark": "res/icons/qss-dark.svg"
}
},
{
"id": "qml",
Expand All @@ -274,8 +278,8 @@
"qml"
],
"icon": {
"light": "res/icons/qml.png",
"dark": "res/icons/qml.png"
"light": "res/icons/qml-light.svg",
"dark": "res/icons/qml-dark.svg"
}
},
{
Expand All @@ -301,7 +305,11 @@
"Qdoc",
"QDoc",
"qdoc"
]
],
"icon": {
"light": "res/icons/qdoc-light.svg",
"dark": "res/icons/qdoc-dark.svg"
}
},
{
"id": "ui",
Expand All @@ -313,8 +321,8 @@
"ui"
],
"icon": {
"light": "res/icons/ui.svg",
"dark": "res/icons/ui.svg"
"light": "res/icons/ui-light.svg",
"dark": "res/icons/ui-dark.svg"
}
}
],
Expand Down
16 changes: 16 additions & 0 deletions res/icons/qdoc-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions res/icons/qdoc-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions res/icons/qml-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions res/icons/qml-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/icons/qml.png
Binary file not shown.
16 changes: 16 additions & 0 deletions res/icons/qrc-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0324410

Please sign in to comment.