Skip to content

Commit 3a7c0a6

Browse files
authored
26.07 (#198)
196 feature update logo and colors (#197) * update logo and app icons * update veilchen to 0.2.2 * add icon manifest * update logo references and colors * update test cases
1 parent a8bd575 commit 3a7c0a6

63 files changed

Lines changed: 231 additions & 196 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 27 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@testing-library/jest-dom": "^6.8.0",
4040
"@testing-library/svelte": "^5.1.0",
4141
"@testing-library/user-event": "^14.6.1",
42-
"@thwbh/veilchen": "^0.2.1",
42+
"@thwbh/veilchen": "^0.2.2",
4343
"@tsconfig/svelte": "^5.0.4",
4444
"@types/date-fns": "^2.6.0",
4545
"@types/node": "^22.10.1",

src-tauri/icon-manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"default": "icons/icon.png"
2+
"default": "icons/app-icon.png",
3+
"android_bg": "icons/app-icon-bg.png",
4+
"android_fg": "icons/app-icon-fg.png"
35
}

src-tauri/icons/128x128.png

-6.95 KB

src-tauri/icons/128x128@2x.png

-22.1 KB

src-tauri/icons/32x32.png

-635 Bytes

src-tauri/icons/64x64.png

-2.32 KB
-5.33 KB
-8.38 KB
-9.23 KB

0 commit comments

Comments
 (0)