/* The pigments. Everything downstream reads a role from _semantic.css instead, because a rule
   that writes its own colour cannot be re-tinted by 02-brands, which redefines role names only.

   These are `Palette` in src/tui/theme.rs, value for value; that module names this file as the
   copy that changes with it, and its grays are the multiples-of-8 ramp the surfaces step along.
   The ones with no counterpart there belong to a brand the monitor does not draw: --rule-hi, a lit
   rule the monitor has no state for, --pink, which is HyperClank's, and the three blues, which are
   Brev's accent ramp and match the amber ramp's steps. */
:root {
  --field:     #080808;
  --panel:     #101010;
  --panel-hi:  #181818;
  --rule:      #303030;
  --rule-hi:   #484848;

  --gray-dim:    #686868;
  --gray-muted:  #909090;
  --gray-text:   #b8b8b8;
  --gray-bright: #e8e8e8;

  --amber:       #ffb000;
  --amber-bright:#ffd070;
  --amber-dim:   #a06800;
  --green:       #3fd17a;
  --red:         #d47070;
  --gold:        #c9a227;
  --blue:        #4ea3ff;
  --blue-bright: #93c7ff;
  --blue-dim:    #2f5f99;
  --pink:        #ff007a;
  --shadow:      #000000;
}
