Silly branding

This commit is contained in:
FloatingGhost 2022-08-07 17:14:40 +01:00
parent 65507e6c9b
commit 319aac22e9
9 changed files with 5 additions and 4 deletions

View File

@ -39,10 +39,10 @@
<string name="action_login">Login with Pleroma</string>
<string name="action_login">Login with Akkoma</string>
<string name="add_account_description">Add new Pleroma Account</string>
<string name="add_account_description">Add new Akkoma Account</string>
<string name="warning_scheduling_interval">Pleroma has a minimum scheduling interval of 5 minutes.</string>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 604 KiB

View File

@ -184,6 +184,7 @@
android:lineSpacingMultiplier="1.1"
android:textColor="?android:textColorPrimary"
android:textSize="?attr/status_text_medium"
android:textColorLink="@color/tusky_blue_light"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@id/status_content_warning_button"
app:layout_constraintTop_toBottomOf="@id/status_content_warning_button"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="tusky_blue">#d8a070</color>
<color name="tusky_blue_light">#f16707</color>
<color name="tusky_blue">#593196</color>
<color name="tusky_blue_light">#7B4DC2</color>
<color name="tusky_orange">#ca8f04</color>
<color name="tusky_orange_light">#fab207</color>
<color name="tusky_green">#19a341</color>