fix: Use Pachli blue and orange for notification icons (#182)

Fixes #178
This commit is contained in:
Nik Clayton 2023-10-17 20:35:15 +02:00 committed by GitHub
parent 95d4fd2d74
commit e59eebc5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@
<color name="white">#fff</color>
<color name="black">#000</color>
<color name="notification_color">@color/tusky_blue</color>
<color name="notification_color">@color/seed</color>
<!-- the number roughly corresponds to the % lightness of the grey -->
<color name="tusky_grey_05">#070b14</color>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="notification_color">#19A341</color>
<color name="notification_color">#f37b2f</color>
<color name="icon_background">#097b44</color>
<color name="icon_highlight">#39ff9e</color>
</resources>
</resources>