/* v6 theme: autumnvibes
   Rebinds the KILAT77 triad (magenta · cyan · lime) and night base shades.
   Generated by /tmp/gen-v6-themes.py — do not hand-edit; re-run the
   generator if you need to tweak. */
:root, :root[data-theme="autumnvibes"] {
  --t-night:        #0F0805;
  --t-surface:      #1A100A;
  --t-surface-2:    #241710;
  --t-hairline:     #3D281A;
  --t-text:         #FFEFD8;
  --t-dim:          #B59078;

  --t-magenta:      #FFA000;
  --t-cyan:         #FFD060;
  --t-lime:         #FFEA00;

  --t-brand:        var(--t-magenta);
  --t-pos:          var(--t-lime);
  --t-neg:          var(--t-magenta);
}
