mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #19585] feat: Per-model accent color/theme for visual differentiation #18933
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @troylar on GitHub (Nov 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19585
Feature Request
Problem
When working with multiple models, it's difficult to quickly identify which model is currently selected. This can lead to confusion, especially when switching between models with different capabilities (e.g., GPT-4 vs Claude vs local models).
Proposed Solution
Allow admins to configure accent colors or subtle theme variations per model, providing instant visual feedback about which model is active.
Visual elements that could change (starting subtle):
Implementation Approach
--model-accent,--model-tint)claude-*→ orange,gpt-*→ green)Configuration Example
Scope
Use Cases
Similar Patterns in Open WebUI
This follows the established "per-model configuration" pattern already present in the codebase.