View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005739 | Composr | core_themeing | public | 2024-04-28 17:38 | 2024-06-07 03:21 |
Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
Severity | Trivial-bug | ||||
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0005739: Background colour should not use hard white/black | ||||
Description | The background colour of Composr defaults to main_background which is either #ffffff or #000000 depending on light or dark theme. Generally, this should be avoided. With light themes, a hard white means a lot of blue light is being used which is harsh / harmful to the eyes. With dark mode, pure black is too dark and conceptually blurs the line between literal nothing and page content (e.g. a slightly brighter black would conceptually tell the brain you are looking at a page in dark mode, not looking at literal nothing). | ||||
Tags | Roadmap: v11 | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
Using 80/20 seems to work well for dark mode, but not for light mode. Going with 80% black 20% seed for dark... and 95% white 5% seed for light. Reading up online, many people do not recommend using pure white or black due to eye strain. Composr does not use pure black text but we are using pure white/black backgrounds. So I'm remedying that. A change is being applied. I still need to review other styles to see what needs adjusted accordingly. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-28 17:38 | Patrick Schmalstig | New Issue | |
2024-04-28 17:38 | Patrick Schmalstig | Status | non-assigned => assigned |
2024-04-28 17:38 | Patrick Schmalstig | Assigned To | => Patrick Schmalstig |
2024-04-28 18:08 | Patrick Schmalstig | Note Added: 0008702 | |
2024-04-28 19:17 | Patrick Schmalstig | Tag Attached: Roadmap: v11 | |
2024-06-07 03:21 | Patrick Schmalstig | Status | assigned => resolved |
2024-06-07 03:21 | Patrick Schmalstig | Resolution | open => fixed |