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

  --plus-background-primary: #131415;
  --plus-background-secondary: #1f2123;
  --plus-background-negative: #ffffff;
  --plus-background-transparent: rgba(0, 0, 0, 0.5);
  --plus-background-transparent-variant: rgba(255, 255, 255, 0.1);

  --plus-background-turquoise: #5ddbe9;
  --plus-background-violet: #9479fb;

  --plus-name-row-background-odd: #292b2d;
  --plus-name-row-background-even: #323639;
}
