LangbaseInc / langui

UI for your AI. Open Source Tailwind components tailored for your GPT, generative AI, and LLM projects.
https://LangUI.dev
MIT License
2.49k stars 128 forks source link

Support for Themes? #15

Closed pietz closed 1 year ago

pietz commented 1 year ago

What's the recommended way of integrating a certain theme like company colors or logos?

ahmadbilaldev commented 1 year ago

Hi @pietz, For now LangUI has reusable standalone components so there is no theme support. However, it uses only two colors (slate and blue) and is very consistent in terms of primary and secondary colors.

The best way about this is recognising the color and replacing it with your theme. For instance, blue-600 is consistently the active color in LangUI. Replace it with your theme's active color. I know it is manual but hope that helps.