/* /name/prince - the Curry scheme with the red replaced by purple.
 *
 * Note the path: Prince is a given name given to 24,151 babies AND a surname
 * borne by 46,551 people. This is the given name only; /surname/prince is
 * untouched. See theme/name/dolly.css for why themes set nothing but custom
 * properties and select on :root[data-hv-theme].
 *
 * The purple could not simply be dropped into the Curry values. #9663C4 is a
 * far lighter colour than #C50000, so everything measured against it moved:
 * see the ribbon note below, and the field tones are #6E4494 rather than a
 * darkened purple of the same step as Curry's #A70000.
 */
:root[data-hv-theme] {
  --hv-bg: #000000;
  --hv-ink: #f2f2f2;
  --hv-panel: #121212;      /* lifted off pure black so panels stay visible */
  --hv-ink-soft: #a8a8a8;
  --hv-line: #333333;
  --hv-link: #C9A6E8;       /* 10.1:1 on black. #9663C4 itself is 4.3:1 there
                               and too dim for body links, the same reason
                               Curry's links are not #C50000 */

  /* The ribbon, white lettering to match Curry.
     Worth knowing: white on #9663C4 is 4.30:1, a shade under the 4.5:1 AA
     minimum - black on it would pass at 4.88:1, and a slightly deeper purple
     keeps white and passes (#8A55B8 is 5.16:1, #8250B0 is 5.64:1). White is
     kept here because the brief was the Curry scheme in purple, and Curry is
     white on its ribbon. A choice, not an oversight. */
  --hv-ribbon: #9663C4;
  --hv-ribbon-ink: #FFFFFF;
  --hv-ribbon-link: #FFFFFF;

  /* White inside the search box, as on the other themes. It cannot come from
     --hv-bg here: this page background is black, and the default would put a
     black pill in the middle of the purple band. Black on white is 21:1, and
     the placeholder and border are #6E4494 (7.2:1 on white) so the field
     still reads as part of the ribbon. */
  --hv-ribbon-field: #FFFFFF;
  --hv-ribbon-field-ink: #000000;
  --hv-ribbon-field-soft: #6E4494;
  --hv-ribbon-field-line: #6E4494;
  --hv-ribbon-btn: #6E4494;
  --hv-ribbon-btn-ink: #FFFFFF;

  /* Unchanged from Curry, and deliberately not purple: these encode sex and
     series identity across the whole site. */
  --hv-f: #e07ac4;
  --hv-m: #5aa9dd;
  --hv-c1: #5aa9dd;
  --hv-c2: #e07ac4;
  --hv-c3: #5cc08c;
  --hv-c4: #dda13f;
}
