dotfiles

My PC Dotfiles & Website

black.scss (548B)


:root {
  --accent: rgb(123, 123, 123);
  --accent-alpha-20: rgba(123, 123, 123, 0.2);
  --accent-alpha-70: rgba(123, 123, 123, 0.7);
  --accent-secondary: rgba(229, 156, 25);
  --accent-secondary-alpha-20: rgb(229, 156, 25, 0.2);
  --accent-secondary-alpha-70: rgb(229, 156, 25, 0.7);

  --background: rgb(29, 29, 29);
  --border-color: rgba(255, 255, 255, 0.1);
  --border-secondary-color: rgba(229, 156, 25);

  --color: whitesmoke;
  --image-filter: invert(59%) sepia(78%) saturate(507%) hue-rotate(359deg)
    brightness(96%) contrast(87%);
}