:root,
[data-bs-theme=light] {
  
 /* --bs-primary: #ff00ff;  
  --bs-primary-rgb: 255, 0, 255;  */
}

[data-bs-theme=dark] {
  color-scheme: dark;
 /*--bs-primary: #ff0000;  
  --bs-primary-rgb: 255, 0, 0;*/
}