Improve sender styling

Nathan Sobo and Antonio Scandurra created

Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Change summary

zed/assets/themes/_base.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

zed/assets/themes/_base.toml 🔗

@@ -28,7 +28,7 @@ padding = { top = 10.0, bottom = 10.0, left = 10.0, right = 10.0 }
 [chat_panel.message]
 body = "$text.0"
 sender.margin.right = 10.0
-sender.text = { color = "#ff0000", weight = "bold", italic = true }
+sender.text = { color = "$text.0", weight = "bold" }
 timestamp.text = "$text.2"
 
 [selector]