Open crisalis2 opened 3 years ago
The splash background color when lauching the app if it hadn't been opened before is gray, regardless of whether the light theme or the black theme is active.
This is impossible to change in any Android version prior Android 12. And Android 12 is not out yet.
The status bar background color is always black and its text is white, regardless of whether the light theme or the black theme is active. (not sure if light_status_bar has something to do with this).
Yes it's controlled by "light_status_bar".
Can you make the "X new posts VIEW" bottom notification's background color configurable separately?
Yes.
Can you make the colors of the scroll bar configurable? They don't seem to be configurable afaik.
You mean scrollbar itself or the scrollbar marks?
I closed the issue by mistake, sorry, lol.
This is impossible to change in any Android version prior Android 12. And Android 12 is not out yet.
Oh, okay. I believe you but I'm not sure if I understand, because many apps I use change the splash color with dark/light theme.
You mean scrollbar itself or the scrollbar marks?
I meant everything if possible, but my main interest is making the scrollbar itself 000000 so that it becomes invisible with the background set to 000000 and only the current position and other marks are shown.
The splash background color when lauching the app if it hadn't been opened before is gray, regardless of whether the light theme or the black theme is active. I think it should be for example white for the light theme and black for the dark theme, or even better, configurable in the custom theme JSON (I think it isn't right now?).
The status bar background color is always black and its text is white, regardless of whether the light theme or the black theme is active. I think it should be for example green with white text for the light theme and black with white text (same as now) for the dark theme, or even better, configurable in the custom theme JSON (not sure if light_status_bar has something to do with this).
Can you make the "X new posts VIEW" bottom notification's background color configurable separately? Right now it uses the color defined in primary_color (color for the bottom drawer and other things). I want mostly everything black for OLED, that's why I have primary_color and back_color as 000000, but that makes that bottom notification particularly difficult to see because it kind of blends in with the background and the bottom drawer, which is always shown at first by default when entering a thread.
Can you make the colors of the scroll bar configurable? They don't seem to be configurable afaik.