:root {
  /*theme variables*/
  --theme-name: "Porphyria";
             /*backgrounds are rendered at 200px and linearly upscaled to 800px*/
  --body-bg: #505 url("themes/phy-background.png") repeat left top scroll;
  --text-color: linen;
  --main-bg: #505d;
  --main-border: #808;
  --link-border: #b0b;
  --link-bg: #909d;
  --link-hover: #d0d;
  --link-text: #323;
  --nav-text: #909;
  --nav-text-hover: #d0d;
  --nav-hover-bg: #303c;
  /*catalogueing the dither gradient colors
  #505
  #606
  #808*/
}