Skip to content

RevTurbineThemeColors

Color tokens used across all placement components.

accent: string

Accent color (e.g. accent buttons). Default #7c3aed.


accentText: string

Text on accent backgrounds. Default #ffffff.


background: string

Page/card background. Default #ffffff.


cliBackground: string

CLI terminal background. Default #1e1e1e.


cliLink: string

CLI link color. Default #569cd6.


cliText: string

CLI terminal text. Default #d4d4d4.


danger: string

Danger state color (quota >90%). Default #dc2626.


info: string

Informational/link color. Default #60a5fa.


overlay: string

Overlay backdrop color. Default rgba(0,0,0,0.5).


primary: string

Primary brand color (buttons, banners, progress fills). Default #1e40af.


primaryText: string

Text color on primary backgrounds. Default #ffffff.


secondary: string

Secondary/surface background. Default #f3f4f6.


secondaryText: string

Text on secondary backgrounds. Default #1f2937.


success: string

Success state color. Default #16a34a.


surface: string

Surface/card background (e.g. inline embed). Default #f8fafc.


surfaceBorder: string

Surface border color. Default #e2e8f0.


text: string

Primary text color. Default #111827.


textMuted: string

Muted/hint text color. Default #6b7280.


textSecondary: string

Secondary text color. Default #4b5563.


toastBackground: string

Toast/dark surface background. Default #1f2937.


toastText: string

Toast text color. Default #ffffff.


track: string

Track/unfilled bar background. Default #e5e7eb.


warning: string

Warning state color (quota 70-90%). Default #f59e0b.