:root {
  --drac-bg: #282a36;
  --drac-fg: #f8f8f2;
  --drac-selection: #44475a;
  --drac-comment: #6272a4;
  --drac-red: #ff5555;
  --drac-orange: #ffb86c;
  --drac-yellow: #f1fa8c;
  --drac-green: #50fa7b;
  --drac-purple: #bd93f9;
  --drac-cyan: #8be9fd;
  --drac-pink: #ff79c6;
  --drac-ui-bg-darker: #191a21;
  --drac-ui-bg-dark: #21222c;
  --drac-ui-bg-light: #343746;
  --drac-ui-bg-lighter: #424450;
  --drac-ui-float: #343746;
  --drac-ui-error: #de5735;
  --drac-ui-warning: #a39514;
  --drac-ui-success: #089108;
  --drac-ui-info: #0081d6;
  --drac-ui-focus: #815cd6;
  --drac-heading-color: #bd93f9;
  --drac-link-color: #8be9fd;
  --drac-link-hover-color: #ff79c6;
  --drac-strong-color: #ffb86c;
  --drac-emphasis-color: #f1fa8c;
  --drac-code-color: #50fa7b;
  --drac-blockquote-color: #6272a4;
  --drac-mark-bg: #f1fa8c;
  --drac-mark-color: #282a36;
  --drac-del-color: #ff5555;
  --drac-ins-color: #50fa7b;
  --drac-border-color: #6272a4;
  --drac-font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --drac-font-family-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  --drac-font-size-base: 16px;
  --drac-line-height: 1.6;
  --drac-spacing-xs: 0.25rem;
  --drac-spacing-sm: 0.5rem;
  --drac-spacing-md: 1rem;
  --drac-spacing-lg: 1.5rem;
  --drac-spacing-xl: 2rem;
  --drac-border-radius: 6px;
  --drac-transition-duration: 0.15s;
  --drac-transition-timing: ease;
  --drac-ansi-black: #21222c;
  --drac-ansi-red: #ff5555;
  --drac-ansi-green: #50fa7b;
  --drac-ansi-yellow: #f1fa8c;
  --drac-ansi-blue: #bd93f9;
  --drac-ansi-magenta: #ff79c6;
  --drac-ansi-cyan: #8be9fd;
  --drac-ansi-white: #f8f8f2;
  --drac-ansi-bright-black: #6272a4;
  --drac-ansi-bright-red: #ff6e6e;
  --drac-ansi-bright-green: #69ff94;
  --drac-ansi-bright-yellow: #ffffa5;
  --drac-ansi-bright-blue: #d6acff;
  --drac-ansi-bright-magenta: #ff92df;
  --drac-ansi-bright-cyan: #a4ffff;
  --drac-ansi-bright-white: #ffffff;

  /* my additions */
  --drac-pro-red: #ff9580;
  --drac-pro-orange: #ffca80;
  --drac-pro-yellow: #ffff80;
  --drac-pro-green: #8aff80;
  --drac-pro-purple: #9580ff;
  --drac-pro-cyan: #80ffea;
  --drac-pro-pink: #ff80bf;

  --drac-pro-vh-bg: #0b0d0f;
  --drac-pro-vh-bg-2: #21262c;
  --drac-pro-vh-selection: #414d58;
  --drac-pro-vh-comment: #708ca9;
}
