victorbalssa / abacus

🟠 Abacus: Firefly III mobile application.
https://apps.apple.com/us/app/1627093491
GNU General Public License v3.0
525 stars 38 forks source link

Added new selectable gradient + accent colors #320

Closed marcelweikum closed 1 month ago

marcelweikum commented 1 month ago

Hey Victor,

I now added the feature which I requested earlier. https://github.com/victorbalssa/abacus/issues/319#issue-2413149510

Main changes are:

Simulator Screenshot - iPhone 15 - 2024-07-17 at 21 46 45 Simulator Screenshot - iPhone 15 - 2024-07-17 at 21 46 28 Simulator Screenshot - iPhone 15 - 2024-07-17 at 21 47 08

If there are any suggestions or bugs, do not hesitate to contact me!

Best regards, Marcel

marcelweikum commented 1 month ago

I've now added the initial color/gradient for the missing init key.

Also I've changed the ColorSelection to now fit more to the surrounding colors and removed the ScrollView.

Simulator Screenshot Dark Simulator Screenshot Light

Another fix I made is the highlighting of the selected color, this was black all the time, no matter if dark mode or light mode is set. Now it sets depending on the mode.

marcelweikum commented 1 month ago

Hey again,

I found a missing color Adjustment in efa9c2106c85ad5891519978dbf2dc278c4f7547 and fixed it.