mirror of
https://github.com/altercation/solarized
synced 2024-11-24 20:53:03 +00:00
Stylus stylesheet.
This commit is contained in:
parent
1d22b2cec4
commit
54bcf89889
1 changed files with 43 additions and 0 deletions
43
stylus-colors-solarized/style.styl
Normal file
43
stylus-colors-solarized/style.styl
Normal file
|
@ -0,0 +1,43 @@
|
|||
base03 = #002b36
|
||||
base02 = #073642
|
||||
base01 = #586e75
|
||||
base00 = #657b83
|
||||
base0 = #839496
|
||||
base1 = #93a1a1
|
||||
base2 = #eee8d5
|
||||
base3 = #fdf6e3
|
||||
yellow = #b58900
|
||||
orange = #cb4b16
|
||||
red = #d30101
|
||||
magenta = #d33682
|
||||
violet = #6c71c4
|
||||
blue = #268bd2
|
||||
cyan = #2aa198
|
||||
green = #859900
|
||||
|
||||
rebase(rebase03, rebase02, rebase01, rebase00, rebase0, rebase1, rebase2, rebase3)
|
||||
background-color: rebase03
|
||||
color: rebase0
|
||||
*
|
||||
color: rebase0
|
||||
h1, h2, h3, h4, h5, h6
|
||||
color: rebase1
|
||||
border-color: rebase0
|
||||
a, a:active, a:visited
|
||||
color: rebase1
|
||||
|
||||
accentize(accent)
|
||||
a, a:active, a:visited, code.url
|
||||
color: accent
|
||||
h1, h2, h3, h4, h5, h6
|
||||
color: accent
|
||||
|
||||
html, .light
|
||||
rebase(base3, base2, base1, base0, base00, base01, base02, base03)
|
||||
|
||||
.dark
|
||||
rebase(base03, base02, base01, base00, base0, base1, base2, base3)
|
||||
|
||||
html *
|
||||
color-profile: sRGB
|
||||
rendering-intent: auto
|
Loading…
Reference in a new issue