mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #19599] [CLOSED] feat: Add per-model accent colors with intensity control #64114
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/19599
Author: @troylar
Created: 11/30/2025
Status: ❌ Closed
Base:
dev← Head:feat/model-accent-colors📝 Commits (1)
dfb23d6feat: Add per-model accent colors with intensity control📊 Changes
16 files changed (+735 additions, -12 deletions)
View changed files
📝
backend/open_webui/config.py(+47 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/models/models.py(+12 -0)📝
backend/open_webui/routers/configs.py(+25 -1)📝
src/app.css(+62 -0)📝
src/lib/apis/configs/index.ts(+59 -1)📝
src/lib/components/admin/Settings/Interface.svelte(+27 -3)➕
src/lib/components/admin/Settings/Interface/ModelColors.svelte(+182 -0)📝
src/lib/components/chat/Chat.svelte(+15 -1)📝
src/lib/components/chat/MessageInput.svelte(+1 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+1 -1)📝
src/lib/components/workspace/Models/ModelEditor.svelte(+107 -2)📝
src/lib/stores/index.ts(+7 -1)📝
src/lib/types/index.ts(+28 -0)📝
src/lib/utils/index.ts(+152 -0)📝
src/routes/(app)/+layout.svelte(+8 -1)📄 Description
Summary
Add the ability to set custom accent colors for models that provide visual distinction during conversations. This helps users quickly identify which model they're interacting with.
Features
Design Decisions
Test Plan
Contributor License Agreement
I have read and agree to the Contributor License Agreement.
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.