Align ExposedGays theme with Pink Pulse colors, typography, and pill buttons

This commit is contained in:
Ryan Salazar
2026-06-26 21:58:29 -04:00
parent 76834b3d21
commit 9604a18f7c
20 changed files with 236 additions and 119 deletions

View File

@@ -43,20 +43,43 @@ const config: Config = {
DEFAULT: "hsl(var(--card))",
foreground: "hsl(var(--card-foreground))",
},
pulse: {
pink: "#F92B9B",
"pink-light": "#FF6EC7",
"pink-dark": "#CC1A7A",
violet: "#8B22CC",
lavender: "#C084FC",
teal: "#03A4A8",
"deep-space": "#08001C",
midnight: "#1A003A",
glow: "#470070",
border: "#1E2D4A",
muted: "#8B92A8",
},
horny: {
pink: "#ff2d6b",
purple: "#8b2fc9",
dark: "#0d0a0f",
surface: "#1a1220",
pink: "#F92B9B",
purple: "#8B22CC",
dark: "#08001C",
surface: "#1A003A",
},
},
borderRadius: {
lg: "var(--radius)",
md: "calc(var(--radius) - 2px)",
sm: "calc(var(--radius) - 4px)",
pill: "9999px",
},
backgroundImage: {
"horny-gradient": "linear-gradient(135deg, #ff2d6b 0%, #8b2fc9 50%, #ff2d6b 100%)",
"pulse-gradient": "linear-gradient(135deg, #FF2D9B 0%, #C084FC 50%, #FF2D9B 100%)",
"pulse-gradient-bold": "linear-gradient(135deg, #FF2D9B 0%, #9B30FF 100%)",
"horny-gradient": "linear-gradient(135deg, #FF2D9B 0%, #C084FC 50%, #FF2D9B 100%)",
},
boxShadow: {
"pulse-glow": "0 0 16px rgba(249, 43, 155, 0.4), 0 0 32px rgba(249, 43, 155, 0.15)",
"pulse-card": "0 12px 40px rgba(249, 43, 155, 0.12)",
},
fontFamily: {
sans: ["var(--font-manrope)", "system-ui", "sans-serif"],
},
},
},