# ============================================
# Preline Theme Config Example
# ============================================

name: <theme-name>

brand:
  # Option 1: Use hue (0-360)
  hue: 200
  
  # Option 2: Use hex color
  # primaryColor: "#2F6BFF"
  
  # vibrant (default) or soft
  style: vibrant

darkMode:
  useCustomGray: false
  tailwindGray: neutral

# typography:
#   fontSans: "Inter, sans-serif"
