1ff-chat-ui
Version:
chatbot to communicate with taught ai
47 lines (46 loc) • 1.48 kB
JavaScript
export const theme = {
// '--lumina': '#252239',
// '--whisper': '#151226',
// '--seraph': '#f53373',
// '--ember': '#cacadb',
// '--zephyr': '255, 255, 255',
// '--enigma': '#FFAE19',
// '--glaze': '#B3BAC6',
// '--glaze-text': '#151226',
// '--glaze-bg': '#B3BAC6',
// '--status': '#21bb5a',
// '--font-weight-normal': '400',
// '--font-weight-bold': '600',
// '--sigma-2': 'rgba(15, 14, 30, 0.2)',
// '--loader-bg': '#252239',
// '--loading-dots': '-24px 0 rgba(255, 255, 255, 0.5), 24px 0 rgba(255, 255, 255, 0.5)',
// '--pale-dots': 'rgba(255, 255, 255, 0.5)',
// '--dots': '#f53374',
// '--iota-dots': '#21bb5a',
// '--zeta': 'rgba(255, 255, 255, 0.6)',
// '--text-color': 'rgb(255, 255, 255)',
// or
'--lumina': '#f0f2f5',
'--whisper': '#ffffff',
'--seraph': '#21bb5a',
'--ember': '#cacadb',
'--zephyr': '43, 49, 57',
'--enigma': '#FFAE19',
'--glaze': '#21bb5a',
'--status': '#21bb5a',
'--glaze-text': '#151226',
'--glaze-bg': '#ffff',
'--font-weight-normal': '500',
'--font-weight-bold': '600',
'--pay-bg': '#ffff',
'--pay-color': '#0f0e1e',
'--sigma-2': 'rgba(15, 14, 30, 0.2)',
'--loader-bg': '#f6f8fa',
'--loading-dots': '-24px 0 rgba(202, 202, 219, 0.6), 24px 0 rgba(202, 202, 219, 0.6)',
'--pale-dots': 'rgba(202, 202, 219, 0.6)',
'--dots': '#21bb5a',
'--iota-dots': '#21bb5a',
'--zeta': 'rgba(15, 14, 30, 0.6)',
'--text-color': 'rgb(15, 14, 30)',
'--payButtons': '#019aff',
};