/**
 * Thème: Blackberry Amethyst
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Violet améthyste
 */

[data-theme="blackberry-amethyst"] {
  --main-bg-color: radial-gradient(at top center, rgba(0, 0, 0, 0.25), hsla(0, 14%, 18%, 0.55), hsla(0, 18%, 5%, 0.9)) center center/cover no-repeat fixed, linear-gradient(to bottom, #df89de 0%, hsl(276, 100%, 3%) 100%) center center/cover no-repeat fixed;
  --modal-bg-color: rgba(50, 20, 50, 0.95);
  --modal-header-color: rgba(30, 10, 30, 0.95);
  --modal-footer-color: rgba(30, 10, 30, 0.95);
  --dropdown-bg: rgba(60, 30, 60, 0.95);
  --card-bg: rgba(80, 40, 80, 0.7);
  --sidebar-bg: rgba(20, 5, 20, 0.95);
  --navbar-bg: rgba(20, 5, 20, 0.95);

  --button-color: rgb(134, 84, 132);
  --button-color-hover: rgba(134, 84, 132, 0.8);
  --button-text: #eee;
  --button-text-hover: #fff;
  --button-primary: rgb(199, 118, 197);
  --button-primary-hover: rgb(217, 164, 217);
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 217, 164, 217;
  --accent-color-hover: rgba(217, 164, 217, 0.8);
  --accent-rgb: 217, 164, 217;

  --link-color: rgb(199, 118, 197);
  --link-color-hover: rgb(217, 164, 217);

  --label-text-color: #fff;

  --text: #eee;
  --text-hover: #fff;
  --text-muted: #999;
  --text-heading: rgb(217, 164, 217);

  --border-color: rgba(217, 164, 217, 0.3);

  --input-bg: rgba(80, 40, 80, 0.6);
  --input-border: rgba(217, 164, 217, 0.3);
}
