We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joytorm/webforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# S22 — Dark Mode Elegance
## Industry: SaaS
## Style DNA
- **Palette:** Dark mode with cyan/purple accents. High contrast for readability. Subtle gradients for depth.
- **Typography:** Clean monospace for tech feel. Mixed with sans-serif for readability. Consistent spacing.
- **Radius:** Minimal (4-8px). Tech aesthetic with slight softening.
- **Shadow:** Glow effects and subtle elevation. Colored shadows for tech feel.
- **Border:** Thin borders with tech feel. Cyan/purple accents.
- **Patterns:** Grid patterns. Subtle tech textures.
- **Motion:** Fast, responsive animations (150-200ms). Tech feel.
## Do's
- Use high contrast for readability
- Add subtle cyan/purple accents
- Create depth with shadows
- Use clean typography
## Don'ts
- Don't use low contrast text
- Don't ignore accessibility
- Don't overdo the effects
- Don't break the elegance
## Design Tokens
```yaml
tokens:
meta:
style_id: "S22"
style_name: "Dark Mode Elegance"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#000000"
secondary: "#141414"
gradient: "linear-gradient(135deg, #000000 0%, #1A1A1A 100%)"
text:
primary: "#FFFFFF"
secondary: "#CCCCCC"
muted: "#888888"
brand:
primary: "#00D9FF"
secondary: "#7C3AED"
accent: "#10B981"
border:
strong: "#333333"
subtle: "#1A1A1A"
accent: "#00D9FF"
state:
success: "#10B981"
warning: "#F59E0B"
error: "#EF4444"
focus:
ring: "#00D9FF"
radius:
none: 0
sm: 4
md: 8
lg: 12
border:
width:
hairline: 1
medium: 2
strong: 3
shadow:
glow: "0 0 20px rgba(0, 217, 255, 0.5)"
elevation: "0 4px 16px rgba(0,0,0,0.3)"
colored: "0 4px 16px rgba(0, 217, 255, 0.2)"
layout:
container:
content: 1100
wide: 1260
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 14
desktop: 20
motion:
duration:
fast: 150
normal: 200
slow: 300
easing: "cubic-bezier(0.4, 0, 0.2, 1)"
typography:
font:
sans:
primary: "Inter"
fallback:
- "SF Pro Display"
- "system-ui"
- "-apple-system"
mono:
primary: "JetBrains Mono"
fallback:
- "SF Mono"
- "ui-monospace"
- "SFMono-Regular"
scale:
h1: { size: 56, line: 64, weight: 700, tracking: -0.02 }
h2: { size: 40, line: 48, weight: 700, tracking: -0.01 }
h3: { size: 28, line: 36, weight: 700, tracking: -0.005 }
body: { size: 16, line: 24, weight: 400, tracking: 0 }
small: { size: 14, line: 20, weight: 400, tracking: 0 }
measure:
hero_max: "48ch"
body_max: "72ch"
spacing:
base: 8
section_py:
mobile: [80, 96]
desktop: [128, 144]
```