You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My reasoning for this is that on longer messages, the bottom of the bubble is a very light blue color, and since the text color is white, it can be hard on the eyes and difficult to read. The way I solved this for my personal copy was by setting from-me in _colors.scss to #0E85FF. Then, I changed --bubble-background in IMChatItem.scss from imessage-gradient to from-me. The reason I haven't made a pull request for this is because I want the option to be toggleable.
Below are some screenshots of how the gradient looks vs. how my implementation of a solid colored bubble works (note, I don't have an SMS enabled device, so I'm not sure how to deal with this for SMS or iMessage Business).
and below is a screenshot of this toggle in the BlueBubbles Desktop App
Along with the gradient vs. solid color comparison in BlueBubbles
One thing I was worried about with making the bubbles solid blue was that it might make it difficult to see the blue highlight when selecting text, but thankfully the #0E85FF color does not cause this issue in my opinion. I think it is also a good color for the send button and the tapback bubble background, though come to think of it, maybe I should close that pull request and also make it toggleable. Let me know your thoughts.
My reasoning for this is that on longer messages, the bottom of the bubble is a very light blue color, and since the text color is white, it can be hard on the eyes and difficult to read. The way I solved this for my personal copy was by setting







from-mein_colors.scssto#0E85FF. Then, I changed--bubble-backgroundinIMChatItem.scssfromimessage-gradienttofrom-me. The reason I haven't made a pull request for this is because I want the option to be toggleable.Below are some screenshots of how the gradient looks vs. how my implementation of a solid colored bubble works (note, I don't have an SMS enabled device, so I'm not sure how to deal with this for SMS or iMessage Business).
and below is a screenshot of this toggle in the BlueBubbles Desktop App
Along with the gradient vs. solid color comparison in BlueBubbles
One thing I was worried about with making the bubbles solid blue was that it might make it difficult to see the blue highlight when selecting text, but thankfully the
#0E85FFcolor does not cause this issue in my opinion. I think it is also a good color for the send button and the tapback bubble background, though come to think of it, maybe I should close that pull request and also make it toggleable. Let me know your thoughts.