/**
 * Thème: One Dark
 * Auteur: Margot
 * Catégorie: community
 * Description: Palette Atom One Dark
 */

[data-theme="onedark"] {
  --main-bg-color: #282c34;
  --modal-bg-color: #1e222a;
  --modal-header-color: #1e222a;
  --modal-footer-color: #1e222a;
  --dropdown-bg: #1e222a;
  --card-bg: rgba(40, 44, 52, 0.7);
  --sidebar-bg: #21252b;
  --navbar-bg: #21252b;

  --button-color: #61afef;
  --button-color-hover: #c678dd;
  --button-text: #e2e4eb;
  --button-text-hover: #fff;
  --button-primary: #61afef;
  --button-primary-hover: #56b6c2;
  --button-success: #98c379;
  --button-danger: #e06c75;
  --button-warning: #e5c07b;

  --accent-color: 152, 195, 121;
  --accent-color-hover: rgba(152, 195, 121, 0.8);
  --accent-rgb: 152, 195, 121;

  --link-color: #61afef;
  --link-color-hover: #56b6c2;

  --label-text-color: #282c34;

  --text: #abb2bf;
  --text-hover: #c8ccd4;
  --text-muted: #565c64;
  --text-heading: #e2e4eb;

  --border-color: #3e4451;

  --success-color: #98c379;
  --success-color-rgb: 152, 195, 121;
  --error-color: #e06c75;
  --error-color-rgb: 224, 108, 117;
  --warning-color: #e5c07b;
  --warning-color-rgb: 229, 192, 123;
  --info-color: #61afef;

  --input-bg: #1e222a;
  --input-border: #3e4451;
}
