mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
Allow setting separate icons for the model in both light and dark modes. #2746
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 @CookSleep on GitHub (Nov 21, 2024).
Feature Request
Is your feature request related to a problem? Please describe.
OpenAI and some company logos are single-colored, which makes it very uncomfortable to set them as model icons if you use both light and dark modes simultaneously.
If we set a white logo as the model icon so that it looks comfortable on a dark-mode computer, we won't be able to see anything when using a light-mode phone! And vice versa.
Describe the solution you'd like
Allow setting separate icons for the model in both light and dark modes.
Describe alternatives you've considered
Tried setting icons with a background color for the model, but I feel they don't look as good as pure icons.
Additional context
Perhaps this could be designed as an optional feature that is enabled only when turned on, with the default still being a single icon for the model.