[data-theme=today] {
  --theme-color: #1a3166;
  --theme-color-light: #445783;
  --theme-color-dark: #152752;
  --theme-color-darker: #101d3d;
  --theme-color-accent: #050a15;
}

[data-theme=yellow] {
  --theme-color: #ffac26;
  --theme-color-light: #ffc972;
  --theme-color-lighter: #ffe7bf;
  --theme-color-dark: #d88600;
  --theme-color-darker: #8c5600;
  --theme-color-accent: #ffac26;
}

[data-theme=red] {
  --theme-color: #f2463d;
  --theme-color-light: #f78a85;
  --theme-color-lighter: #fccfcc;
  --theme-color-dark: #d4180e;
  --theme-color-darker: #8d1009;
  --theme-color-accent: #fc3d33;
}

[data-theme=ruby] {
  --theme-color: #d92121;
  --theme-color-light: #e76060;
  --theme-color-lighter: #f1a2a2;
  --theme-color-dark: #971717;
  --theme-color-darker: #540d0d;
  --theme-color-accent: #e51414;
}

[data-theme=green] {
  --theme-color: #50ae55;
  --theme-color-light: #84c688;
  --theme-color-lighter: #b8dfba;
  --theme-color-dark: #387a3b;
  --theme-color-darker: #204522;
  --theme-color-accent: #43bb4a;
}

[data-theme=blue] {
  --theme-color: #3277c7;
  --theme-color-light: #6c9fda;
  --theme-color-lighter: #a9c7e9;
  --theme-color-dark: #285f9e;
  --theme-color-darker: #183a61;
  --theme-color-accent: #0d74ec;
}

[data-theme=pink] {
  --theme-color: #f291b2;
  --theme-color-light: #f7bfd2;
  --theme-color-lighter: #fdecf2;
  --theme-color-dark: #ea4d82;
  --theme-color-darker: #d11958;
  --theme-color-accent: #f88bb0;
}

[data-theme=purple] {
  --theme-color: #b75dc7;
  --theme-color-light: #d096db;
  --theme-color-lighter: #eacfee;
  --theme-color-dark: #9037a0;
  --theme-color-darker: #5d2467;
  --theme-color-accent: #bf52d2;
}

[data-theme=fuchsia] {
  --theme-color: #E31D57;
  --theme-color-light: #EE789A;
  --theme-color-lighter: #F9D2DE;
  --theme-color-dark: #B61745;
  --theme-color-darker: #891134;
  --theme-color-accent: #FC044C;
}