FastHub Version: 4.1.0
Android Version: 7.1.2 (SDK: 25)
Device Information:
@yakov116


@TheWithz Thanks reproduced.
Side note: I am going to delete all non relevant info
@Dreamersoul want to take a look at this?
i am currently busy but will look into it over the weekend :) thanks for reporting it @TheWithz
we can see that the theme engine is treating green and teal as the same if the theme is dark:
https://github.com/k0shk0sh/FastHub/blob/master/app/src/main/java/com/fastaccess/provider/theme/ThemeEngine.kt#L92
which means that this isnt a bug its a just a missing color from the theme's palette.
@k0shk0sh am i correct or am i missing something?
@Dreamersoul it looks like you are correct!
@Dreamersoul yep, you definitely are 馃ぃ
Most helpful comment
we can see that the theme engine is treating green and teal as the same if the theme is dark:
https://github.com/k0shk0sh/FastHub/blob/master/app/src/main/java/com/fastaccess/provider/theme/ThemeEngine.kt#L92
which means that this isnt a bug its a just a missing color from the theme's palette.
@k0shk0sh am i correct or am i missing something?