mirror of
https://github.com/alphapapa/solarized-everything-css
synced 2024-11-16 21:26:15 +00:00
27 lines
681 B
Stylus
27 lines
681 B
Stylus
// * darculized-dark.styl
|
|
|
|
@require colors
|
|
|
|
// ** Colors
|
|
color-a = #ce4139
|
|
color-a-visited = #B68800
|
|
|
|
color-background = base03
|
|
color-background-highlight = base02
|
|
color-background-highlight-extra = base01
|
|
color-background-highlight-extra-less = lighten(color-background-highlight, 4%)
|
|
color-background-highlight-extra-less-less = lighten(color-background-highlight, 2%)
|
|
color-background-highlight-tad-extra = lighten(color-background, 2%)
|
|
|
|
|
|
color-border = base00
|
|
color-text = base0
|
|
comment = base01
|
|
|
|
emphasized = base1
|
|
emphasized-more = base2
|
|
emphasized-more-more = base3
|
|
|
|
button-gradient-top = color-background-highlight-extra
|
|
button-gradient-bottom = color-background-highlight
|