Packages
Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.
Current section
Files
Jump to
Current section
Files
priv/themes/Standard.json
{
"name": "Standard",
"author": "Raxol",
"description": "Standard default theme",
"palette": {
"black": "#000000",
"white": "#FFFFFF",
"grey": "#808080",
"red": "#FF0000",
"green": "#00FF00",
"blue": "#0000FF",
"yellow": "#FFFF00"
},
"ui_mappings": {
"app_background": "white",
"surface_background": "grey",
"text": "black",
"primary_button": "blue",
"secondary_button": "grey",
"accent_button": "green",
"error_text": "red",
"warning_text": "yellow",
"info_text": "blue",
"success_text": "green"
}
}