feat: add admin-configurable theme palette to interface config#12675
Open
georgenmatthew wants to merge 1 commit intodanny-avila:devfrom
Open
feat: add admin-configurable theme palette to interface config#12675georgenmatthew wants to merge 1 commit intodanny-avila:devfrom
georgenmatthew wants to merge 1 commit intodanny-avila:devfrom
Conversation
Author
|
Hi @danny-avila , I've been quietly watching the LibreChat project from the sideline for a while but have been intimidated by the code base. This is my first attempt at a code contribution. I would welcome your feedback on how I can improve. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes: #5389
Adds admin-configurable theme color palettes to the interface section of librechat.yaml. Admins can define custom RGB color overrides for light and dark modes, which are validated at config load time and applied at runtime via the existing ThemeProvider. Allows deployments to brand the UI with custom colors without forking the frontend.
Change Type
Please delete any irrelevant options.
Testing
Test Configuration:
Checklist
Please delete any irrelevant options.