UNPKG

@lobehub/chat

Version:

Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.

12 lines (9 loc) 337 B
// Theme colors export const BACKGROUND_DARK = '#000'; export const BACKGROUND_LIGHT = '#f8f8f8'; export const SYMBOL_COLOR_DARK = '#ffffff80'; export const SYMBOL_COLOR_LIGHT = '#00000080'; // Window dimensions and constraints export const TITLE_BAR_HEIGHT = 29; // Default window configuration export const THEME_CHANGE_DELAY = 100;