:root {

  // Default blueish HUE used for surfaces, text, buttons and more
  --hue: 44;
/*	
  --gold: #ffdd80;
  --primary: var(--gold);
*/

  // assign HSL (hue, saturation, lightness) primary vars here for all three themes
  --hsl-primary-dark: var(--hue) 50% 45%;
  --hsl-primary-contrast: var(--hue) 45% 50%;
  --hsl-primary-light: var(--hue) 55% 55%;
}

#sidebar-toggle {
  background-color: #ffdd80;
  color: #020202;
}


#search-container, #change-layout, #change-sort, #change-theme {visibility:hidden;}
.folder-buttons {display:none;}
#files-container div.files-data {display:none;}
/* div.popup-image-meta {display:none;} */