Update app shortcuts to use app icon color scheme (#2835)
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
|
|||||||
- Change the term "Obsolete" to "Orphaned" for extensions ([@AntsyLich](https://github.com/AntsyLich)) ([#3383](https://github.com/mihonapp/mihon/pull/3383))
|
- Change the term "Obsolete" to "Orphaned" for extensions ([@AntsyLich](https://github.com/AntsyLich)) ([#3383](https://github.com/mihonapp/mihon/pull/3383))
|
||||||
- Remove text limit of manga notes ([@AntsyLich](https://github.com/AntsyLich)) ([#3410](https://github.com/mihonapp/mihon/pull/3410))
|
- Remove text limit of manga notes ([@AntsyLich](https://github.com/AntsyLich)) ([#3410](https://github.com/mihonapp/mihon/pull/3410))
|
||||||
- Tweak Catppuccin color scheme for clarity ([@xenitane](https://github.com/xenitane)) ([#3436](https://github.com/mihonapp/mihon/pull/3436))
|
- Tweak Catppuccin color scheme for clarity ([@xenitane](https://github.com/xenitane)) ([#3436](https://github.com/mihonapp/mihon/pull/3436))
|
||||||
|
- Update app shortcuts to use app icon color scheme ([@NGB-Was-Taken](https://github.com/NGB-Was-Taken)) ([#2835](https://github.com/mihonapp/mihon/pull/2835))
|
||||||
|
|
||||||
### Improved
|
### Improved
|
||||||
- Batch database operations during backup restore for improved performance ([@Lolle2000la](https://github.com/Lolle2000la)) ([#3267](https://github.com/mihonapp/mihon/pull/3267))
|
- Batch database operations during backup restore for improved performance ([@Lolle2000la](https://github.com/Lolle2000la)) ([#3267](https://github.com/mihonapp/mihon/pull/3267))
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:keep="@drawable/sc_collections_bookmark_48dp">
|
tools:keep="@drawable/sc_collections_bookmark_48dp">
|
||||||
<background android:drawable="@color/accent_blue"/>
|
<background android:drawable="@color/icon_background"/>
|
||||||
<foreground>
|
<foreground>
|
||||||
<vector
|
<vector
|
||||||
android:width="120dp"
|
android:width="120dp"
|
||||||
@@ -13,10 +13,10 @@
|
|||||||
android:translateX="16"
|
android:translateX="16"
|
||||||
android:translateY="16">
|
android:translateY="16">
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFF"
|
android:fillColor="@color/accent_blue"
|
||||||
android:pathData="M4,6H2v14c0,1.1 0.9,2 2,2h14v-2H4V6z"/>
|
android:pathData="M4,6H2v14c0,1.1 0.9,2 2,2h14v-2H4V6z"/>
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFF"
|
android:fillColor="@color/accent_blue"
|
||||||
android:pathData="M20,2L8,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM20,12l-2.5,-1.5L15,12L15,4h5v8z"/>
|
android:pathData="M20,2L8,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM20,12l-2.5,-1.5L15,12L15,4h5v8z"/>
|
||||||
</group>
|
</group>
|
||||||
</vector>
|
</vector>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:keep="@drawable/sc_explore_48dp">
|
tools:keep="@drawable/sc_explore_48dp">
|
||||||
<background android:drawable="@color/accent_blue"/>
|
<background android:drawable="@color/icon_background"/>
|
||||||
<foreground>
|
<foreground>
|
||||||
<vector
|
<vector
|
||||||
android:width="120dp"
|
android:width="120dp"
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
android:translateX="16"
|
android:translateX="16"
|
||||||
android:translateY="16">
|
android:translateY="16">
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFF"
|
android:fillColor="@color/accent_blue"
|
||||||
android:pathData="M12,10.9c-0.61,0 -1.1,0.49 -1.1,1.1s0.49,1.1 1.1,1.1c0.61,0 1.1,-0.49 1.1,-1.1s-0.49,-1.1 -1.1,-1.1zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM14.19,14.19L6,18l3.81,-8.19L18,6l-3.81,8.19z" />
|
android:pathData="M12,10.9c-0.61,0 -1.1,0.49 -1.1,1.1s0.49,1.1 1.1,1.1c0.61,0 1.1,-0.49 1.1,-1.1s-0.49,-1.1 -1.1,-1.1zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM14.19,14.19L6,18l3.81,-8.19L18,6l-3.81,8.19z" />
|
||||||
</group>
|
</group>
|
||||||
</vector>
|
</vector>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:keep="@drawable/sc_history_48dp">
|
tools:keep="@drawable/sc_history_48dp">
|
||||||
<background android:drawable="@color/accent_blue"/>
|
<background android:drawable="@color/icon_background"/>
|
||||||
<foreground>
|
<foreground>
|
||||||
<vector
|
<vector
|
||||||
android:width="120dp"
|
android:width="120dp"
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
android:translateX="16"
|
android:translateX="16"
|
||||||
android:translateY="16">
|
android:translateY="16">
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFF"
|
android:fillColor="@color/accent_blue"
|
||||||
android:pathData="M13,3c-4.97,0 -9,4.03 -9,9L1,12l3.89,3.89 0.07,0.14L9,12L6,12c0,-3.87 3.13,-7 7,-7s7,3.13 7,7 -3.13,7 -7,7c-1.93,0 -3.68,-0.79 -4.94,-2.06l-1.42,1.42C8.27,19.99 10.51,21 13,21c4.97,0 9,-4.03 9,-9s-4.03,-9 -9,-9zM12,8v5l4.28,2.54 0.72,-1.21 -3.5,-2.08L13.5,8L12,8z" />
|
android:pathData="M13,3c-4.97,0 -9,4.03 -9,9L1,12l3.89,3.89 0.07,0.14L9,12L6,12c0,-3.87 3.13,-7 7,-7s7,3.13 7,7 -3.13,7 -7,7c-1.93,0 -3.68,-0.79 -4.94,-2.06l-1.42,1.42C8.27,19.99 10.51,21 13,21c4.97,0 9,-4.03 9,-9s-4.03,-9 -9,-9zM12,8v5l4.28,2.54 0.72,-1.21 -3.5,-2.08L13.5,8L12,8z" />
|
||||||
</group>
|
</group>
|
||||||
</vector>
|
</vector>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:keep="@drawable/sc_new_releases_48dp">
|
tools:keep="@drawable/sc_new_releases_48dp">
|
||||||
<background android:drawable="@color/accent_blue"/>
|
<background android:drawable="@color/icon_background"/>
|
||||||
<foreground>
|
<foreground>
|
||||||
<vector
|
<vector
|
||||||
android:width="120dp"
|
android:width="120dp"
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
android:translateX="16"
|
android:translateX="16"
|
||||||
android:translateY="16">
|
android:translateY="16">
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFF"
|
android:fillColor="@color/accent_blue"
|
||||||
android:pathData="M23,12l-2.44,-2.78 0.34,-3.68 -3.61,-0.82 -1.89,-3.18L12,3 8.6,1.54 6.71,4.72l-3.61,0.81 0.34,3.68L1,12l2.44,2.78 -0.34,3.69 3.61,0.82 1.89,3.18L12,21l3.4,1.46 1.89,-3.18 3.61,-0.82 -0.34,-3.68L23,12zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z" />
|
android:pathData="M23,12l-2.44,-2.78 0.34,-3.68 -3.61,-0.82 -1.89,-3.18L12,3 8.6,1.54 6.71,4.72l-3.61,0.81 0.34,3.68L1,12l2.44,2.78 -0.34,3.69 3.61,0.82 1.89,3.18L12,21l3.4,1.46 1.89,-3.18 3.61,-0.82 -0.34,-3.68L23,12zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z" />
|
||||||
</group>
|
</group>
|
||||||
</vector>
|
</vector>
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="accent_blue">#7EBBED</color>
|
||||||
|
<color name="icon_background">#2E3943</color>
|
||||||
|
</resources>
|
||||||
@@ -8,7 +8,9 @@
|
|||||||
<color name="divider_default">@color/md_black_1000_12</color>
|
<color name="divider_default">@color/md_black_1000_12</color>
|
||||||
|
|
||||||
<!-- Blue Theme -->
|
<!-- Blue Theme -->
|
||||||
<color name="accent_blue">#54759E</color>
|
<color name="accent_blue">#0058A0</color>
|
||||||
|
|
||||||
|
<color name="icon_background">#FAFAFA</color>
|
||||||
|
|
||||||
<!-- AMOLED Mode -->
|
<!-- AMOLED Mode -->
|
||||||
<color name="amoled_background">#000000</color>
|
<color name="amoled_background">#000000</color>
|
||||||
|
|||||||
Reference in New Issue
Block a user