chore(agent): move screen.html inline styles into agent.css; add --blue/--yellow/--subtext0 to palette

This commit is contained in:
iris 2026-06-02 10:51:00 +02:00 committed by mara
commit ae695931ce
4 changed files with 112 additions and 74 deletions

View file

@ -11,11 +11,14 @@
--purple: #cba6f7; /* mauve */
--purple-dim: #45475a;/* surface1 */
--cyan: #89dceb; /* sky */
--blue: #89b4fa; /* blue */
--pink: #f5c2e7; /* pink */
--amber: #fab387; /* peach */
--yellow: #f9e2af; /* yellow */
--green: #a6e3a1; /* green */
--red: #f38ba8; /* red */
--border: #313244; /* surface0 */
--subtext0: #a6adc8; /* subtext0 — secondary/toolbar text, dimmer than --fg but lighter than --muted */
}
body {
background: var(--bg);