Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hex Color Override Improvements in config.toml #673

Closed
hayescode opened this issue Jan 17, 2024 · 3 comments · Fixed by #976
Closed

Hex Color Override Improvements in config.toml #673

hayescode opened this issue Jan 17, 2024 · 3 comments · Fixed by #976
Labels
enhancement New feature or request

Comments

@hayescode
Copy link
Contributor

I have requirements to match the Chainlit UI to internal branding as the default view. Customizing the light theme (default) changes some, but not all, of the UI elements.

  • The text is always black (White in dark mode)
  • The chatbot response is not configurable (White)
  • It would be nice to customize the font-family
[UI.theme.light]
    background = "#17234E"
    paper = "#1F397F" #102040

    [UI.theme.light.primary]
        # main = "#FFFFFF"
        # dark = "#6495ED"
        # light = "#6495ED"

[UI.theme.dark]
    #background = "#444654"
    #paper = "#343541"

    [UI.theme.dark.primary]
        main = "#00CED1"
        dark = "#6495ED"
        light = "#00CED1"

Discord Thread

image

@willydouhard willydouhard added the enhancement New feature or request label Jan 17, 2024
@hayescode
Copy link
Contributor Author

@willydouhard @constantinidan is there an ETA on this?

@willydouhard
Copy link
Collaborator

No ETA atm, we can have a chat about it!

@hayescode
Copy link
Contributor Author

@willydouhard Open to a chat. It could be good for the community for a public discussion as others have trouble here too Ive seen.

Is this more complicated than it seems and that's why there's no ETA, or are you trying to better understand the use case?

The custom theme is a nice customization Chainlit provides, it's just missing the CoT theme and font color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants