mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-15 00:12:44 +00:00
89d37dfae3
2% darker/lighter alternating row background colors. I think I like it...
25 lines
661 B
Stylus
25 lines
661 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 |