You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

theme.sss 394B

12345678910111213141516
  1. @import './_variables.sss'
  2. /**
  3. * Colors
  4. */
  5. $hue: 200
  6. $bg: calc($hue * $cs-1)
  7. $bright: 50%
  8. $opacity: 1
  9. $primary: hsla($hue, 20%, calc($bright * $cs-1), $opacity)
  10. $secondary: hsla($bg, 20%, calc($bright * $cs-1), $opacity)
  11. $hilite: hsla($hue, 50%, calc($bright * $cs-0), $opacity)
  12. $light: hsla(255, 50%, calc($bright * $cs-0), $opacity)
  13. $dark: hsla(001, 50%, calc($bright * $cs-0), $opacity)