/* /name/whitney in gold, #D4AF37.
 *
 * Whitney is a given name given to 103,657 babies AND a surname borne by
 * 33,509 people; this is the given name only. See theme/name/dolly.css for
 * why themes set nothing but custom properties and select on
 * :root[data-hv-theme].
 *
 * The exact mirror of the Tobias blue, and measured the same way. Gold is a
 * light colour: against a white page the ribbon is 2.10:1 and would all but
 * vanish, against black it is 9.99:1. So this is a black page, the Curry
 * structure - the opposite conclusion to Tobias from the same test.
 *
 * IT ALSO INVERTS THE LETTERING. Curry, Prince and Tobias all carry white on
 * their ribbon; white on gold is 2.10:1 and unreadable. This one is black on
 * gold at 9.99:1, like the original Dolly ribbon. Nothing about a theme's
 * lettering can be copied from another theme - it follows from the colour.
 */
: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: #D4AF37;       /* the ribbon colour itself, 9.99:1 on black - the
                               same luck Tobias had, where Curry and Prince
                               both needed a lighter tone for links */

  /* Black on gold, 9.99:1. White would be 2.10:1. */
  --hv-ribbon: #D4AF37;
  --hv-ribbon-ink: #000000;
  --hv-ribbon-link: #000000;

  /* White inside the search box, as on the other themes; it cannot come from
     --hv-bg, which is black here. The placeholder and border are #7A6018,
     gold taken down until it clears 4.5:1 on white (5.98:1) - the gold itself
     is 2.10:1 there and would be a border you cannot see. The button is black
     with gold lettering, following the ribbon rather than fighting it. */
  --hv-ribbon-field: #FFFFFF;
  --hv-ribbon-field-ink: #000000;
  --hv-ribbon-field-soft: #7A6018;
  --hv-ribbon-field-line: #7A6018;
  --hv-ribbon-btn: #000000;
  --hv-ribbon-btn-ink: #D4AF37;

  /* The dark-mode chart palette in full, as on Curry: this page is black for
     everybody, including readers whose system is light. Not gold - --hv-f and
     --hv-m mean girls and boys site-wide. */
  --hv-f: #e07ac4;
  --hv-m: #5aa9dd;
  --hv-c1: #5aa9dd;
  --hv-c2: #e07ac4;
  --hv-c3: #5cc08c;
  --hv-c4: #dda13f;
}
