-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: removed bolding from agenda #732
base: master
Are you sure you want to change the base?
WIP: removed bolding from agenda #732
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Etar crashes in dark or black theme with this.
res/values/colors.xml
Outdated
@@ -117,6 +117,8 @@ | |||
<color name="agenda_item_declined_color">#66333333</color> | |||
<!-- Text color of non-declined events in agenda view --> | |||
<color name="agenda_item_standard_color">#FF333333</color> | |||
<!-- Text color of past events in agenda view --> | |||
<color name="agenda_item_past_color">#989898</color> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is too similar to the background, making it hard to read.
I would propose to keep the black.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would advise against this. I agree, it is harder to read, but the intention here is to clearly hide everything that is not important. Past events are not important, and should therefore be very different from events that are not in the past. I can try to tweak it, but if we need to increase the contrast we should change the background aswell.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to propose new colors with more contrast (screenshots would be awesome).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I vote against it, past events are clearly separated by background color and the red line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should try to get away from as much dark colours as possible (in the light theme), it quickly gets too heavy and crowded. The lighter foreground does not conflict with the white background of future events, and the dark but not black textcolor moves the focus away to more recent events
1c9d9cb
to
a3a3f4a
Compare
a3a3f4a
to
78f1ad4
Compare
I cannot produce the crash on dark modes with the last merge. |
No description provided.