:root {
  --plus-foreground-primary: #131415;
  --plus-foreground-negative: #f8f9fa;

  --plus-background-primary: #ffffff;
  --plus-background-secondary: #f8f9fa;
  --plus-background-negative: #131415;
  --plus-background-transparent: rgba(255, 255, 255, 0.6);
  --plus-background-transparent-variant: rgba(255, 255, 255, 0.4);

  --plus-background-turquoise: #00b4c8;
  --plus-background-violet: #694bd7;

  --plus-name-row-background-odd: #e8e9eb;
  --plus-name-row-background-even: #f1f2f4;
}
