Customizable Styling for User and AI Messages in Chat

I would like to request a feature that allows users to customize the styling of their messages in the chat interface within Cursor. Currently, user messages and AI responses share the same visual style, making it difficult to distinguish between them at a glance.

It would be helpful to add options for customizing text color, background color, font style, or other visual elements for user and AI messages separately.

This would improve readability and make the chat experience more personalized and organized. :card_file_box:

Thank you for considering this feature!
It would be a valuable enhancement for users who rely heavily on the chat functionality in Cursor.

You can change your chat log style to be less of a wall text.
Add this to your settings.json file (CMD+Shift+P > Open User Settings JSON).

 "workbench.colorCustomizations": {
    "input.background": "#FAF3C4",
  },

I use a Light theme and this changes my messages from white to light yellow to make them really stand out.