Color set for the light LangChain theme.
LIGHT_COLORS = ThemeColors(
primary=LC_LIGHT_BLUE,
primary_dev=LC_LIGHT_ORANGE,
secondary=LC_LIGHT_PURPLE,
accent=LC_LIGHT_GREEN,
panel=LC_LIGHT_PANEL,
success=LC_LIGHT_GREEN,
warning=LC_LIGHT_AMBER,
error=LC_LIGHT_PINK,
muted=LC_LIGHT_MUTED,
mode_bash=LC_LIGHT_PINK,
mode_command=LC_LIGHT_PURPLE,
foreground=LC_LIGHT_BODY,
background=LC_LIGHT_BG,
surface=LC_LIGHT_SURFACE
)