mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 03:23:50 +00:00
stream_color: Try a different color mix for recipient bar color.
This commit is contained in:
@@ -48,7 +48,7 @@ export function get_recipient_bar_color(color) {
|
||||
const using_dark_theme = settings_data.using_dark_theme();
|
||||
color = get_stream_privacy_icon_color(color);
|
||||
return colord(using_dark_theme ? "#000000" : "#ffffff")
|
||||
.mix(color, using_dark_theme ? 0.5 : 0.4)
|
||||
.mix(color, using_dark_theme ? 0.43 : 0.35)
|
||||
.toHex();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user