WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 47 lines 1.4 kB view raw
1{ 2 "color-bg": "#0f172a", 3 "color-surface": "#1e293b", 4 "color-text": "#f1f5f9", 5 "color-text-muted": "#94a3b8", 6 "color-primary": "#60a5fa", 7 "color-primary-hover": "#3b82f6", 8 "color-secondary": "#a78bfa", 9 "color-border": "#334155", 10 "color-shadow": "rgba(0,0,0,0.4)", 11 "color-success": "#4ade80", 12 "color-warning": "#fbbf24", 13 "color-danger": "#f87171", 14 "color-code-bg": "#0d1117", 15 "color-code-text": "#e2e8f0", 16 "font-body": "system-ui, -apple-system, sans-serif", 17 "font-heading": "system-ui, -apple-system, sans-serif", 18 "font-mono": "ui-monospace, 'Cascadia Code', monospace", 19 "font-size-base": "16px", 20 "font-size-sm": "14px", 21 "font-size-xs": "12px", 22 "font-size-lg": "20px", 23 "font-size-xl": "24px", 24 "font-size-2xl": "32px", 25 "font-weight-normal": "400", 26 "font-weight-bold": "600", 27 "line-height-body": "1.6", 28 "line-height-heading": "1.25", 29 "space-xs": "4px", 30 "space-sm": "8px", 31 "space-md": "16px", 32 "space-lg": "24px", 33 "space-xl": "40px", 34 "radius": "8px", 35 "border-width": "1px", 36 "shadow-offset": "0px", 37 "content-width": "100%", 38 "button-radius": "6px", 39 "button-shadow": "0 1px 2px rgba(0,0,0,0.2)", 40 "card-radius": "8px", 41 "card-shadow": "0 1px 3px rgba(0,0,0,0.3), 0 1px 2px rgba(0,0,0,0.2)", 42 "btn-press-hover": "0px", 43 "btn-press-active": "0px", 44 "input-radius": "6px", 45 "input-border": "1px solid #334155", 46 "nav-height": "64px" 47}