Problem
The prompt input field uses a default monospace font (Courier-like) that cannot be customized. This is inconsistent with the rest of the IDE and the chat output area, which respects the configured Editor font.
The Appearance → Fonts settings only allow overriding font size for chat messages and code blocks, but:
- The input field is not affected by these settings at all
- There is no way to change the font family anywhere in the plugin
- The input field doesn't inherit the IDE's Editor font setting
Suggested fix
The most natural approach: inherit the input field font from the IDE's Editor font (Settings → Editor → Font), just like the chat output already does. This requires zero new config options.
If more control is desired, the Appearance → Fonts tab could be extended with:
- Font family override (not just size) for both chat text and input field
- A dedicated "Input field font" section
Environment
- DevoxxGenie plugin v0.4.23+
- IntelliJ IDEA 2025.x
- Islands theme (reproduced with default themes too)
Problem
The prompt input field uses a default monospace font (Courier-like) that cannot be customized. This is inconsistent with the rest of the IDE and the chat output area, which respects the configured Editor font.
The Appearance → Fonts settings only allow overriding font size for chat messages and code blocks, but:
Suggested fix
The most natural approach: inherit the input field font from the IDE's Editor font (
Settings → Editor → Font), just like the chat output already does. This requires zero new config options.If more control is desired, the Appearance → Fonts tab could be extended with:
Environment