Skip to main content

Appearance Settings

DevoxxGenie lets you customize the visual appearance of the chat interface. You can change message colors, adjust spacing, and override font sizes to match your preferences.

Accessing Appearance Settings

  1. Open IntelliJ IDEA settings
  2. Navigate to Tools > DevoxxGenie > Appearance

The settings are organized into three tabs: Colors, Spacing, and Fonts.

Colors

The Colors tab lets you override the default theme colors for chat messages.

Enabling Custom Colors

Toggle Override theme colors to enable custom color settings. When disabled, DevoxxGenie uses colors derived from your IDE theme.

Available Color Options

SettingDescriptionDefault
User message textText color for your messagesTheme default
User message backgroundBackground color for your messagesTheme default
User message borderLeft border accent for your messages#FF5400 (Devoxx orange)
Assistant message textText color for LLM responsesTheme default
Assistant message backgroundBackground color for LLM responsesTheme default
Assistant message borderLeft border accent for LLM responses#0095C9 (Devoxx blue)

Click any color swatch to open a color picker. Colors are specified in hex format (e.g., #FF5400).

Spacing

The Spacing tab controls the layout dimensions of chat messages.

SettingRangeDefaultDescription
Line height0.1 - 3.01.6Multiplier for line height within messages
Padding0 - 50 px10Internal padding inside each message bubble
Margin0 - 50 px10External margin between messages
Border width0 - 10 px4Width of the left accent border
Rounded cornerson/offonWhether message bubbles have rounded corners
Corner radius0 - 20 px4Radius of rounded corners (when enabled)

Fonts

The Fonts tab lets you override the default font sizes used in the chat interface.

SettingRangeDefaultDescription
Override editor font sizeon/offoffEnable to set a custom font size for message text
Custom font size8 - 24 pxIDE defaultFont size for regular message text
Override code font sizeon/offoffEnable to set a custom font size for code blocks
Custom code font size8 - 24 pxIDE defaultFont size for code blocks in responses

Resetting to Defaults

Each tab respects the global Reset action in the settings dialog. Click Reset to restore all appearance settings to their defaults.

Tips

  • Start with the default theme colors and only override if you want a distinct look
  • If code blocks are hard to read, try overriding the code font size to a larger value
  • Increase padding and margin for a more spacious chat layout, or decrease them to fit more content on screen
  • The border accent colors are a good way to visually distinguish user and assistant messages at a glance