/*
  ==Theme==
  @name              Bronze
  @version           1.1
  @description       The Colorized theme set to Brown/Bronze.
  @author            mathgeniuszach
  @launcher-version  alpha
  ==/Theme==
*/

@import url("../Colorized/root.css");
:root {
  --hue: 30; /* HSL Hue. */
  --saturation: 0.55; /* Percentage to multiply the base saturation values by. Must be a decimal. */
  --lightness: 0.23; /* Percentage to multiply the base lightness values by. Must be a decimal. */
  --alternate: 0%; /* Extra lightness between back-secondary and back-primary. Set to 0% to make them both be back-secondary. */
  --accent: 1; /* How bright text and other elements should be. 100% is white, 50% is gray, while 0% is black. Must be a decimal. */
}