Some of the threading UI and contacts UI too. Searching for "Color::Byte" finds quite a few references.
The top right heading ("[neomutt-devel...") here has a hard-coded dark blue color: https://meli.delivery/images/screenshots/conversations-view-open-thread.webp
Some of the threading UI and contacts UI too. Searching for "Color::Byte" finds quite a few references.
Hello! Thanks for the issue. Indeed these Color::Byte references were before themes were introduced in the code base. Their presence is a bug and they should all be replaced by theme values.
Hello! Thanks for the issue. Indeed these `Color::Byte` references were before themes were introduced in the code base. Their presence is a bug and they should all be replaced by theme values.
There are some hardcoded colors left in src/components/utilities/widgets.rs:1023 but I added a FIXME comment and I guess they are low priority. Will fix though.
There are some hardcoded colors left in [`src/components/utilities/widgets.rs:1023`](https://git.meli.delivery/meli/meli/src/commit/2eb22a290abb3f37bc77c3bc2771edfb60a1c314/src/components/utilities/widgets.rs#L1023) but I added a `FIXME` comment and I guess they are low priority. Will fix though.
The top right heading ("[neomutt-devel...") here has a hard-coded dark blue color: https://meli.delivery/images/screenshots/conversations-view-open-thread.webp
Some of the threading UI and contacts UI too. Searching for "Color::Byte" finds quite a few references.
Hello! Thanks for the issue. Indeed these
Color::Byte
references were before themes were introduced in the code base. Their presence is a bug and they should all be replaced by theme values.There are some hardcoded colors left in
src/components/utilities/widgets.rs:1023
but I added aFIXME
comment and I guess they are low priority. Will fix though.