Allow independent font size setting for agent panel #53206
Closed
gh0stintheshe11
started this conversation in
Feature Requests
Replies: 1 comment
-
|
https://github.com/zed-industries/zed/discussions?discussions_q=is%3Aopen+agent+font |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
The agent chat panel currently inherits its font size from
ui_font_size, which controls all UI elements (tabs, file explorer, menus, etc.).I'd like a dedicated setting like
agent_font_size(orpanel_font_size) to control the agent chat response text independently.Why?
ui_font_sizemakes everything else (tabs, sidebars, menus) unnecessarily largeSuggested Setting
{ "agent": { "font_size": 18 } }Beta Was this translation helpful? Give feedback.
All reactions