/*
 * Dragon Ball theme.
 * Orange/gold on dark blue with energy effects.
 */

body.dragonball-theme {
  --ActiveTitle: #ff6b1a;
  --GradientActiveTitle: #ff9500;
  --TitleText: #ffd700;
  --InactiveTitle: #1a1a2e;
  --GradientInactiveTitle: #16213e;
  --InactiveTitleText: #8b6914;

  --ButtonFace: #1a1a2e;
  --ButtonText: #ffd700;
  --ButtonLight: #2a2a4e;
  --ButtonHilight: #3a3a6e;
  --ButtonShadow: #0d0d1a;
  --ButtonDkShadow: #050510;

  --Window: #0f0f1e;
  --WindowText: #ffe066;
  --WindowFrame: #ff6b1a;

  --Background: #0a0a1a;

  --Hilight: #ff6b1a;
  --HilightText: #000000;
  --MenuHilight: #cc5500;

  --Menu: #16213e;
  --MenuText: #ffd700;
  --MenuBar: #16213e;

  --Scrollbar: #1a1a2e;
}

body.dragonball-theme .taskbar {
  background: linear-gradient(to bottom, #1a1a2e, #0d0d1a);
  border-top: 2px solid #ff6b1a;
  box-shadow: 0 -2px 10px rgba(255, 107, 26, 0.3);
}

body.dragonball-theme .taskbar__start {
  background: linear-gradient(135deg, #ff6b1a, #ff9500);
  border: 1px solid #ffd700;
  color: #000;
  font-weight: bold;
}

body.dragonball-theme .taskbar__tray {
  border-color: #ff6b1a44;
}

body.dragonball-theme .taskbar__clock {
  color: #ffd700;
  text-shadow: 0 0 5px #ff6b1a88;
}

body.dragonball-theme ui-dialog {
  border: 1px solid #ff6b1a44;
  box-shadow: 0 0 20px rgba(255, 107, 26, 0.15);
}

body.dragonball-theme .ui-dialog__titlebar {
  background: linear-gradient(to right, #ff6b1a, #ff9500);
}

body.dragonball-theme .desktop__icons .icon__label {
  color: #ffd700;
  text-shadow: 0 0 4px #ff6b1a88;
}
