Skip to content

Commit

Permalink
change icons (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrades committed Mar 27, 2024
1 parent 67259ce commit f259018
Show file tree
Hide file tree
Showing 71 changed files with 26 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
env:
PKG_CONFIG_PATH: /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions src-tauri/gen/android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="purple_200">#FFBB86FC</color>
<color name="purple_500">#FF6200EE</color>
<color name="purple_700">#FF3700B3</color>
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="sepia_500">#bfae98</color>
<color name="sepia_400">#cba57e</color>
<color name="sepia_300">#e2c1a2</color>
<color name="sepia_200">#f2ddc7</color>
<color name="sepia_100">#eee6d9</color>
<color name="sepia_900">#1d2021</color>
<color name="sepia_50">#f4eadd</color>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">@color/sepia_900</color>
</resources>
4 changes: 3 additions & 1 deletion src-tauri/gen/android/app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.app" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:colorBackground">@color/sepia_900</item>
<item name="android:windowBackground">@color/sepia_900</item>
<item name="android:statusBarColor">@color/sepia_900</item>
</style>
</resources>
Binary file modified src-tauri/icons/128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/128x128@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square107x107Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square142x142Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square150x150Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square284x284Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square30x30Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square310x310Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square44x44Logo.png
Binary file modified src-tauri/icons/Square71x71Logo.png
Binary file modified src-tauri/icons/Square89x89Logo.png
Binary file modified src-tauri/icons/StoreLogo.png
Binary file modified src-tauri/icons/icon.icns
Binary file not shown.
Binary file modified src-tauri/icons/icon.ico
Binary file not shown.
Binary file modified src-tauri/icons/icon.png
Binary file modified src-tauri/icons/ios/AppIcon-20x20@1x.png
Binary file modified src-tauri/icons/ios/AppIcon-20x20@2x-1.png
Binary file modified src-tauri/icons/ios/AppIcon-20x20@2x.png
Binary file modified src-tauri/icons/ios/AppIcon-20x20@3x.png
Binary file modified src-tauri/icons/ios/AppIcon-29x29@1x.png
Binary file modified src-tauri/icons/ios/AppIcon-29x29@2x-1.png
Binary file modified src-tauri/icons/ios/AppIcon-29x29@2x.png
Binary file modified src-tauri/icons/ios/AppIcon-29x29@3x.png
Binary file modified src-tauri/icons/ios/AppIcon-40x40@1x.png
Binary file modified src-tauri/icons/ios/AppIcon-40x40@2x-1.png
Binary file modified src-tauri/icons/ios/AppIcon-40x40@2x.png
Binary file modified src-tauri/icons/ios/AppIcon-40x40@3x.png
Binary file modified src-tauri/icons/ios/AppIcon-512@2x.png
Binary file modified src-tauri/icons/ios/AppIcon-60x60@2x.png
Binary file modified src-tauri/icons/ios/AppIcon-60x60@3x.png
Binary file modified src-tauri/icons/ios/AppIcon-76x76@1x.png
Binary file modified src-tauri/icons/ios/AppIcon-76x76@2x.png
Binary file modified src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png

0 comments on commit f259018

Please sign in to comment.