fix: Use Pachli blue and orange for notification icons (#182)
Fixes #178
This commit is contained in:
parent
95d4fd2d74
commit
e59eebc5e4
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue