# Aurora — dark navy / cyan, derived from the Aurora design system + Claude Code Aurora theme
# Source: registry/aurora/styles/aurora.css, ~/.claude/themes/aurora.json, statusline-aurora.sh
# "Pop" tuning: brighter accents, punchier glow image, higher opacity.
name: Aurora
accent: "#4dc8fa"
# Vertical gradient: lifted navy at top fading to deep navy base at bottom
background:
  top: "#102535"
  bottom: "#07131c"
foreground: "#f0f8fd"
details: darker
# Punchy navy/cyan glow image (cyan lower-left, violet upper-right, rose mid-right). JPG only.
background_image:
  path: aurora.jpg
  opacity: 68
terminal_colors:
  normal:
    black:   "#14304a"
    red:     "#e090a0"
    green:   "#8fe6d8"
    yellow:  "#e0bc7a"
    blue:    "#4dc8fa"
    magenta: "#ffb0d0"
    cyan:    "#67d4ff"
    white:   "#c4d8e4"
  bright:
    black:   "#3a92c0"
    red:     "#f9a8c4"
    green:   "#b0f0e6"
    yellow:  "#f2d090"
    blue:    "#8ad8ff"
    magenta: "#c4b5fd"
    cyan:    "#d0f0ff"
    white:   "#f4fafe"
