# ASW Data-Attribute Vocabulary **Quick reference for all data-attributes in the Agentic Semantic Web framework.** ## Vault-Native Concepts | Attribute | Values | Purpose | Example | |-----------|--------|---------|---------| | `data-wikilink` | (none) | Mark as vault note reference | `Note Name` | | `data-unresolved` | (none) | Mark wikilink target doesn't exist | `Missing` | | `data-task` | `todo`, `done`, `blocked` | Task state | `
ls+ line` |
## CSS Custom Properties (Design Tokens)
The framework uses semantic design tokens that map to Pico's internal variables. For complete reference, see [design-tokens.md](design-tokens.md).
### Quick Reference (Key Tokens)
**Colors:**
```css
--accent: #22c55e; /* Primary accent (green) */
--accent-blue: #3b82f6; /* Links, wikilinks */
--accent-orange: #f59e0b; /* Warnings, todo */
--accent-red: #ef4444; /* Errors, blocked */
--bg-primary: #0a0a0a; /* Main background */
--text-primary: #e5e5e5; /* Main text */
```
**Typography:**
```css
--font-body: 'Inter', system-ui, sans-serif;
--font-mono: 'JetBrains Mono', ui-monospace, monospace;
```
**See [design-tokens.md](design-tokens.md) for:**
- Complete token reference (15+ tokens)
- How to create custom themes
- Light/dark switching patterns
- Override best practices
## Pico CSS Requirements
ASW builds on Pico CSS. The only class Pico uses:
| Class | Element | Purpose |
|-------|---------|---------|
| `container` | `