mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 10:36:35 +00:00
17 lines
1.1 KiB
HTML
17 lines
1.1 KiB
HTML
|
|
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Tool-kind colors</title>
|
||
|
|
<link rel="stylesheet" href="_preview.css"></head>
|
||
|
|
<body>
|
||
|
|
<div class="card-root">
|
||
|
|
<div class="label">Tool-kind colors · agent activity</div>
|
||
|
|
<div class="row">
|
||
|
|
<div class="swatch light-text" style="background:#2AA876"><div class="name">read</div><div class="hex">green</div></div>
|
||
|
|
<div class="swatch light-text" style="background:#3498DB"><div class="name">edit</div><div class="hex">blue</div></div>
|
||
|
|
<div class="swatch dark-text" style="background:#F0AD4E"><div class="name">execute</div><div class="hex">orange</div></div>
|
||
|
|
<div class="swatch light-text" style="background:#8E5BC9"><div class="name">fetch</div><div class="hex">purple</div></div>
|
||
|
|
<div class="swatch light-text" style="background:#5B6CD9"><div class="name">browser</div><div class="hex">indigo</div></div>
|
||
|
|
<div class="swatch light-text" style="background:#8C8893"><div class="name">other</div><div class="hex">gray</div></div>
|
||
|
|
</div>
|
||
|
|
<div class="mono">preserved verbatim from ToolCallCard.swift — semantic to the product</div>
|
||
|
|
</div>
|
||
|
|
</body></html>
|