Design System

This website is built in accordance with the Pageel Theme Kit and fully developed on PARA Workspace.

01. Identity

Primary Logo

para_workspace

Standard horizontal lockup. Text: Black, Icon: Brand Purple.

Icon Specimen

Variants for dark, light, and brand surfaces.

02. Colors

Brand Configuration

Brand Purple
#6d13ec
bg-brand-purple
Purple Dark
#5a0ec7
bg-brand-purple-dark
Brand Blue
#137fec
bg-brand-blue
Blue Hover
#0f6bd0
bg-brand-blue-hover

Surface & Background

Surface Light
#ffffff
bg-white
BG Light
#f7f6f8
bg-background-light
BG Dark
#181022
bg-background-dark

03. Typography

Aa
Space Grotesk

Display Heading

Section Title

Component Header

Aa
Inter

The quick brown fox jumps over the lazy dog. Inter is used for body text, ensuring high readability at small sizes. It is the standard interface font for the PARA Workspace.

BoldMediumLight
Ag
JetBrains Mono
const para = require('@antigravity/sdk');

04. UI Components

Button Variants

Badges

v1.5.4 Standard Core Module Active Session Sync Pending

Antigravity Code Blocks

// Core initialization sequence...

async function bootstrap() {

const settings = await loadConfig('.para-workspace.yml');

if (!settings) {

console.error('Missing settings, falling back...');

return false;

}

return true;

}

bootstrap();

Full block presentation uses #1A1A1A background with semantic syntax highlighting (Purple for keywords, Blue for functions, Green for strings).

Feature Cards

Standard Card

Minimalist container for secondary actions.

Active State

check_circle

High-emphasis container for primary selection.

Component Specifications

Component Variant Utility Classes Tokens
Button Primary bg-brand-purple text-white px-6 py-3 rounded-lg font-bold action-p
Button Control bg-white border border-gray-200 rounded-full shadow-sm cta-s
Card Info p-8 border border-gray-200 rounded-xl surf-low
Card Highlight p-8 border-2 border-brand-purple bg-brand-purple/5 surf-brand
Badge Any px-3 py-1 text-[9px] font-mono uppercase rounded-full font-bold border tag-pill

05. Interactive Elements

React Island: Hero3DCube

south

Dark Mode Context

Components adapt to dark backgrounds automatically.

06. Grid Configuration

1
2
3
4
5
6
7
8
9
10
11
12
Max Width 1600px (Centered)
Sidebar 280px (Desktop Fixed)
Gaps Spacer-4 (1rem) / Spacer-8 (2rem)

Vertical Axis Consistency

To maintain a unified visual flow, the vertical line at the 280px mark must be **continuous across all pages**, including the 80px header padding area. This prevents visual gaps when viewing subpages.

Technique: Global Line
// BaseLayout.astro pseudo-element
left-0 w-[280px] border-r
top-0 bottom-0 (Ensures line runs behind header)
Note: Clean Implementation
// Header.astro
Remove local lg:border-r from logo area
to avoid double-line or 1px misalignment.

07. Spacing Scale

px-4 / 1
4px
px-8 / 2
8px
px-12 / 3
12px
px-16 / 4
16px
px-24 / 6
24px
px-32 / 8
32px
px-48 / 12
48px
px-64 / 16
64px

08. Iconography

We use Google's Material Symbols Outlined for consistent, geometric icons.

view_in_ar view_in_ar
architecture architecture
token token
hub hub
memory memory
psychology psychology
terminal terminal
code code
dataset dataset
deployed_code deployed_code
model_training model_training
smart_toy smart_toy
arrow_outward arrow_outward
check_circle check_circle
error error
warning warning
info info
lock lock
Website Version v1.2.0
Designed for Agents