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

26 lines
662 B
Stylus

// * light.styl
@require colors
// ** Colors
color-a = blue
color-a-visited = violet
color-background = base3
color-background-highlight = base2
color-background-highlight-extra = base1
color-background-highlight-extra-less = darken(color-background-highlight, 4%)
color-background-highlight-extra-less-less = darken(color-background-highlight, 2%)
color-background-highlight-tad-extra = darken(color-background, 2%)
color-border = base0
color-text = base00
comment = base1
emphasized = base01
emphasized-more = base02
emphasized-more-more = base03
button-gradient-top = color-background-highlight
button-gradient-bottom = color-background-highlight-extra