html[data-theme="olive"] {
  --background-primary: #73856d;
  --text-on-primary: #ffffff;
  --background-secondary: #edf4ee;
  --background-page: #ffffff;
  --text-primary: #55684f;
  --background-primary-rgb: 115, 133, 109;
  --background-secondary-rgb: 237, 244, 238;
  --background-page-rgb: 255, 255, 255;
  --text-primary-rgb: 85, 104, 79;
  --text-on-primary-rgb: 255, 255, 255;
}
