/* Luna Blue theme: variables only. Other themes redefine the same names. */
:root {
  --font-ui: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  --font-size-ui: 11px;

  --desktop-bg: #5a7edc; /* sky blue, shown while the wallpaper loads */
  /* Relative path, so it works locally and on Pages. Browsers resolve a url()
     in a variable against the stylesheet that USES it (verified in Chromium),
     so only files in css/ may use image variables. Components reference
     their images directly with a path relative to their own CSS file. */
  --desktop-wallpaper: url("../assets/wallpapers/bliss.jpg");
  /* 32x24 blurred Bliss, inline so the first paint already shows the hill
     instead of flat blue while the full wallpaper downloads. */
  --desktop-wallpaper-placeholder: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAA0JCgsKCA0LCgsODg0PEyAVExISEyccHhcgLikxMC4pLSwzOko+MzZGNywtQFdBRkxOUlNSMj5aYVpQYEpRUk//2wBDAQ4ODhMREyYVFSZPNS01T09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0//wAARCAAYACADASIAAhEBAxEB/8QAGQAAAwADAAAAAAAAAAAAAAAAAAMEAgUG/8QAJhAAAQQBAgQHAAAAAAAAAAAAAQACAwQRBRMxQUNhEhUhQlFxkf/EABkBAAIDAQAAAAAAAAAAAAAAAAEEAAMFBv/EACERAAIBAgYDAAAAAAAAAAAAAAABAhITAwQFERQhMUFR/9oADAMBAAIRAxEAPwC0x2tosbI8R8/hRtE0EoMZLitnJqEQB2gSD3UZviN4e2F4I5grQhqmX8VIRtSJ7u7dlYGRnc4YVVK9fqNFYbcRYc5eOKyj1ms1xdKyRshPq4syn2NY0yyMyzt8XZhCt5uDNU9NBtyXe5wrLFgdYpzbk46hQhc00n6GhnmEwGOP2luvSH2M/EIUUY/AH//Z");

  --taskbar-height: 30px;
  --taskbar-text: #fff;

  --task-button-bg: #3c81f3;
  --task-button-border: #1b50c8;
  --task-button-hover: #53a3ff;
  --task-button-pressed: #1e52b7;


  --window-border: #0831d9;
  --window-body-bg: #ece9d8;
  --window-radius: 8px 8px 0 0;

  --titlebar-height: 30px;
  --titlebar-text: #fff;
  --titlebar-active: linear-gradient(#0997ff, #0053ee 8%, #0050ee 40%, #06f 88%, #06f 93%, #005bff 95%, #003dd7 96%, #003dd7);
  --titlebar-inactive: linear-gradient(#7697e7, #7e9ee3 3%, #94afe8 6%, #97b4e9 8%, #82a5e4 14%, #7c9fe2 17%, #7996de 25%, #7b99e1 56%, #82a9e9 81%, #80a5e7 89%, #7b96e1 94%, #7a93df 97%, #abbae3);

  --close-button-bg: #e04a2e;
  --minimize-button-bg: #2663de;
  --close-button-border: #fff;
}
